Shades of Deep Lilac #A25DBC
Tints of Deep Lilac #A25DBC
RGB
CMYK
RGB Variations
Color information
#A25DBC (or 0xA25DBC) is known color: Deep Lilac. HEX triplet: A2, 5D and BC. RGB value is (162,93,188). Sum of RGB (Red+Green+Blue) = 162+93+188=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 188 - color contains mainly: blue. Hex color #A25DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25DBC is #5DA243. Grayscale: #7C7C7C. Windows color (decimal): -6136388 or 12344738. OLE color: 12344738.
HSL color Cylindrical-coordinate representation of color #A25DBC: hue angle of 283.58º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A25DBC is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 93 | 188 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.26 |
| HSL | 283.58º | 0.41% | 0.55% | - |
| HSV(B) | 283.58º | 0.51% | 0.74% | - |
| XYZ | 27.89 | 19.14 | 49.8 | - |
| YUV | 124.46 | 163.86 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 93 | 188 | 0.14 | 0.51 | 0 | 0.26 | 283.58 | 0.41 | 0.55 |
| Hex | A2 | 5D | BC | E | 33 | 0 | 1A | 11C | 29 | 37 |
| Octal | 242 | 135 | 274 | 16 | 63 | 0 | 32 | 434 | 51 | 67 |
| Binary | 10100010 | 1011101 | 10111100 | 1110 | 110011 | 0 | 11010 | 100011100 | 101001 | 110111 |
Color Harmonies of #A25DBC
Complementary color
Monochromatic Colors of #A25DBC
Black with #A25DBC
Text Example
Text Example
White with #A25DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25DBC; }
p { color: rgb(162,93,188); }
H1.HeaderClassName
{
color: #A25DBC;
}
.AnyTagClassName
{
color: #A25DBC;
}
</style>
background-color css
<style>
a { background-color: #A25DBC; }
a { background-color: rgb(162,93,188); }
div.DivClassName
{
background-color: #A25DBC;
}
.BgClassName
{
background-color: #A25DBC;
}
</style>
border-color css
<style>
span { border-color: #A25DBC; }
span { border-color: rgb(162,93,188); }
td.TdClassName
{
border-color: #A25DBC;
}
.TagClassName
{
border-color: #A25DBC;
}
</style>