Shades of Deep Lilac #A85DC5
Tints of Deep Lilac #A85DC5
RGB
CMYK
RGB Variations
Color information
#A85DC5 (or 0xA85DC5) is known color: Deep Lilac. HEX triplet: A8, 5D and C5. RGB value is (168,93,197). Sum of RGB (Red+Green+Blue) = 168+93+197=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 197 (77.34% from 255 or 43.01% from 458); Max value from RGB is 197 - color contains mainly: blue. Hex color #A85DC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85DC5 is #57A23A. Grayscale: #7E7E7E. Windows color (decimal): -5743163 or 12934568. OLE color: 12934568.
HSL color Cylindrical-coordinate representation of color #A85DC5: hue angle of 283.27º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A85DC5 is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 93 | 197 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.23 |
| HSL | 283.27º | 0.47% | 0.57% | - |
| HSV(B) | 283.27º | 0.53% | 0.77% | - |
| XYZ | 30.14 | 20.18 | 55.13 | - |
| YUV | 127.28 | 167.35 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 93 | 197 | 0.15 | 0.53 | 0 | 0.23 | 283.27 | 0.47 | 0.57 |
| Hex | A8 | 5D | C5 | F | 35 | 0 | 17 | 11B | 2F | 39 |
| Octal | 250 | 135 | 305 | 17 | 65 | 0 | 27 | 433 | 57 | 71 |
| Binary | 10101000 | 1011101 | 11000101 | 1111 | 110101 | 0 | 10111 | 100011011 | 101111 | 111001 |
Color Harmonies of #A85DC5
Complementary color
Monochromatic Colors of #A85DC5
Black with #A85DC5
Text Example
Text Example
White with #A85DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85DC5; }
p { color: rgb(168,93,197); }
H1.HeaderClassName
{
color: #A85DC5;
}
.AnyTagClassName
{
color: #A85DC5;
}
</style>
background-color css
<style>
a { background-color: #A85DC5; }
a { background-color: rgb(168,93,197); }
div.DivClassName
{
background-color: #A85DC5;
}
.BgClassName
{
background-color: #A85DC5;
}
</style>
border-color css
<style>
span { border-color: #A85DC5; }
span { border-color: rgb(168,93,197); }
td.TdClassName
{
border-color: #A85DC5;
}
.TagClassName
{
border-color: #A85DC5;
}
</style>