Shades of Deep Lilac #A25BBC
Tints of Deep Lilac #A25BBC
RGB
CMYK
RGB Variations
Color information
#A25BBC (or 0xA25BBC) is known color: Deep Lilac. HEX triplet: A2, 5B and BC. RGB value is (162,91,188). Sum of RGB (Red+Green+Blue) = 162+91+188=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 91 (35.94% from 255 or 20.63% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #A25BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25BBC is #5DA443. Grayscale: #7A7A7A. Windows color (decimal): -6136900 or 12344226. OLE color: 12344226.
HSL color Cylindrical-coordinate representation of color #A25BBC: hue angle of 283.92º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A25BBC is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 91 | 188 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.26 |
| HSL | 283.92º | 0.42% | 0.55% | - |
| HSV(B) | 283.92º | 0.52% | 0.74% | - |
| XYZ | 27.72 | 18.79 | 49.74 | - |
| YUV | 123.29 | 164.52 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 91 | 188 | 0.14 | 0.52 | 0 | 0.26 | 283.92 | 0.42 | 0.55 |
| Hex | A2 | 5B | BC | E | 34 | 0 | 1A | 11C | 2A | 37 |
| Octal | 242 | 133 | 274 | 16 | 64 | 0 | 32 | 434 | 52 | 67 |
| Binary | 10100010 | 1011011 | 10111100 | 1110 | 110100 | 0 | 11010 | 100011100 | 101010 | 110111 |
Color Harmonies of #A25BBC
Complementary color
Monochromatic Colors of #A25BBC
Black with #A25BBC
Text Example
Text Example
White with #A25BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25BBC; }
p { color: rgb(162,91,188); }
H1.HeaderClassName
{
color: #A25BBC;
}
.AnyTagClassName
{
color: #A25BBC;
}
</style>
background-color css
<style>
a { background-color: #A25BBC; }
a { background-color: rgb(162,91,188); }
div.DivClassName
{
background-color: #A25BBC;
}
.BgClassName
{
background-color: #A25BBC;
}
</style>
border-color css
<style>
span { border-color: #A25BBC; }
span { border-color: rgb(162,91,188); }
td.TdClassName
{
border-color: #A25BBC;
}
.TagClassName
{
border-color: #A25BBC;
}
</style>