Shades of Deep Lilac #A25AB5
Tints of Deep Lilac #A25AB5
RGB
CMYK
RGB Variations
Color information
#A25AB5 (or 0xA25AB5) is known color: Deep Lilac. HEX triplet: A2, 5A and B5. RGB value is (162,90,181). Sum of RGB (Red+Green+Blue) = 162+90+181=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 90 (35.55% from 255 or 20.79% from 433); Blue value is 181 (71.09% from 255 or 41.80% from 433); Max value from RGB is 181 - color contains mainly: blue. Hex color #A25AB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25AB5 is #5DA54A. Grayscale: #797979. Windows color (decimal): -6137163 or 11885218. OLE color: 11885218.
HSL color Cylindrical-coordinate representation of color #A25AB5: hue angle of 287.47º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A25AB5 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 90 | 181 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.29 |
| HSL | 287.47º | 0.38% | 0.53% | - |
| HSV(B) | 287.47º | 0.5% | 0.71% | - |
| XYZ | 26.9 | 18.33 | 45.84 | - |
| YUV | 121.9 | 161.35 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 90 | 181 | 0.10 | 0.50 | 0 | 0.29 | 287.47 | 0.38 | 0.53 |
| Hex | A2 | 5A | B5 | A | 32 | 0 | 1D | 11F | 26 | 35 |
| Octal | 242 | 132 | 265 | 12 | 62 | 0 | 35 | 437 | 46 | 65 |
| Binary | 10100010 | 1011010 | 10110101 | 1010 | 110010 | 0 | 11101 | 100011111 | 100110 | 110101 |
Color Harmonies of #A25AB5
Complementary color
Monochromatic Colors of #A25AB5
Black with #A25AB5
Text Example
Text Example
White with #A25AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25AB5; }
p { color: rgb(162,90,181); }
H1.HeaderClassName
{
color: #A25AB5;
}
.AnyTagClassName
{
color: #A25AB5;
}
</style>
background-color css
<style>
a { background-color: #A25AB5; }
a { background-color: rgb(162,90,181); }
div.DivClassName
{
background-color: #A25AB5;
}
.BgClassName
{
background-color: #A25AB5;
}
</style>
border-color css
<style>
span { border-color: #A25AB5; }
span { border-color: rgb(162,90,181); }
td.TdClassName
{
border-color: #A25AB5;
}
.TagClassName
{
border-color: #A25AB5;
}
</style>