Shades of Deep Lilac #A25EBA
Tints of Deep Lilac #A25EBA
RGB
CMYK
RGB Variations
Color information
#A25EBA (or 0xA25EBA) is known color: Deep Lilac. HEX triplet: A2, 5E and BA. RGB value is (162,94,186). Sum of RGB (Red+Green+Blue) = 162+94+186=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 94 (37.11% from 255 or 21.27% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #A25EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25EBA is #5DA145. Grayscale: #7C7C7C. Windows color (decimal): -6136134 or 12213922. OLE color: 12213922.
HSL color Cylindrical-coordinate representation of color #A25EBA: hue angle of 284.35º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A25EBA is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 94 | 186 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.27 |
| HSL | 284.35º | 0.4% | 0.55% | - |
| HSV(B) | 284.35º | 0.49% | 0.73% | - |
| XYZ | 27.77 | 19.23 | 48.7 | - |
| YUV | 124.82 | 162.53 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 94 | 186 | 0.13 | 0.49 | 0 | 0.27 | 284.35 | 0.4 | 0.55 |
| Hex | A2 | 5E | BA | D | 31 | 0 | 1B | 11C | 28 | 37 |
| Octal | 242 | 136 | 272 | 15 | 61 | 0 | 33 | 434 | 50 | 67 |
| Binary | 10100010 | 1011110 | 10111010 | 1101 | 110001 | 0 | 11011 | 100011100 | 101000 | 110111 |
Color Harmonies of #A25EBA
Complementary color
Monochromatic Colors of #A25EBA
Black with #A25EBA
Text Example
Text Example
White with #A25EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25EBA; }
p { color: rgb(162,94,186); }
H1.HeaderClassName
{
color: #A25EBA;
}
.AnyTagClassName
{
color: #A25EBA;
}
</style>
background-color css
<style>
a { background-color: #A25EBA; }
a { background-color: rgb(162,94,186); }
div.DivClassName
{
background-color: #A25EBA;
}
.BgClassName
{
background-color: #A25EBA;
}
</style>
border-color css
<style>
span { border-color: #A25EBA; }
span { border-color: rgb(162,94,186); }
td.TdClassName
{
border-color: #A25EBA;
}
.TagClassName
{
border-color: #A25EBA;
}
</style>