Shades of Deep Lilac #A25DB5
Tints of Deep Lilac #A25DB5
RGB
CMYK
RGB Variations
Color information
#A25DB5 (or 0xA25DB5) is known color: Deep Lilac. HEX triplet: A2, 5D and B5. RGB value is (162,93,181). Sum of RGB (Red+Green+Blue) = 162+93+181=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 93 (36.72% from 255 or 21.33% from 436); Blue value is 181 (71.09% from 255 or 41.51% from 436); Max value from RGB is 181 - color contains mainly: blue. Hex color #A25DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25DB5 is #5DA24A. Grayscale: #7B7B7B. Windows color (decimal): -6136395 or 11885986. OLE color: 11885986.
HSL color Cylindrical-coordinate representation of color #A25DB5: hue angle of 287.05º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A25DB5 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 93 | 181 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.29 |
| HSL | 287.05º | 0.37% | 0.54% | - |
| HSV(B) | 287.05º | 0.49% | 0.71% | - |
| XYZ | 27.16 | 18.85 | 45.92 | - |
| YUV | 123.66 | 160.36 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 93 | 181 | 0.10 | 0.49 | 0 | 0.29 | 287.05 | 0.37 | 0.54 |
| Hex | A2 | 5D | B5 | A | 31 | 0 | 1D | 11F | 25 | 36 |
| Octal | 242 | 135 | 265 | 12 | 61 | 0 | 35 | 437 | 45 | 66 |
| Binary | 10100010 | 1011101 | 10110101 | 1010 | 110001 | 0 | 11101 | 100011111 | 100101 | 110110 |
Color Harmonies of #A25DB5
Complementary color
Monochromatic Colors of #A25DB5
Black with #A25DB5
Text Example
Text Example
White with #A25DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25DB5; }
p { color: rgb(162,93,181); }
H1.HeaderClassName
{
color: #A25DB5;
}
.AnyTagClassName
{
color: #A25DB5;
}
</style>
background-color css
<style>
a { background-color: #A25DB5; }
a { background-color: rgb(162,93,181); }
div.DivClassName
{
background-color: #A25DB5;
}
.BgClassName
{
background-color: #A25DB5;
}
</style>
border-color css
<style>
span { border-color: #A25DB5; }
span { border-color: rgb(162,93,181); }
td.TdClassName
{
border-color: #A25DB5;
}
.TagClassName
{
border-color: #A25DB5;
}
</style>