Shades of Deep Lilac #A25AB8
Tints of Deep Lilac #A25AB8
RGB
CMYK
RGB Variations
Color information
#A25AB8 (or 0xA25AB8) is known color: Deep Lilac. HEX triplet: A2, 5A and B8. RGB value is (162,90,184). Sum of RGB (Red+Green+Blue) = 162+90+184=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 184 (72.27% from 255 or 42.20% from 436); Max value from RGB is 184 - color contains mainly: blue. Hex color #A25AB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25AB8 is #5DA547. Grayscale: #797979. Windows color (decimal): -6137160 or 12081826. OLE color: 12081826.
HSL color Cylindrical-coordinate representation of color #A25AB8: hue angle of 285.96º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A25AB8 is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 90 | 184 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.28 |
| HSL | 285.96º | 0.4% | 0.54% | - |
| HSV(B) | 285.96º | 0.51% | 0.72% | - |
| XYZ | 27.21 | 18.45 | 47.48 | - |
| YUV | 122.24 | 162.85 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 90 | 184 | 0.12 | 0.51 | 0 | 0.28 | 285.96 | 0.4 | 0.54 |
| Hex | A2 | 5A | B8 | C | 33 | 0 | 1C | 11E | 28 | 36 |
| Octal | 242 | 132 | 270 | 14 | 63 | 0 | 34 | 436 | 50 | 66 |
| Binary | 10100010 | 1011010 | 10111000 | 1100 | 110011 | 0 | 11100 | 100011110 | 101000 | 110110 |
Color Harmonies of #A25AB8
Complementary color
Monochromatic Colors of #A25AB8
Black with #A25AB8
Text Example
Text Example
White with #A25AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25AB8; }
p { color: rgb(162,90,184); }
H1.HeaderClassName
{
color: #A25AB8;
}
.AnyTagClassName
{
color: #A25AB8;
}
</style>
background-color css
<style>
a { background-color: #A25AB8; }
a { background-color: rgb(162,90,184); }
div.DivClassName
{
background-color: #A25AB8;
}
.BgClassName
{
background-color: #A25AB8;
}
</style>
border-color css
<style>
span { border-color: #A25AB8; }
span { border-color: rgb(162,90,184); }
td.TdClassName
{
border-color: #A25AB8;
}
.TagClassName
{
border-color: #A25AB8;
}
</style>