Shades of Deep Lilac #A153AE
Tints of Deep Lilac #A153AE
RGB
CMYK
RGB Variations
Color information
#A153AE (or 0xA153AE) is known color: Deep Lilac. HEX triplet: A1, 53 and AE. RGB value is (161,83,174). Sum of RGB (Red+Green+Blue) = 161+83+174=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #A153AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A153AE is #5EAC51. Grayscale: #747474. Windows color (decimal): -6204498 or 11424673. OLE color: 11424673.
HSL color Cylindrical-coordinate representation of color #A153AE: hue angle of 291.43º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A153AE is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 83 | 174 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.32 |
| HSL | 291.43º | 0.36% | 0.5% | - |
| HSV(B) | 291.43º | 0.52% | 0.68% | - |
| XYZ | 25.43 | 16.82 | 41.95 | - |
| YUV | 116.7 | 160.34 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 83 | 174 | 0.07 | 0.52 | 0 | 0.32 | 291.43 | 0.36 | 0.5 |
| Hex | A1 | 53 | AE | 7 | 34 | 0 | 20 | 123 | 24 | 32 |
| Octal | 241 | 123 | 256 | 7 | 64 | 0 | 40 | 443 | 44 | 62 |
| Binary | 10100001 | 1010011 | 10101110 | 111 | 110100 | 0 | 100000 | 100100011 | 100100 | 110010 |
Color Harmonies of #A153AE
Complementary color
Monochromatic Colors of #A153AE
Black with #A153AE
Text Example
Text Example
White with #A153AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A153AE; }
p { color: rgb(161,83,174); }
H1.HeaderClassName
{
color: #A153AE;
}
.AnyTagClassName
{
color: #A153AE;
}
</style>
background-color css
<style>
a { background-color: #A153AE; }
a { background-color: rgb(161,83,174); }
div.DivClassName
{
background-color: #A153AE;
}
.BgClassName
{
background-color: #A153AE;
}
</style>
border-color css
<style>
span { border-color: #A153AE; }
span { border-color: rgb(161,83,174); }
td.TdClassName
{
border-color: #A153AE;
}
.TagClassName
{
border-color: #A153AE;
}
</style>