Shades of Deep Lilac #A152B7
Tints of Deep Lilac #A152B7
RGB
CMYK
RGB Variations
Color information
#A152B7 (or 0xA152B7) is known color: Deep Lilac. HEX triplet: A1, 52 and B7. RGB value is (161,82,183). Sum of RGB (Red+Green+Blue) = 161+82+183=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 183 (71.88% from 255 or 42.96% from 426); Max value from RGB is 183 - color contains mainly: blue. Hex color #A152B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A152B7 is #5EAD48. Grayscale: #747474. Windows color (decimal): -6204745 or 12014241. OLE color: 12014241.
HSL color Cylindrical-coordinate representation of color #A152B7: hue angle of 286.93º 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 #A152B7 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 82 | 183 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.28 |
| HSL | 286.93º | 0.41% | 0.52% | - |
| HSV(B) | 286.93º | 0.55% | 0.72% | - |
| XYZ | 26.26 | 17.03 | 46.7 | - |
| YUV | 117.14 | 165.17 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 82 | 183 | 0.12 | 0.55 | 0 | 0.28 | 286.93 | 0.41 | 0.52 |
| Hex | A1 | 52 | B7 | C | 37 | 0 | 1C | 11F | 29 | 34 |
| Octal | 241 | 122 | 267 | 14 | 67 | 0 | 34 | 437 | 51 | 64 |
| Binary | 10100001 | 1010010 | 10110111 | 1100 | 110111 | 0 | 11100 | 100011111 | 101001 | 110100 |
Color Harmonies of #A152B7
Complementary color
Monochromatic Colors of #A152B7
Black with #A152B7
Text Example
Text Example
White with #A152B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A152B7; }
p { color: rgb(161,82,183); }
H1.HeaderClassName
{
color: #A152B7;
}
.AnyTagClassName
{
color: #A152B7;
}
</style>
background-color css
<style>
a { background-color: #A152B7; }
a { background-color: rgb(161,82,183); }
div.DivClassName
{
background-color: #A152B7;
}
.BgClassName
{
background-color: #A152B7;
}
</style>
border-color css
<style>
span { border-color: #A152B7; }
span { border-color: rgb(161,82,183); }
td.TdClassName
{
border-color: #A152B7;
}
.TagClassName
{
border-color: #A152B7;
}
</style>