Shades of Deep Lilac #A867C0
Tints of Deep Lilac #A867C0
RGB
CMYK
RGB Variations
Color information
#A867C0 (or 0xA867C0) is known color: Deep Lilac. HEX triplet: A8, 67 and C0. RGB value is (168,103,192). Sum of RGB (Red+Green+Blue) = 168+103+192=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 103 (40.62% from 255 or 22.25% from 463); Blue value is 192 (75.39% from 255 or 41.47% from 463); Max value from RGB is 192 - color contains mainly: blue. Hex color #A867C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A867C0 is #57983F. Grayscale: #848484. Windows color (decimal): -5740608 or 12609448. OLE color: 12609448.
HSL color Cylindrical-coordinate representation of color #A867C0: hue angle of 283.82º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A867C0 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 103 | 192 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.25 |
| HSL | 283.82º | 0.41% | 0.58% | - |
| HSV(B) | 283.82º | 0.46% | 0.75% | - |
| XYZ | 30.51 | 21.83 | 52.47 | - |
| YUV | 132.58 | 161.53 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 103 | 192 | 0.12 | 0.46 | 0 | 0.25 | 283.82 | 0.41 | 0.58 |
| Hex | A8 | 67 | C0 | C | 2E | 0 | 19 | 11C | 29 | 3A |
| Octal | 250 | 147 | 300 | 14 | 56 | 0 | 31 | 434 | 51 | 72 |
| Binary | 10101000 | 1100111 | 11000000 | 1100 | 101110 | 0 | 11001 | 100011100 | 101001 | 111010 |
Color Harmonies of #A867C0
Complementary color
Monochromatic Colors of #A867C0
Black with #A867C0
Text Example
Text Example
White with #A867C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A867C0; }
p { color: rgb(168,103,192); }
H1.HeaderClassName
{
color: #A867C0;
}
.AnyTagClassName
{
color: #A867C0;
}
</style>
background-color css
<style>
a { background-color: #A867C0; }
a { background-color: rgb(168,103,192); }
div.DivClassName
{
background-color: #A867C0;
}
.BgClassName
{
background-color: #A867C0;
}
</style>
border-color css
<style>
span { border-color: #A867C0; }
span { border-color: rgb(168,103,192); }
td.TdClassName
{
border-color: #A867C0;
}
.TagClassName
{
border-color: #A867C0;
}
</style>