Shades of Deep Lilac #A25ABF
Tints of Deep Lilac #A25ABF
RGB
CMYK
RGB Variations
Color information
#A25ABF (or 0xA25ABF) is known color: Deep Lilac. HEX triplet: A2, 5A and BF. RGB value is (162,90,191). Sum of RGB (Red+Green+Blue) = 162+90+191=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 191 - color contains mainly: blue. Hex color #A25ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25ABF is #5DA540. Grayscale: #7A7A7A. Windows color (decimal): -6137153 or 12540578. OLE color: 12540578.
HSL color Cylindrical-coordinate representation of color #A25ABF: hue angle of 282.77º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A25ABF is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 90 | 191 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.25 |
| HSL | 282.77º | 0.44% | 0.55% | - |
| HSV(B) | 282.77º | 0.53% | 0.75% | - |
| XYZ | 27.96 | 18.76 | 51.44 | - |
| YUV | 123.04 | 166.35 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 90 | 191 | 0.15 | 0.53 | 0 | 0.25 | 282.77 | 0.44 | 0.55 |
| Hex | A2 | 5A | BF | F | 35 | 0 | 19 | 11B | 2C | 37 |
| Octal | 242 | 132 | 277 | 17 | 65 | 0 | 31 | 433 | 54 | 67 |
| Binary | 10100010 | 1011010 | 10111111 | 1111 | 110101 | 0 | 11001 | 100011011 | 101100 | 110111 |
Color Harmonies of #A25ABF
Complementary color
Monochromatic Colors of #A25ABF
Black with #A25ABF
Text Example
Text Example
White with #A25ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25ABF; }
p { color: rgb(162,90,191); }
H1.HeaderClassName
{
color: #A25ABF;
}
.AnyTagClassName
{
color: #A25ABF;
}
</style>
background-color css
<style>
a { background-color: #A25ABF; }
a { background-color: rgb(162,90,191); }
div.DivClassName
{
background-color: #A25ABF;
}
.BgClassName
{
background-color: #A25ABF;
}
</style>
border-color css
<style>
span { border-color: #A25ABF; }
span { border-color: rgb(162,90,191); }
td.TdClassName
{
border-color: #A25ABF;
}
.TagClassName
{
border-color: #A25ABF;
}
</style>