Shades of Deep Lilac #A15AB7
Tints of Deep Lilac #A15AB7
RGB
CMYK
RGB Variations
Color information
#A15AB7 (or 0xA15AB7) is known color: Deep Lilac. HEX triplet: A1, 5A and B7. RGB value is (161,90,183). Sum of RGB (Red+Green+Blue) = 161+90+183=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 90 (35.55% from 255 or 20.74% from 434); Blue value is 183 (71.88% from 255 or 42.17% from 434); Max value from RGB is 183 - color contains mainly: blue. Hex color #A15AB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15AB7 is #5EA548. Grayscale: #797979. Windows color (decimal): -6202697 or 12016289. OLE color: 12016289.
HSL color Cylindrical-coordinate representation of color #A15AB7: hue angle of 285.81º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A15AB7 is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 90 | 183 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.28 |
| HSL | 285.81º | 0.39% | 0.54% | - |
| HSV(B) | 285.81º | 0.51% | 0.72% | - |
| XYZ | 26.9 | 18.31 | 46.92 | - |
| YUV | 121.83 | 162.52 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 90 | 183 | 0.12 | 0.51 | 0 | 0.28 | 285.81 | 0.39 | 0.54 |
| Hex | A1 | 5A | B7 | C | 33 | 0 | 1C | 11E | 27 | 36 |
| Octal | 241 | 132 | 267 | 14 | 63 | 0 | 34 | 436 | 47 | 66 |
| Binary | 10100001 | 1011010 | 10110111 | 1100 | 110011 | 0 | 11100 | 100011110 | 100111 | 110110 |
Color Harmonies of #A15AB7
Complementary color
Monochromatic Colors of #A15AB7
Black with #A15AB7
Text Example
Text Example
White with #A15AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15AB7; }
p { color: rgb(161,90,183); }
H1.HeaderClassName
{
color: #A15AB7;
}
.AnyTagClassName
{
color: #A15AB7;
}
</style>
background-color css
<style>
a { background-color: #A15AB7; }
a { background-color: rgb(161,90,183); }
div.DivClassName
{
background-color: #A15AB7;
}
.BgClassName
{
background-color: #A15AB7;
}
</style>
border-color css
<style>
span { border-color: #A15AB7; }
span { border-color: rgb(161,90,183); }
td.TdClassName
{
border-color: #A15AB7;
}
.TagClassName
{
border-color: #A15AB7;
}
</style>