Shades of Deep Lilac #A153AF
Tints of Deep Lilac #A153AF
RGB
CMYK
RGB Variations
Color information
#A153AF (or 0xA153AF) is known color: Deep Lilac. HEX triplet: A1, 53 and AF. RGB value is (161,83,175). Sum of RGB (Red+Green+Blue) = 161+83+175=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 175 - color contains mainly: blue. Hex color #A153AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A153AF is #5EAC50. Grayscale: #747474. Windows color (decimal): -6204497 or 11490209. OLE color: 11490209.
HSL color Cylindrical-coordinate representation of color #A153AF: hue angle of 290.87º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A153AF is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 83 | 175 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.31 |
| HSL | 290.87º | 0.37% | 0.51% | - |
| HSV(B) | 290.87º | 0.53% | 0.69% | - |
| XYZ | 25.53 | 16.86 | 42.47 | - |
| YUV | 116.81 | 160.84 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 83 | 175 | 0.08 | 0.53 | 0 | 0.31 | 290.87 | 0.37 | 0.51 |
| Hex | A1 | 53 | AF | 8 | 35 | 0 | 1F | 123 | 25 | 33 |
| Octal | 241 | 123 | 257 | 10 | 65 | 0 | 37 | 443 | 45 | 63 |
| Binary | 10100001 | 1010011 | 10101111 | 1000 | 110101 | 0 | 11111 | 100100011 | 100101 | 110011 |
Color Harmonies of #A153AF
Complementary color
Monochromatic Colors of #A153AF
Black with #A153AF
Text Example
Text Example
White with #A153AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A153AF; }
p { color: rgb(161,83,175); }
H1.HeaderClassName
{
color: #A153AF;
}
.AnyTagClassName
{
color: #A153AF;
}
</style>
background-color css
<style>
a { background-color: #A153AF; }
a { background-color: rgb(161,83,175); }
div.DivClassName
{
background-color: #A153AF;
}
.BgClassName
{
background-color: #A153AF;
}
</style>
border-color css
<style>
span { border-color: #A153AF; }
span { border-color: rgb(161,83,175); }
td.TdClassName
{
border-color: #A153AF;
}
.TagClassName
{
border-color: #A153AF;
}
</style>