Shades of Deep Lilac #A85BCA
Tints of Deep Lilac #A85BCA
RGB
CMYK
RGB Variations
Color information
#A85BCA (or 0xA85BCA) is known color: Deep Lilac. HEX triplet: A8, 5B and CA. RGB value is (168,91,202). Sum of RGB (Red+Green+Blue) = 168+91+202=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 91 (35.94% from 255 or 19.74% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #A85BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85BCA is #57A435. Grayscale: #7E7E7E. Windows color (decimal): -5743670 or 13261736. OLE color: 13261736.
HSL color Cylindrical-coordinate representation of color #A85BCA: hue angle of 281.62º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A85BCA is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 91 | 202 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.21 |
| HSL | 281.62º | 0.51% | 0.57% | - |
| HSV(B) | 281.62º | 0.55% | 0.79% | - |
| XYZ | 30.55 | 20.07 | 58.14 | - |
| YUV | 126.68 | 170.51 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 91 | 202 | 0.17 | 0.55 | 0 | 0.21 | 281.62 | 0.51 | 0.57 |
| Hex | A8 | 5B | CA | 11 | 37 | 0 | 15 | 11A | 33 | 39 |
| Octal | 250 | 133 | 312 | 21 | 67 | 0 | 25 | 432 | 63 | 71 |
| Binary | 10101000 | 1011011 | 11001010 | 10001 | 110111 | 0 | 10101 | 100011010 | 110011 | 111001 |
Color Harmonies of #A85BCA
Complementary color
Monochromatic Colors of #A85BCA
Black with #A85BCA
Text Example
Text Example
White with #A85BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85BCA; }
p { color: rgb(168,91,202); }
H1.HeaderClassName
{
color: #A85BCA;
}
.AnyTagClassName
{
color: #A85BCA;
}
</style>
background-color css
<style>
a { background-color: #A85BCA; }
a { background-color: rgb(168,91,202); }
div.DivClassName
{
background-color: #A85BCA;
}
.BgClassName
{
background-color: #A85BCA;
}
</style>
border-color css
<style>
span { border-color: #A85BCA; }
span { border-color: rgb(168,91,202); }
td.TdClassName
{
border-color: #A85BCA;
}
.TagClassName
{
border-color: #A85BCA;
}
</style>