Shades of Deep Lilac #A15ABE
Tints of Deep Lilac #A15ABE
RGB
CMYK
RGB Variations
Color information
#A15ABE (or 0xA15ABE) is known color: Deep Lilac. HEX triplet: A1, 5A and BE. RGB value is (161,90,190). Sum of RGB (Red+Green+Blue) = 161+90+190=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #A15ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15ABE is #5EA541. Grayscale: #7A7A7A. Windows color (decimal): -6202690 or 12475041. OLE color: 12475041.
HSL color Cylindrical-coordinate representation of color #A15ABE: hue angle of 282.6º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A15ABE is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 90 | 190 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.25 |
| HSL | 282.6º | 0.43% | 0.55% | - |
| HSV(B) | 282.6º | 0.53% | 0.75% | - |
| XYZ | 27.65 | 18.61 | 50.85 | - |
| YUV | 122.63 | 166.02 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 90 | 190 | 0.15 | 0.53 | 0 | 0.25 | 282.6 | 0.43 | 0.55 |
| Hex | A1 | 5A | BE | F | 35 | 0 | 19 | 11B | 2B | 37 |
| Octal | 241 | 132 | 276 | 17 | 65 | 0 | 31 | 433 | 53 | 67 |
| Binary | 10100001 | 1011010 | 10111110 | 1111 | 110101 | 0 | 11001 | 100011011 | 101011 | 110111 |
Color Harmonies of #A15ABE
Complementary color
Monochromatic Colors of #A15ABE
Black with #A15ABE
Text Example
Text Example
White with #A15ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15ABE; }
p { color: rgb(161,90,190); }
H1.HeaderClassName
{
color: #A15ABE;
}
.AnyTagClassName
{
color: #A15ABE;
}
</style>
background-color css
<style>
a { background-color: #A15ABE; }
a { background-color: rgb(161,90,190); }
div.DivClassName
{
background-color: #A15ABE;
}
.BgClassName
{
background-color: #A15ABE;
}
</style>
border-color css
<style>
span { border-color: #A15ABE; }
span { border-color: rgb(161,90,190); }
td.TdClassName
{
border-color: #A15ABE;
}
.TagClassName
{
border-color: #A15ABE;
}
</style>