Color: #A195F7

#A195F7 Color Information

#A195F7 is a light color. The closest websafe version is #A195F7. A complement of this color would be #ECF797, perceived brightness is 0.64, and the grayscale version is #C6C6C6.

In the HSL color space, this color has a hue angle of 247°,a saturation of 86%, and a lightness of 78%.The HSV representation shows a hue of 247°, a saturation of 40%, and a value of 97%.

In a RGB color space, #A195F7 is composed of 63% red, 58% green and 97% blue. Whereas in a CMYK color space, it is composed of 35% cyan, 40% magenta, 0% yellow and 3% black.

In the Yxy color space, this color is represented as Y: 35.11, x: 0.2780, and y: 0.2415.

Color Code #A195F7

#A195F7rgb(161, 149, 247)
HEX
#A195F7
RGB
rgb(161, 149, 247)
HSL
hsl(247, 86%, 78%)
HSV
hsv(247, 40%, 97%)
CMYK
35%, 40%, 0%, 3%
XYZ
X: 40.42, Y: 35.11, Z: 69.84
Lab
L: 65.84, a: 21.47, b: -48.08
Name

Shades of Color #A195F7

Shades are created by darkening the original color #A195F7 in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #A195F7

Tints are created by lightening the original color #A195F7 in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#A195F7rgb(161, 149, 247)

About #A195F7 Color Code

In the HSL color space, this color has a hue angle of 247°, a saturation of 86%, and a lightness of 78%. The HSV representation shows a hue of 247°, a saturation of 40%, and a value of 97%.

  • HEX: #A195F7
  • RGB: rgb(161, 149, 247)
  • HSL: hsl(247, 86%, 78%)
  • HSV: hsv(247, 40%, 97%)
  • CMYK: 35.00% cyan, 40.00% magenta, 0.00% yellow, 3.00% black
  • XYZ: 40.42, 35.11, 69.84
  • Yxy: 35.11, 0.2780, 0.2415
  • Hunter Lab: 65.84, 21.47, -48.08
  • CIE-Lab: 65.84, 21.47, -48.08

In the XYZ color space, this color is represented as X: 40.42, Y: 35.11, Z: 69.84. The Yxy representation further refines this as Y: 35.11, x: 0.2780, and y: 0.2415.

In the Hunter Lab color space, this color is represented as L: 65.84, a: 21.47, and b: -48.08. Similarly, in the CIE-Lab color space, it is represented as L: 65.84, a: 21.47, and b: -48.08.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #A195F7

Triadic colors are three colors evenly spaced around the color wheel, including #A195F7. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #A195F7

Analogous colors are adjacent to #A195F7 on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #A195F7

Split complementary colors are two colors adjacent to the complementary color of #A195F7. They create a balanced and visually appealing color scheme.

Tetradic Colors of #A195F7

Tetradic colors form a rectangle on the color wheel, including #A195F7. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #A195F7

Monochromatic colors are variations of #A195F7, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #A195F7

The complementary color of #A195F7 is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #A195F7

/* Using HEX */
body {
  background-color: #a195f7;
}
/* Using RGB */
body {
  background-color: rgb(161, 149, 247);
}
/* Using RGB with opacity */
body {
  background-color: rgba(161, 149, 247, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(247, 86%, 78%);
}
/* Text color */
p {
  color: #a195f7;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a195f7;
}
/* Border color */
.box {
  border: 4px solid #a195f7;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a195f7;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a195f7;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A195F7
On Black Background
#A195F7
On White Background
#A195F7

HTML Examples of #A195F7

<!-- Using HEX -->
<div style="background-color: #a195f7; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(161, 149, 247); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(161, 149, 247, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(247, 86%, 78%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #a195f7;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #a195f7; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #a195f7; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #a195f7;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #a195f7; color: #fff; padding: 16px; border-radius: 8px;">
  #A195F7
</div>
#A195F7
On Black Background
#A195F7
On White Background
#A195F7

Related Colors of #A195F7

These colors are similar to #A195F7, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.