Shades of Deep Lilac #A85BC2
Tints of Deep Lilac #A85BC2
RGB
CMYK
RGB Variations
Color information
#A85BC2 (or 0xA85BC2) is known color: Deep Lilac. HEX triplet: A8, 5B and C2. RGB value is (168,91,194). Sum of RGB (Red+Green+Blue) = 168+91+194=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 91 (35.94% from 255 or 20.09% from 453); Blue value is 194 (76.17% from 255 or 42.83% from 453); Max value from RGB is 194 - color contains mainly: blue. Hex color #A85BC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85BC2 is #57A43D. Grayscale: #7D7D7D. Windows color (decimal): -5743678 or 12737448. OLE color: 12737448.
HSL color Cylindrical-coordinate representation of color #A85BC2: hue angle of 284.85º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A85BC2 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 91 | 194 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.24 |
| HSL | 284.85º | 0.46% | 0.56% | - |
| HSV(B) | 284.85º | 0.53% | 0.76% | - |
| XYZ | 29.63 | 19.7 | 53.28 | - |
| YUV | 125.77 | 166.51 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 91 | 194 | 0.13 | 0.53 | 0 | 0.24 | 284.85 | 0.46 | 0.56 |
| Hex | A8 | 5B | C2 | D | 35 | 0 | 18 | 11D | 2E | 38 |
| Octal | 250 | 133 | 302 | 15 | 65 | 0 | 30 | 435 | 56 | 70 |
| Binary | 10101000 | 1011011 | 11000010 | 1101 | 110101 | 0 | 11000 | 100011101 | 101110 | 111000 |
Color Harmonies of #A85BC2
Complementary color
Monochromatic Colors of #A85BC2
Black with #A85BC2
Text Example
Text Example
White with #A85BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85BC2; }
p { color: rgb(168,91,194); }
H1.HeaderClassName
{
color: #A85BC2;
}
.AnyTagClassName
{
color: #A85BC2;
}
</style>
background-color css
<style>
a { background-color: #A85BC2; }
a { background-color: rgb(168,91,194); }
div.DivClassName
{
background-color: #A85BC2;
}
.BgClassName
{
background-color: #A85BC2;
}
</style>
border-color css
<style>
span { border-color: #A85BC2; }
span { border-color: rgb(168,91,194); }
td.TdClassName
{
border-color: #A85BC2;
}
.TagClassName
{
border-color: #A85BC2;
}
</style>