Shades of Deep Lilac #A254B7
Tints of Deep Lilac #A254B7
RGB
CMYK
RGB Variations
Color information
#A254B7 (or 0xA254B7) is known color: Deep Lilac. HEX triplet: A2, 54 and B7. RGB value is (162,84,183). Sum of RGB (Red+Green+Blue) = 162+84+183=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 84 (33.20% from 255 or 19.58% from 429); Blue value is 183 (71.88% from 255 or 42.66% from 429); Max value from RGB is 183 - color contains mainly: blue. Hex color #A254B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A254B7 is #5DAB48. Grayscale: #767676. Windows color (decimal): -6138697 or 12014754. OLE color: 12014754.
HSL color Cylindrical-coordinate representation of color #A254B7: hue angle of 287.27º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A254B7 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 84 | 183 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.28 |
| HSL | 287.27º | 0.41% | 0.52% | - |
| HSV(B) | 287.27º | 0.54% | 0.72% | - |
| XYZ | 26.62 | 17.44 | 46.76 | - |
| YUV | 118.61 | 164.34 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 84 | 183 | 0.11 | 0.54 | 0 | 0.28 | 287.27 | 0.41 | 0.52 |
| Hex | A2 | 54 | B7 | B | 36 | 0 | 1C | 11F | 29 | 34 |
| Octal | 242 | 124 | 267 | 13 | 66 | 0 | 34 | 437 | 51 | 64 |
| Binary | 10100010 | 1010100 | 10110111 | 1011 | 110110 | 0 | 11100 | 100011111 | 101001 | 110100 |
Color Harmonies of #A254B7
Complementary color
Monochromatic Colors of #A254B7
Black with #A254B7
Text Example
Text Example
White with #A254B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A254B7; }
p { color: rgb(162,84,183); }
H1.HeaderClassName
{
color: #A254B7;
}
.AnyTagClassName
{
color: #A254B7;
}
</style>
background-color css
<style>
a { background-color: #A254B7; }
a { background-color: rgb(162,84,183); }
div.DivClassName
{
background-color: #A254B7;
}
.BgClassName
{
background-color: #A254B7;
}
</style>
border-color css
<style>
span { border-color: #A254B7; }
span { border-color: rgb(162,84,183); }
td.TdClassName
{
border-color: #A254B7;
}
.TagClassName
{
border-color: #A254B7;
}
</style>