Shades of Deep Lilac #A153B7
Tints of Deep Lilac #A153B7
RGB
CMYK
RGB Variations
Color information
#A153B7 (or 0xA153B7) is known color: Deep Lilac. HEX triplet: A1, 53 and B7. RGB value is (161,83,183). Sum of RGB (Red+Green+Blue) = 161+83+183=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 83 (32.81% from 255 or 19.44% from 427); Blue value is 183 (71.88% from 255 or 42.86% from 427); Max value from RGB is 183 - color contains mainly: blue. Hex color #A153B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A153B7 is #5EAC48. Grayscale: #757575. Windows color (decimal): -6204489 or 12014497. OLE color: 12014497.
HSL color Cylindrical-coordinate representation of color #A153B7: hue angle of 286.8º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A153B7 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 83 | 183 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.28 |
| HSL | 286.8º | 0.41% | 0.52% | - |
| HSV(B) | 286.8º | 0.55% | 0.72% | - |
| XYZ | 26.34 | 17.18 | 46.73 | - |
| YUV | 117.72 | 164.84 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 83 | 183 | 0.12 | 0.55 | 0 | 0.28 | 286.8 | 0.41 | 0.52 |
| Hex | A1 | 53 | B7 | C | 37 | 0 | 1C | 11F | 29 | 34 |
| Octal | 241 | 123 | 267 | 14 | 67 | 0 | 34 | 437 | 51 | 64 |
| Binary | 10100001 | 1010011 | 10110111 | 1100 | 110111 | 0 | 11100 | 100011111 | 101001 | 110100 |
Color Harmonies of #A153B7
Complementary color
Monochromatic Colors of #A153B7
Black with #A153B7
Text Example
Text Example
White with #A153B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A153B7; }
p { color: rgb(161,83,183); }
H1.HeaderClassName
{
color: #A153B7;
}
.AnyTagClassName
{
color: #A153B7;
}
</style>
background-color css
<style>
a { background-color: #A153B7; }
a { background-color: rgb(161,83,183); }
div.DivClassName
{
background-color: #A153B7;
}
.BgClassName
{
background-color: #A153B7;
}
</style>
border-color css
<style>
span { border-color: #A153B7; }
span { border-color: rgb(161,83,183); }
td.TdClassName
{
border-color: #A153B7;
}
.TagClassName
{
border-color: #A153B7;
}
</style>