Shades of Deep Lilac #A85DC9
Tints of Deep Lilac #A85DC9
RGB
CMYK
RGB Variations
Color information
#A85DC9 (or 0xA85DC9) is known color: Deep Lilac. HEX triplet: A8, 5D and C9. RGB value is (168,93,201). Sum of RGB (Red+Green+Blue) = 168+93+201=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 201 (78.91% from 255 or 43.51% from 462); Max value from RGB is 201 - color contains mainly: blue. Hex color #A85DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85DC9 is #57A236. Grayscale: #7F7F7F. Windows color (decimal): -5743159 or 13196712. OLE color: 13196712.
HSL color Cylindrical-coordinate representation of color #A85DC9: hue angle of 281.67º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A85DC9 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 93 | 201 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.21 |
| HSL | 281.67º | 0.5% | 0.58% | - |
| HSV(B) | 281.67º | 0.54% | 0.79% | - |
| XYZ | 30.61 | 20.37 | 57.58 | - |
| YUV | 127.74 | 169.35 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 93 | 201 | 0.16 | 0.54 | 0 | 0.21 | 281.67 | 0.5 | 0.58 |
| Hex | A8 | 5D | C9 | 10 | 36 | 0 | 15 | 11A | 32 | 3A |
| Octal | 250 | 135 | 311 | 20 | 66 | 0 | 25 | 432 | 62 | 72 |
| Binary | 10101000 | 1011101 | 11001001 | 10000 | 110110 | 0 | 10101 | 100011010 | 110010 | 111010 |
Color Harmonies of #A85DC9
Complementary color
Monochromatic Colors of #A85DC9
Black with #A85DC9
Text Example
Text Example
White with #A85DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85DC9; }
p { color: rgb(168,93,201); }
H1.HeaderClassName
{
color: #A85DC9;
}
.AnyTagClassName
{
color: #A85DC9;
}
</style>
background-color css
<style>
a { background-color: #A85DC9; }
a { background-color: rgb(168,93,201); }
div.DivClassName
{
background-color: #A85DC9;
}
.BgClassName
{
background-color: #A85DC9;
}
</style>
border-color css
<style>
span { border-color: #A85DC9; }
span { border-color: rgb(168,93,201); }
td.TdClassName
{
border-color: #A85DC9;
}
.TagClassName
{
border-color: #A85DC9;
}
</style>