Shades of Deep Lilac #A85AB6
Tints of Deep Lilac #A85AB6
RGB
CMYK
RGB Variations
Color information
#A85AB6 (or 0xA85AB6) is known color: Deep Lilac. HEX triplet: A8, 5A and B6. RGB value is (168,90,182). Sum of RGB (Red+Green+Blue) = 168+90+182=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 90 (35.55% from 255 or 20.45% from 440); Blue value is 182 (71.48% from 255 or 41.36% from 440); Max value from RGB is 182 - color contains mainly: blue. Hex color #A85AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85AB6 is #57A549. Grayscale: #7B7B7B. Windows color (decimal): -5743946 or 11950760. OLE color: 11950760.
HSL color Cylindrical-coordinate representation of color #A85AB6: hue angle of 290.87º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A85AB6 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 90 | 182 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.29 |
| HSL | 290.87º | 0.39% | 0.53% | - |
| HSV(B) | 290.87º | 0.51% | 0.71% | - |
| XYZ | 28.25 | 19.01 | 46.44 | - |
| YUV | 123.81 | 160.84 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 90 | 182 | 0.08 | 0.51 | 0 | 0.29 | 290.87 | 0.39 | 0.53 |
| Hex | A8 | 5A | B6 | 8 | 33 | 0 | 1D | 123 | 27 | 35 |
| Octal | 250 | 132 | 266 | 10 | 63 | 0 | 35 | 443 | 47 | 65 |
| Binary | 10101000 | 1011010 | 10110110 | 1000 | 110011 | 0 | 11101 | 100100011 | 100111 | 110101 |
Color Harmonies of #A85AB6
Complementary color
Monochromatic Colors of #A85AB6
Black with #A85AB6
Text Example
Text Example
White with #A85AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85AB6; }
p { color: rgb(168,90,182); }
H1.HeaderClassName
{
color: #A85AB6;
}
.AnyTagClassName
{
color: #A85AB6;
}
</style>
background-color css
<style>
a { background-color: #A85AB6; }
a { background-color: rgb(168,90,182); }
div.DivClassName
{
background-color: #A85AB6;
}
.BgClassName
{
background-color: #A85AB6;
}
</style>
border-color css
<style>
span { border-color: #A85AB6; }
span { border-color: rgb(168,90,182); }
td.TdClassName
{
border-color: #A85AB6;
}
.TagClassName
{
border-color: #A85AB6;
}
</style>