Shades of Deep Lilac #A861C4
Tints of Deep Lilac #A861C4
RGB
CMYK
RGB Variations
Color information
#A861C4 (or 0xA861C4) is known color: Deep Lilac. HEX triplet: A8, 61 and C4. RGB value is (168,97,196). Sum of RGB (Red+Green+Blue) = 168+97+196=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 97 (38.28% from 255 or 21.04% from 461); Blue value is 196 (76.95% from 255 or 42.52% from 461); Max value from RGB is 196 - color contains mainly: blue. Hex color #A861C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A861C4 is #579E3B. Grayscale: #818181. Windows color (decimal): -5742140 or 12870056. OLE color: 12870056.
HSL color Cylindrical-coordinate representation of color #A861C4: hue angle of 283.03º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A861C4 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 97 | 196 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.23 |
| HSL | 283.03º | 0.46% | 0.57% | - |
| HSV(B) | 283.03º | 0.51% | 0.77% | - |
| XYZ | 30.39 | 20.86 | 54.65 | - |
| YUV | 129.52 | 165.52 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 97 | 196 | 0.14 | 0.51 | 0 | 0.23 | 283.03 | 0.46 | 0.57 |
| Hex | A8 | 61 | C4 | E | 33 | 0 | 17 | 11B | 2E | 39 |
| Octal | 250 | 141 | 304 | 16 | 63 | 0 | 27 | 433 | 56 | 71 |
| Binary | 10101000 | 1100001 | 11000100 | 1110 | 110011 | 0 | 10111 | 100011011 | 101110 | 111001 |
Color Harmonies of #A861C4
Complementary color
Monochromatic Colors of #A861C4
Black with #A861C4
Text Example
Text Example
White with #A861C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A861C4; }
p { color: rgb(168,97,196); }
H1.HeaderClassName
{
color: #A861C4;
}
.AnyTagClassName
{
color: #A861C4;
}
</style>
background-color css
<style>
a { background-color: #A861C4; }
a { background-color: rgb(168,97,196); }
div.DivClassName
{
background-color: #A861C4;
}
.BgClassName
{
background-color: #A861C4;
}
</style>
border-color css
<style>
span { border-color: #A861C4; }
span { border-color: rgb(168,97,196); }
td.TdClassName
{
border-color: #A861C4;
}
.TagClassName
{
border-color: #A861C4;
}
</style>