Shades of Deep Lilac #A254B9
Tints of Deep Lilac #A254B9
RGB
CMYK
RGB Variations
Color information
#A254B9 (or 0xA254B9) is known color: Deep Lilac. HEX triplet: A2, 54 and B9. RGB value is (162,84,185). Sum of RGB (Red+Green+Blue) = 162+84+185=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 185 (72.66% from 255 or 42.92% from 431); Max value from RGB is 185 - color contains mainly: blue. Hex color #A254B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A254B9 is #5DAB46. Grayscale: #767676. Windows color (decimal): -6138695 or 12145826. OLE color: 12145826.
HSL color Cylindrical-coordinate representation of color #A254B9: hue angle of 286.34º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A254B9 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 84 | 185 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.27 |
| HSL | 286.34º | 0.42% | 0.53% | - |
| HSV(B) | 286.34º | 0.55% | 0.73% | - |
| XYZ | 26.83 | 17.52 | 47.87 | - |
| YUV | 118.84 | 165.34 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 84 | 185 | 0.12 | 0.55 | 0 | 0.27 | 286.34 | 0.42 | 0.53 |
| Hex | A2 | 54 | B9 | C | 37 | 0 | 1B | 11E | 2A | 35 |
| Octal | 242 | 124 | 271 | 14 | 67 | 0 | 33 | 436 | 52 | 65 |
| Binary | 10100010 | 1010100 | 10111001 | 1100 | 110111 | 0 | 11011 | 100011110 | 101010 | 110101 |
Color Harmonies of #A254B9
Complementary color
Monochromatic Colors of #A254B9
Black with #A254B9
Text Example
Text Example
White with #A254B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A254B9; }
p { color: rgb(162,84,185); }
H1.HeaderClassName
{
color: #A254B9;
}
.AnyTagClassName
{
color: #A254B9;
}
</style>
background-color css
<style>
a { background-color: #A254B9; }
a { background-color: rgb(162,84,185); }
div.DivClassName
{
background-color: #A254B9;
}
.BgClassName
{
background-color: #A254B9;
}
</style>
border-color css
<style>
span { border-color: #A254B9; }
span { border-color: rgb(162,84,185); }
td.TdClassName
{
border-color: #A254B9;
}
.TagClassName
{
border-color: #A254B9;
}
</style>