Shades of Deep Lilac #A254C8
Tints of Deep Lilac #A254C8
RGB
CMYK
RGB Variations
Color information
#A254C8 (or 0xA254C8) is known color: Deep Lilac. HEX triplet: A2, 54 and C8. RGB value is (162,84,200). Sum of RGB (Red+Green+Blue) = 162+84+200=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 84 (33.20% from 255 or 18.83% from 446); Blue value is 200 (78.52% from 255 or 44.84% from 446); Max value from RGB is 200 - color contains mainly: blue. Hex color #A254C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A254C8 is #5DAB37. Grayscale: #787878. Windows color (decimal): -6138680 or 13128866. OLE color: 13128866.
HSL color Cylindrical-coordinate representation of color #A254C8: hue angle of 280.34º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A254C8 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 84 | 200 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.22 |
| HSL | 280.34º | 0.51% | 0.56% | - |
| HSV(B) | 280.34º | 0.58% | 0.78% | - |
| XYZ | 28.5 | 18.19 | 56.65 | - |
| YUV | 120.55 | 172.84 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 84 | 200 | 0.19 | 0.58 | 0 | 0.22 | 280.34 | 0.51 | 0.56 |
| Hex | A2 | 54 | C8 | 13 | 3A | 0 | 16 | 118 | 33 | 38 |
| Octal | 242 | 124 | 310 | 23 | 72 | 0 | 26 | 430 | 63 | 70 |
| Binary | 10100010 | 1010100 | 11001000 | 10011 | 111010 | 0 | 10110 | 100011000 | 110011 | 111000 |
Color Harmonies of #A254C8
Complementary color
Monochromatic Colors of #A254C8
Black with #A254C8
Text Example
Text Example
White with #A254C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A254C8; }
p { color: rgb(162,84,200); }
H1.HeaderClassName
{
color: #A254C8;
}
.AnyTagClassName
{
color: #A254C8;
}
</style>
background-color css
<style>
a { background-color: #A254C8; }
a { background-color: rgb(162,84,200); }
div.DivClassName
{
background-color: #A254C8;
}
.BgClassName
{
background-color: #A254C8;
}
</style>
border-color css
<style>
span { border-color: #A254C8; }
span { border-color: rgb(162,84,200); }
td.TdClassName
{
border-color: #A254C8;
}
.TagClassName
{
border-color: #A254C8;
}
</style>