Shades of Deep Lilac #A25EBB
Tints of Deep Lilac #A25EBB
RGB
CMYK
RGB Variations
Color information
#A25EBB (or 0xA25EBB) is known color: Deep Lilac. HEX triplet: A2, 5E and BB. RGB value is (162,94,187). Sum of RGB (Red+Green+Blue) = 162+94+187=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 94 (37.11% from 255 or 21.22% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 187 - color contains mainly: blue. Hex color #A25EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25EBB is #5DA144. Grayscale: #7C7C7C. Windows color (decimal): -6136133 or 12279458. OLE color: 12279458.
HSL color Cylindrical-coordinate representation of color #A25EBB: hue angle of 283.87º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A25EBB is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 94 | 187 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.27 |
| HSL | 283.87º | 0.41% | 0.55% | - |
| HSV(B) | 283.87º | 0.5% | 0.73% | - |
| XYZ | 27.87 | 19.27 | 49.27 | - |
| YUV | 124.93 | 163.03 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 94 | 187 | 0.13 | 0.50 | 0 | 0.27 | 283.87 | 0.41 | 0.55 |
| Hex | A2 | 5E | BB | D | 32 | 0 | 1B | 11C | 29 | 37 |
| Octal | 242 | 136 | 273 | 15 | 62 | 0 | 33 | 434 | 51 | 67 |
| Binary | 10100010 | 1011110 | 10111011 | 1101 | 110010 | 0 | 11011 | 100011100 | 101001 | 110111 |
Color Harmonies of #A25EBB
Complementary color
Monochromatic Colors of #A25EBB
Black with #A25EBB
Text Example
Text Example
White with #A25EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25EBB; }
p { color: rgb(162,94,187); }
H1.HeaderClassName
{
color: #A25EBB;
}
.AnyTagClassName
{
color: #A25EBB;
}
</style>
background-color css
<style>
a { background-color: #A25EBB; }
a { background-color: rgb(162,94,187); }
div.DivClassName
{
background-color: #A25EBB;
}
.BgClassName
{
background-color: #A25EBB;
}
</style>
border-color css
<style>
span { border-color: #A25EBB; }
span { border-color: rgb(162,94,187); }
td.TdClassName
{
border-color: #A25EBB;
}
.TagClassName
{
border-color: #A25EBB;
}
</style>