Shades of Deep Lilac #A15ABC
Tints of Deep Lilac #A15ABC
RGB
CMYK
RGB Variations
Color information
#A15ABC (or 0xA15ABC) is known color: Deep Lilac. HEX triplet: A1, 5A and BC. RGB value is (161,90,188). Sum of RGB (Red+Green+Blue) = 161+90+188=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 90 (35.55% from 255 or 20.50% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #A15ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15ABC is #5EA543. Grayscale: #7A7A7A. Windows color (decimal): -6202692 or 12343969. OLE color: 12343969.
HSL color Cylindrical-coordinate representation of color #A15ABC: hue angle of 283.47º 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 #A15ABC is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 90 | 188 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.26 |
| HSL | 283.47º | 0.42% | 0.55% | - |
| HSV(B) | 283.47º | 0.52% | 0.74% | - |
| XYZ | 27.43 | 18.52 | 49.71 | - |
| YUV | 122.4 | 165.02 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 90 | 188 | 0.14 | 0.52 | 0 | 0.26 | 283.47 | 0.42 | 0.55 |
| Hex | A1 | 5A | BC | E | 34 | 0 | 1A | 11B | 2A | 37 |
| Octal | 241 | 132 | 274 | 16 | 64 | 0 | 32 | 433 | 52 | 67 |
| Binary | 10100001 | 1011010 | 10111100 | 1110 | 110100 | 0 | 11010 | 100011011 | 101010 | 110111 |
Color Harmonies of #A15ABC
Complementary color
Monochromatic Colors of #A15ABC
Black with #A15ABC
Text Example
Text Example
White with #A15ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15ABC; }
p { color: rgb(161,90,188); }
H1.HeaderClassName
{
color: #A15ABC;
}
.AnyTagClassName
{
color: #A15ABC;
}
</style>
background-color css
<style>
a { background-color: #A15ABC; }
a { background-color: rgb(161,90,188); }
div.DivClassName
{
background-color: #A15ABC;
}
.BgClassName
{
background-color: #A15ABC;
}
</style>
border-color css
<style>
span { border-color: #A15ABC; }
span { border-color: rgb(161,90,188); }
td.TdClassName
{
border-color: #A15ABC;
}
.TagClassName
{
border-color: #A15ABC;
}
</style>