Shades of Deep Lilac #A25DB1
Tints of Deep Lilac #A25DB1
RGB
CMYK
RGB Variations
Color information
#A25DB1 (or 0xA25DB1) is known color: Deep Lilac. HEX triplet: A2, 5D and B1. RGB value is (162,93,177). Sum of RGB (Red+Green+Blue) = 162+93+177=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 93 (36.72% from 255 or 21.53% from 432); Blue value is 177 (69.53% from 255 or 40.97% from 432); Max value from RGB is 177 - color contains mainly: blue. Hex color #A25DB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25DB1 is #5DA24E. Grayscale: #7A7A7A. Windows color (decimal): -6136399 or 11623842. OLE color: 11623842.
HSL color Cylindrical-coordinate representation of color #A25DB1: hue angle of 289.29º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A25DB1 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 93 | 177 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.31 |
| HSL | 289.29º | 0.35% | 0.53% | - |
| HSV(B) | 289.29º | 0.47% | 0.69% | - |
| XYZ | 26.75 | 18.68 | 43.79 | - |
| YUV | 123.21 | 158.36 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 93 | 177 | 0.08 | 0.47 | 0 | 0.31 | 289.29 | 0.35 | 0.53 |
| Hex | A2 | 5D | B1 | 8 | 2F | 0 | 1F | 121 | 23 | 35 |
| Octal | 242 | 135 | 261 | 10 | 57 | 0 | 37 | 441 | 43 | 65 |
| Binary | 10100010 | 1011101 | 10110001 | 1000 | 101111 | 0 | 11111 | 100100001 | 100011 | 110101 |
Color Harmonies of #A25DB1
Complementary color
Monochromatic Colors of #A25DB1
Black with #A25DB1
Text Example
Text Example
White with #A25DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25DB1; }
p { color: rgb(162,93,177); }
H1.HeaderClassName
{
color: #A25DB1;
}
.AnyTagClassName
{
color: #A25DB1;
}
</style>
background-color css
<style>
a { background-color: #A25DB1; }
a { background-color: rgb(162,93,177); }
div.DivClassName
{
background-color: #A25DB1;
}
.BgClassName
{
background-color: #A25DB1;
}
</style>
border-color css
<style>
span { border-color: #A25DB1; }
span { border-color: rgb(162,93,177); }
td.TdClassName
{
border-color: #A25DB1;
}
.TagClassName
{
border-color: #A25DB1;
}
</style>