Shades of Deep Lilac #A85DB6
Tints of Deep Lilac #A85DB6
RGB
CMYK
RGB Variations
Color information
#A85DB6 (or 0xA85DB6) is known color: Deep Lilac. HEX triplet: A8, 5D and B6. RGB value is (168,93,182). Sum of RGB (Red+Green+Blue) = 168+93+182=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 182 (71.48% from 255 or 41.08% from 443); Max value from RGB is 182 - color contains mainly: blue. Hex color #A85DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85DB6 is #57A249. Grayscale: #7D7D7D. Windows color (decimal): -5743178 or 11951528. OLE color: 11951528.
HSL color Cylindrical-coordinate representation of color #A85DB6: hue angle of 290.56º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A85DB6 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 93 | 182 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.29 |
| HSL | 290.56º | 0.38% | 0.54% | - |
| HSV(B) | 290.56º | 0.49% | 0.71% | - |
| XYZ | 28.51 | 19.53 | 46.52 | - |
| YUV | 125.57 | 159.85 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 93 | 182 | 0.08 | 0.49 | 0 | 0.29 | 290.56 | 0.38 | 0.54 |
| Hex | A8 | 5D | B6 | 8 | 31 | 0 | 1D | 123 | 26 | 36 |
| Octal | 250 | 135 | 266 | 10 | 61 | 0 | 35 | 443 | 46 | 66 |
| Binary | 10101000 | 1011101 | 10110110 | 1000 | 110001 | 0 | 11101 | 100100011 | 100110 | 110110 |
Color Harmonies of #A85DB6
Complementary color
Monochromatic Colors of #A85DB6
Black with #A85DB6
Text Example
Text Example
White with #A85DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85DB6; }
p { color: rgb(168,93,182); }
H1.HeaderClassName
{
color: #A85DB6;
}
.AnyTagClassName
{
color: #A85DB6;
}
</style>
background-color css
<style>
a { background-color: #A85DB6; }
a { background-color: rgb(168,93,182); }
div.DivClassName
{
background-color: #A85DB6;
}
.BgClassName
{
background-color: #A85DB6;
}
</style>
border-color css
<style>
span { border-color: #A85DB6; }
span { border-color: rgb(168,93,182); }
td.TdClassName
{
border-color: #A85DB6;
}
.TagClassName
{
border-color: #A85DB6;
}
</style>