Shades of Deep Lilac #A25DB2
Tints of Deep Lilac #A25DB2
RGB
CMYK
RGB Variations
Color information
#A25DB2 (or 0xA25DB2) is known color: Deep Lilac. HEX triplet: A2, 5D and B2. RGB value is (162,93,178). Sum of RGB (Red+Green+Blue) = 162+93+178=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 93 (36.72% from 255 or 21.48% from 433); Blue value is 178 (69.92% from 255 or 41.11% from 433); Max value from RGB is 178 - color contains mainly: blue. Hex color #A25DB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25DB2 is #5DA24D. Grayscale: #7B7B7B. Windows color (decimal): -6136398 or 11689378. OLE color: 11689378.
HSL color Cylindrical-coordinate representation of color #A25DB2: hue angle of 288.71º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A25DB2 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 93 | 178 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.30 |
| HSL | 288.71º | 0.36% | 0.53% | - |
| HSV(B) | 288.71º | 0.48% | 0.7% | - |
| XYZ | 26.85 | 18.72 | 44.32 | - |
| YUV | 123.32 | 158.86 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 93 | 178 | 0.09 | 0.48 | 0 | 0.30 | 288.71 | 0.36 | 0.53 |
| Hex | A2 | 5D | B2 | 9 | 30 | 0 | 1E | 121 | 24 | 35 |
| Octal | 242 | 135 | 262 | 11 | 60 | 0 | 36 | 441 | 44 | 65 |
| Binary | 10100010 | 1011101 | 10110010 | 1001 | 110000 | 0 | 11110 | 100100001 | 100100 | 110101 |
Color Harmonies of #A25DB2
Complementary color
Monochromatic Colors of #A25DB2
Black with #A25DB2
Text Example
Text Example
White with #A25DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25DB2; }
p { color: rgb(162,93,178); }
H1.HeaderClassName
{
color: #A25DB2;
}
.AnyTagClassName
{
color: #A25DB2;
}
</style>
background-color css
<style>
a { background-color: #A25DB2; }
a { background-color: rgb(162,93,178); }
div.DivClassName
{
background-color: #A25DB2;
}
.BgClassName
{
background-color: #A25DB2;
}
</style>
border-color css
<style>
span { border-color: #A25DB2; }
span { border-color: rgb(162,93,178); }
td.TdClassName
{
border-color: #A25DB2;
}
.TagClassName
{
border-color: #A25DB2;
}
</style>