Shades of Deep Lilac #A25EBE
Tints of Deep Lilac #A25EBE
RGB
CMYK
RGB Variations
Color information
#A25EBE (or 0xA25EBE) is known color: Deep Lilac. HEX triplet: A2, 5E and BE. RGB value is (162,94,190). Sum of RGB (Red+Green+Blue) = 162+94+190=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 94 (37.11% from 255 or 21.08% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #A25EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25EBE is #5DA141. Grayscale: #7C7C7C. Windows color (decimal): -6136130 or 12476066. OLE color: 12476066.
HSL color Cylindrical-coordinate representation of color #A25EBE: hue angle of 282.5º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A25EBE is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 94 | 190 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.25 |
| HSL | 282.5º | 0.42% | 0.56% | - |
| HSV(B) | 282.5º | 0.51% | 0.75% | - |
| XYZ | 28.2 | 19.4 | 50.97 | - |
| YUV | 125.28 | 164.53 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 94 | 190 | 0.15 | 0.51 | 0 | 0.25 | 282.5 | 0.42 | 0.56 |
| Hex | A2 | 5E | BE | F | 33 | 0 | 19 | 11A | 2A | 38 |
| Octal | 242 | 136 | 276 | 17 | 63 | 0 | 31 | 432 | 52 | 70 |
| Binary | 10100010 | 1011110 | 10111110 | 1111 | 110011 | 0 | 11001 | 100011010 | 101010 | 111000 |
Color Harmonies of #A25EBE
Complementary color
Monochromatic Colors of #A25EBE
Black with #A25EBE
Text Example
Text Example
White with #A25EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25EBE; }
p { color: rgb(162,94,190); }
H1.HeaderClassName
{
color: #A25EBE;
}
.AnyTagClassName
{
color: #A25EBE;
}
</style>
background-color css
<style>
a { background-color: #A25EBE; }
a { background-color: rgb(162,94,190); }
div.DivClassName
{
background-color: #A25EBE;
}
.BgClassName
{
background-color: #A25EBE;
}
</style>
border-color css
<style>
span { border-color: #A25EBE; }
span { border-color: rgb(162,94,190); }
td.TdClassName
{
border-color: #A25EBE;
}
.TagClassName
{
border-color: #A25EBE;
}
</style>