Shades of Deep Lilac #A85AC6
Tints of Deep Lilac #A85AC6
RGB
CMYK
RGB Variations
Color information
#A85AC6 (or 0xA85AC6) is known color: Deep Lilac. HEX triplet: A8, 5A and C6. RGB value is (168,90,198). Sum of RGB (Red+Green+Blue) = 168+90+198=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 90 (35.55% from 255 or 19.74% from 456); Blue value is 198 (77.73% from 255 or 43.42% from 456); Max value from RGB is 198 - color contains mainly: blue. Hex color #A85AC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85AC6 is #57A539. Grayscale: #7D7D7D. Windows color (decimal): -5743930 or 12999336. OLE color: 12999336.
HSL color Cylindrical-coordinate representation of color #A85AC6: hue angle of 283.33º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A85AC6 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 90 | 198 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.22 |
| HSL | 283.33º | 0.49% | 0.56% | - |
| HSV(B) | 283.33º | 0.55% | 0.78% | - |
| XYZ | 30 | 19.71 | 55.65 | - |
| YUV | 125.63 | 168.84 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 90 | 198 | 0.15 | 0.55 | 0 | 0.22 | 283.33 | 0.49 | 0.56 |
| Hex | A8 | 5A | C6 | F | 37 | 0 | 16 | 11B | 31 | 38 |
| Octal | 250 | 132 | 306 | 17 | 67 | 0 | 26 | 433 | 61 | 70 |
| Binary | 10101000 | 1011010 | 11000110 | 1111 | 110111 | 0 | 10110 | 100011011 | 110001 | 111000 |
Color Harmonies of #A85AC6
Complementary color
Monochromatic Colors of #A85AC6
Black with #A85AC6
Text Example
Text Example
White with #A85AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85AC6; }
p { color: rgb(168,90,198); }
H1.HeaderClassName
{
color: #A85AC6;
}
.AnyTagClassName
{
color: #A85AC6;
}
</style>
background-color css
<style>
a { background-color: #A85AC6; }
a { background-color: rgb(168,90,198); }
div.DivClassName
{
background-color: #A85AC6;
}
.BgClassName
{
background-color: #A85AC6;
}
</style>
border-color css
<style>
span { border-color: #A85AC6; }
span { border-color: rgb(168,90,198); }
td.TdClassName
{
border-color: #A85AC6;
}
.TagClassName
{
border-color: #A85AC6;
}
</style>