Shades of Deep Lilac #A25BB7
Tints of Deep Lilac #A25BB7
RGB
CMYK
RGB Variations
Color information
#A25BB7 (or 0xA25BB7) is known color: Deep Lilac. HEX triplet: A2, 5B and B7. RGB value is (162,91,183). Sum of RGB (Red+Green+Blue) = 162+91+183=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 183 (71.88% from 255 or 41.97% from 436); Max value from RGB is 183 - color contains mainly: blue. Hex color #A25BB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25BB7 is #5DA448. Grayscale: #7A7A7A. Windows color (decimal): -6136905 or 12016546. OLE color: 12016546.
HSL color Cylindrical-coordinate representation of color #A25BB7: hue angle of 286.3º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A25BB7 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 91 | 183 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.28 |
| HSL | 286.3º | 0.39% | 0.54% | - |
| HSV(B) | 286.3º | 0.5% | 0.72% | - |
| XYZ | 27.19 | 18.58 | 46.95 | - |
| YUV | 122.72 | 162.02 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 91 | 183 | 0.11 | 0.50 | 0 | 0.28 | 286.3 | 0.39 | 0.54 |
| Hex | A2 | 5B | B7 | B | 32 | 0 | 1C | 11E | 27 | 36 |
| Octal | 242 | 133 | 267 | 13 | 62 | 0 | 34 | 436 | 47 | 66 |
| Binary | 10100010 | 1011011 | 10110111 | 1011 | 110010 | 0 | 11100 | 100011110 | 100111 | 110110 |
Color Harmonies of #A25BB7
Complementary color
Monochromatic Colors of #A25BB7
Black with #A25BB7
Text Example
Text Example
White with #A25BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25BB7; }
p { color: rgb(162,91,183); }
H1.HeaderClassName
{
color: #A25BB7;
}
.AnyTagClassName
{
color: #A25BB7;
}
</style>
background-color css
<style>
a { background-color: #A25BB7; }
a { background-color: rgb(162,91,183); }
div.DivClassName
{
background-color: #A25BB7;
}
.BgClassName
{
background-color: #A25BB7;
}
</style>
border-color css
<style>
span { border-color: #A25BB7; }
span { border-color: rgb(162,91,183); }
td.TdClassName
{
border-color: #A25BB7;
}
.TagClassName
{
border-color: #A25BB7;
}
</style>