Shades of Deep Lilac #A153BE
Tints of Deep Lilac #A153BE
RGB
CMYK
RGB Variations
Color information
#A153BE (or 0xA153BE) is known color: Deep Lilac. HEX triplet: A1, 53 and BE. RGB value is (161,83,190). Sum of RGB (Red+Green+Blue) = 161+83+190=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #A153BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A153BE is #5EAC41. Grayscale: #767676. Windows color (decimal): -6204482 or 12473249. OLE color: 12473249.
HSL color Cylindrical-coordinate representation of color #A153BE: hue angle of 283.74º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A153BE is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 83 | 190 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.25 |
| HSL | 283.74º | 0.45% | 0.54% | - |
| HSV(B) | 283.74º | 0.56% | 0.75% | - |
| XYZ | 27.09 | 17.48 | 50.66 | - |
| YUV | 118.52 | 168.34 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 83 | 190 | 0.15 | 0.56 | 0 | 0.25 | 283.74 | 0.45 | 0.54 |
| Hex | A1 | 53 | BE | F | 38 | 0 | 19 | 11C | 2D | 36 |
| Octal | 241 | 123 | 276 | 17 | 70 | 0 | 31 | 434 | 55 | 66 |
| Binary | 10100001 | 1010011 | 10111110 | 1111 | 111000 | 0 | 11001 | 100011100 | 101101 | 110110 |
Color Harmonies of #A153BE
Complementary color
Monochromatic Colors of #A153BE
Black with #A153BE
Text Example
Text Example
White with #A153BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A153BE; }
p { color: rgb(161,83,190); }
H1.HeaderClassName
{
color: #A153BE;
}
.AnyTagClassName
{
color: #A153BE;
}
</style>
background-color css
<style>
a { background-color: #A153BE; }
a { background-color: rgb(161,83,190); }
div.DivClassName
{
background-color: #A153BE;
}
.BgClassName
{
background-color: #A153BE;
}
</style>
border-color css
<style>
span { border-color: #A153BE; }
span { border-color: rgb(161,83,190); }
td.TdClassName
{
border-color: #A153BE;
}
.TagClassName
{
border-color: #A153BE;
}
</style>