Shades of Deep Lilac #A25DBB
Tints of Deep Lilac #A25DBB
RGB
CMYK
RGB Variations
Color information
#A25DBB (or 0xA25DBB) is known color: Deep Lilac. HEX triplet: A2, 5D and BB. RGB value is (162,93,187). Sum of RGB (Red+Green+Blue) = 162+93+187=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 93 (36.72% from 255 or 21.04% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 187 - color contains mainly: blue. Hex color #A25DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25DBB is #5DA244. Grayscale: #7C7C7C. Windows color (decimal): -6136389 or 12279202. OLE color: 12279202.
HSL color Cylindrical-coordinate representation of color #A25DBB: hue angle of 284.04º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A25DBB is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 93 | 187 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.27 |
| HSL | 284.04º | 0.41% | 0.55% | - |
| HSV(B) | 284.04º | 0.5% | 0.73% | - |
| XYZ | 27.78 | 19.1 | 49.24 | - |
| YUV | 124.35 | 163.36 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 93 | 187 | 0.13 | 0.50 | 0 | 0.27 | 284.04 | 0.41 | 0.55 |
| Hex | A2 | 5D | BB | D | 32 | 0 | 1B | 11C | 29 | 37 |
| Octal | 242 | 135 | 273 | 15 | 62 | 0 | 33 | 434 | 51 | 67 |
| Binary | 10100010 | 1011101 | 10111011 | 1101 | 110010 | 0 | 11011 | 100011100 | 101001 | 110111 |
Color Harmonies of #A25DBB
Complementary color
Monochromatic Colors of #A25DBB
Black with #A25DBB
Text Example
Text Example
White with #A25DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25DBB; }
p { color: rgb(162,93,187); }
H1.HeaderClassName
{
color: #A25DBB;
}
.AnyTagClassName
{
color: #A25DBB;
}
</style>
background-color css
<style>
a { background-color: #A25DBB; }
a { background-color: rgb(162,93,187); }
div.DivClassName
{
background-color: #A25DBB;
}
.BgClassName
{
background-color: #A25DBB;
}
</style>
border-color css
<style>
span { border-color: #A25DBB; }
span { border-color: rgb(162,93,187); }
td.TdClassName
{
border-color: #A25DBB;
}
.TagClassName
{
border-color: #A25DBB;
}
</style>