Shades of Deep Lilac #A85DC0
Tints of Deep Lilac #A85DC0
RGB
CMYK
RGB Variations
Color information
#A85DC0 (or 0xA85DC0) is known color: Deep Lilac. HEX triplet: A8, 5D and C0. RGB value is (168,93,192). Sum of RGB (Red+Green+Blue) = 168+93+192=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 93 (36.72% from 255 or 20.53% from 453); Blue value is 192 (75.39% from 255 or 42.38% from 453); Max value from RGB is 192 - color contains mainly: blue. Hex color #A85DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85DC0 is #57A23F. Grayscale: #7E7E7E. Windows color (decimal): -5743168 or 12606888. OLE color: 12606888.
HSL color Cylindrical-coordinate representation of color #A85DC0: hue angle of 285.45º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A85DC0 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 93 | 192 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.25 |
| HSL | 285.45º | 0.44% | 0.56% | - |
| HSV(B) | 285.45º | 0.52% | 0.75% | - |
| XYZ | 29.58 | 19.96 | 52.16 | - |
| YUV | 126.71 | 164.85 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 93 | 192 | 0.12 | 0.52 | 0 | 0.25 | 285.45 | 0.44 | 0.56 |
| Hex | A8 | 5D | C0 | C | 34 | 0 | 19 | 11D | 2C | 38 |
| Octal | 250 | 135 | 300 | 14 | 64 | 0 | 31 | 435 | 54 | 70 |
| Binary | 10101000 | 1011101 | 11000000 | 1100 | 110100 | 0 | 11001 | 100011101 | 101100 | 111000 |
Color Harmonies of #A85DC0
Complementary color
Monochromatic Colors of #A85DC0
Black with #A85DC0
Text Example
Text Example
White with #A85DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85DC0; }
p { color: rgb(168,93,192); }
H1.HeaderClassName
{
color: #A85DC0;
}
.AnyTagClassName
{
color: #A85DC0;
}
</style>
background-color css
<style>
a { background-color: #A85DC0; }
a { background-color: rgb(168,93,192); }
div.DivClassName
{
background-color: #A85DC0;
}
.BgClassName
{
background-color: #A85DC0;
}
</style>
border-color css
<style>
span { border-color: #A85DC0; }
span { border-color: rgb(168,93,192); }
td.TdClassName
{
border-color: #A85DC0;
}
.TagClassName
{
border-color: #A85DC0;
}
</style>