Shades of Deep Lilac #A254B0
Tints of Deep Lilac #A254B0
RGB
CMYK
RGB Variations
Color information
#A254B0 (or 0xA254B0) is known color: Deep Lilac. HEX triplet: A2, 54 and B0. RGB value is (162,84,176). Sum of RGB (Red+Green+Blue) = 162+84+176=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 84 (33.20% from 255 or 19.91% from 422); Blue value is 176 (69.14% from 255 or 41.71% from 422); Max value from RGB is 176 - color contains mainly: blue. Hex color #A254B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A254B0 is #5DAB4F. Grayscale: #757575. Windows color (decimal): -6138704 or 11556002. OLE color: 11556002.
HSL color Cylindrical-coordinate representation of color #A254B0: hue angle of 290.87º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A254B0 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 84 | 176 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.31 |
| HSL | 290.87º | 0.37% | 0.51% | - |
| HSV(B) | 290.87º | 0.52% | 0.69% | - |
| XYZ | 25.91 | 17.16 | 43.02 | - |
| YUV | 117.81 | 160.84 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 84 | 176 | 0.08 | 0.52 | 0 | 0.31 | 290.87 | 0.37 | 0.51 |
| Hex | A2 | 54 | B0 | 8 | 34 | 0 | 1F | 123 | 25 | 33 |
| Octal | 242 | 124 | 260 | 10 | 64 | 0 | 37 | 443 | 45 | 63 |
| Binary | 10100010 | 1010100 | 10110000 | 1000 | 110100 | 0 | 11111 | 100100011 | 100101 | 110011 |
Color Harmonies of #A254B0
Complementary color
Monochromatic Colors of #A254B0
Black with #A254B0
Text Example
Text Example
White with #A254B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A254B0; }
p { color: rgb(162,84,176); }
H1.HeaderClassName
{
color: #A254B0;
}
.AnyTagClassName
{
color: #A254B0;
}
</style>
background-color css
<style>
a { background-color: #A254B0; }
a { background-color: rgb(162,84,176); }
div.DivClassName
{
background-color: #A254B0;
}
.BgClassName
{
background-color: #A254B0;
}
</style>
border-color css
<style>
span { border-color: #A254B0; }
span { border-color: rgb(162,84,176); }
td.TdClassName
{
border-color: #A254B0;
}
.TagClassName
{
border-color: #A254B0;
}
</style>