Shades of Deep Lilac #A15ABD
Tints of Deep Lilac #A15ABD
RGB
CMYK
RGB Variations
Color information
#A15ABD (or 0xA15ABD) is known color: Deep Lilac. HEX triplet: A1, 5A and BD. RGB value is (161,90,189). Sum of RGB (Red+Green+Blue) = 161+90+189=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 90 (35.55% from 255 or 20.45% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 189 - color contains mainly: blue. Hex color #A15ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15ABD is #5EA542. Grayscale: #7A7A7A. Windows color (decimal): -6202691 or 12409505. OLE color: 12409505.
HSL color Cylindrical-coordinate representation of color #A15ABD: hue angle of 283.03º degrees, saturation: 0.43, 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 #A15ABD is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 90 | 189 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.26 |
| HSL | 283.03º | 0.43% | 0.55% | - |
| HSV(B) | 283.03º | 0.52% | 0.74% | - |
| XYZ | 27.54 | 18.56 | 50.28 | - |
| YUV | 122.52 | 165.52 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 90 | 189 | 0.15 | 0.52 | 0 | 0.26 | 283.03 | 0.43 | 0.55 |
| Hex | A1 | 5A | BD | F | 34 | 0 | 1A | 11B | 2B | 37 |
| Octal | 241 | 132 | 275 | 17 | 64 | 0 | 32 | 433 | 53 | 67 |
| Binary | 10100001 | 1011010 | 10111101 | 1111 | 110100 | 0 | 11010 | 100011011 | 101011 | 110111 |
Color Harmonies of #A15ABD
Complementary color
Monochromatic Colors of #A15ABD
Black with #A15ABD
Text Example
Text Example
White with #A15ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15ABD; }
p { color: rgb(161,90,189); }
H1.HeaderClassName
{
color: #A15ABD;
}
.AnyTagClassName
{
color: #A15ABD;
}
</style>
background-color css
<style>
a { background-color: #A15ABD; }
a { background-color: rgb(161,90,189); }
div.DivClassName
{
background-color: #A15ABD;
}
.BgClassName
{
background-color: #A15ABD;
}
</style>
border-color css
<style>
span { border-color: #A15ABD; }
span { border-color: rgb(161,90,189); }
td.TdClassName
{
border-color: #A15ABD;
}
.TagClassName
{
border-color: #A15ABD;
}
</style>