Shades of Deep Lilac #A85CBC
Tints of Deep Lilac #A85CBC
RGB
CMYK
RGB Variations
Color information
#A85CBC (or 0xA85CBC) is known color: Deep Lilac. HEX triplet: A8, 5C and BC. RGB value is (168,92,188). Sum of RGB (Red+Green+Blue) = 168+92+188=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #A85CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85CBC is #57A343. Grayscale: #7D7D7D. Windows color (decimal): -5743428 or 12344488. OLE color: 12344488.
HSL color Cylindrical-coordinate representation of color #A85CBC: hue angle of 287.5º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A85CBC is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 92 | 188 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.26 |
| HSL | 287.5º | 0.42% | 0.55% | - |
| HSV(B) | 287.5º | 0.51% | 0.74% | - |
| XYZ | 29.05 | 19.61 | 49.83 | - |
| YUV | 125.67 | 163.18 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 92 | 188 | 0.11 | 0.51 | 0 | 0.26 | 287.5 | 0.42 | 0.55 |
| Hex | A8 | 5C | BC | B | 33 | 0 | 1A | 120 | 2A | 37 |
| Octal | 250 | 134 | 274 | 13 | 63 | 0 | 32 | 440 | 52 | 67 |
| Binary | 10101000 | 1011100 | 10111100 | 1011 | 110011 | 0 | 11010 | 100100000 | 101010 | 110111 |
Color Harmonies of #A85CBC
Complementary color
Monochromatic Colors of #A85CBC
Black with #A85CBC
Text Example
Text Example
White with #A85CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85CBC; }
p { color: rgb(168,92,188); }
H1.HeaderClassName
{
color: #A85CBC;
}
.AnyTagClassName
{
color: #A85CBC;
}
</style>
background-color css
<style>
a { background-color: #A85CBC; }
a { background-color: rgb(168,92,188); }
div.DivClassName
{
background-color: #A85CBC;
}
.BgClassName
{
background-color: #A85CBC;
}
</style>
border-color css
<style>
span { border-color: #A85CBC; }
span { border-color: rgb(168,92,188); }
td.TdClassName
{
border-color: #A85CBC;
}
.TagClassName
{
border-color: #A85CBC;
}
</style>