Shades of Deep Lilac #A85BC6
Tints of Deep Lilac #A85BC6
RGB
CMYK
RGB Variations
Color information
#A85BC6 (or 0xA85BC6) is known color: Deep Lilac. HEX triplet: A8, 5B and C6. RGB value is (168,91,198). Sum of RGB (Red+Green+Blue) = 168+91+198=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 91 (35.94% from 255 or 19.91% from 457); Blue value is 198 (77.73% from 255 or 43.33% from 457); Max value from RGB is 198 - color contains mainly: blue. Hex color #A85BC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85BC6 is #57A439. Grayscale: #7D7D7D. Windows color (decimal): -5743674 or 12999592. OLE color: 12999592.
HSL color Cylindrical-coordinate representation of color #A85BC6: hue angle of 283.18º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A85BC6 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 91 | 198 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.22 |
| HSL | 283.18º | 0.48% | 0.57% | - |
| HSV(B) | 283.18º | 0.54% | 0.78% | - |
| XYZ | 30.08 | 19.88 | 55.68 | - |
| YUV | 126.22 | 168.51 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 91 | 198 | 0.15 | 0.54 | 0 | 0.22 | 283.18 | 0.48 | 0.57 |
| Hex | A8 | 5B | C6 | F | 36 | 0 | 16 | 11B | 30 | 39 |
| Octal | 250 | 133 | 306 | 17 | 66 | 0 | 26 | 433 | 60 | 71 |
| Binary | 10101000 | 1011011 | 11000110 | 1111 | 110110 | 0 | 10110 | 100011011 | 110000 | 111001 |
Color Harmonies of #A85BC6
Complementary color
Monochromatic Colors of #A85BC6
Black with #A85BC6
Text Example
Text Example
White with #A85BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85BC6; }
p { color: rgb(168,91,198); }
H1.HeaderClassName
{
color: #A85BC6;
}
.AnyTagClassName
{
color: #A85BC6;
}
</style>
background-color css
<style>
a { background-color: #A85BC6; }
a { background-color: rgb(168,91,198); }
div.DivClassName
{
background-color: #A85BC6;
}
.BgClassName
{
background-color: #A85BC6;
}
</style>
border-color css
<style>
span { border-color: #A85BC6; }
span { border-color: rgb(168,91,198); }
td.TdClassName
{
border-color: #A85BC6;
}
.TagClassName
{
border-color: #A85BC6;
}
</style>