Shades of Deep Lilac #A869C0
Tints of Deep Lilac #A869C0
RGB
CMYK
RGB Variations
Color information
#A869C0 (or 0xA869C0) is known color: Deep Lilac. HEX triplet: A8, 69 and C0. RGB value is (168,105,192). Sum of RGB (Red+Green+Blue) = 168+105+192=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 192 - color contains mainly: blue. Hex color #A869C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A869C0 is #57963F. Grayscale: #858585. Windows color (decimal): -5740096 or 12609960. OLE color: 12609960.
HSL color Cylindrical-coordinate representation of color #A869C0: hue angle of 283.45º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A869C0 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 105 | 192 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.25 |
| HSL | 283.45º | 0.41% | 0.58% | - |
| HSV(B) | 283.45º | 0.45% | 0.75% | - |
| XYZ | 30.71 | 22.23 | 52.54 | - |
| YUV | 133.76 | 160.87 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 192 | 0.12 | 0.45 | 0 | 0.25 | 283.45 | 0.41 | 0.58 |
| Hex | A8 | 69 | C0 | C | 2D | 0 | 19 | 11B | 29 | 3A |
| Octal | 250 | 151 | 300 | 14 | 55 | 0 | 31 | 433 | 51 | 72 |
| Binary | 10101000 | 1101001 | 11000000 | 1100 | 101101 | 0 | 11001 | 100011011 | 101001 | 111010 |
Color Harmonies of #A869C0
Complementary color
Monochromatic Colors of #A869C0
Black with #A869C0
Text Example
Text Example
White with #A869C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A869C0; }
p { color: rgb(168,105,192); }
H1.HeaderClassName
{
color: #A869C0;
}
.AnyTagClassName
{
color: #A869C0;
}
</style>
background-color css
<style>
a { background-color: #A869C0; }
a { background-color: rgb(168,105,192); }
div.DivClassName
{
background-color: #A869C0;
}
.BgClassName
{
background-color: #A869C0;
}
</style>
border-color css
<style>
span { border-color: #A869C0; }
span { border-color: rgb(168,105,192); }
td.TdClassName
{
border-color: #A869C0;
}
.TagClassName
{
border-color: #A869C0;
}
</style>