Shades of Deep Lilac #A85EBD
Tints of Deep Lilac #A85EBD
RGB
CMYK
RGB Variations
Color information
#A85EBD (or 0xA85EBD) is known color: Deep Lilac. HEX triplet: A8, 5E and BD. RGB value is (168,94,189). Sum of RGB (Red+Green+Blue) = 168+94+189=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 94 (37.11% from 255 or 20.84% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 189 - color contains mainly: blue. Hex color #A85EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85EBD is #57A142. Grayscale: #7E7E7E. Windows color (decimal): -5742915 or 12410536. OLE color: 12410536.
HSL color Cylindrical-coordinate representation of color #A85EBD: hue angle of 286.74º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A85EBD is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 94 | 189 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.26 |
| HSL | 286.74º | 0.42% | 0.55% | - |
| HSV(B) | 286.74º | 0.5% | 0.74% | - |
| XYZ | 29.34 | 20 | 50.46 | - |
| YUV | 126.96 | 163.02 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 94 | 189 | 0.11 | 0.50 | 0 | 0.26 | 286.74 | 0.42 | 0.55 |
| Hex | A8 | 5E | BD | B | 32 | 0 | 1A | 11F | 2A | 37 |
| Octal | 250 | 136 | 275 | 13 | 62 | 0 | 32 | 437 | 52 | 67 |
| Binary | 10101000 | 1011110 | 10111101 | 1011 | 110010 | 0 | 11010 | 100011111 | 101010 | 110111 |
Color Harmonies of #A85EBD
Complementary color
Monochromatic Colors of #A85EBD
Black with #A85EBD
Text Example
Text Example
White with #A85EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85EBD; }
p { color: rgb(168,94,189); }
H1.HeaderClassName
{
color: #A85EBD;
}
.AnyTagClassName
{
color: #A85EBD;
}
</style>
background-color css
<style>
a { background-color: #A85EBD; }
a { background-color: rgb(168,94,189); }
div.DivClassName
{
background-color: #A85EBD;
}
.BgClassName
{
background-color: #A85EBD;
}
</style>
border-color css
<style>
span { border-color: #A85EBD; }
span { border-color: rgb(168,94,189); }
td.TdClassName
{
border-color: #A85EBD;
}
.TagClassName
{
border-color: #A85EBD;
}
</style>