Shades of Deep Lilac #A164B7
Tints of Deep Lilac #A164B7
RGB
CMYK
RGB Variations
Color information
#A164B7 (or 0xA164B7) is known color: Deep Lilac. HEX triplet: A1, 64 and B7. RGB value is (161,100,183). Sum of RGB (Red+Green+Blue) = 161+100+183=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 100 (39.45% from 255 or 22.52% from 444); Blue value is 183 (71.88% from 255 or 41.22% from 444); Max value from RGB is 183 - color contains mainly: blue. Hex color #A164B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A164B7 is #5E9B48. Grayscale: #7F7F7F. Windows color (decimal): -6200137 or 12018849. OLE color: 12018849.
HSL color Cylindrical-coordinate representation of color #A164B7: hue angle of 284.1º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A164B7 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 100 | 183 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.28 |
| HSL | 284.1º | 0.37% | 0.55% | - |
| HSV(B) | 284.1º | 0.45% | 0.72% | - |
| XYZ | 27.8 | 20.11 | 47.22 | - |
| YUV | 127.7 | 159.21 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 100 | 183 | 0.12 | 0.45 | 0 | 0.28 | 284.1 | 0.37 | 0.55 |
| Hex | A1 | 64 | B7 | C | 2D | 0 | 1C | 11C | 25 | 37 |
| Octal | 241 | 144 | 267 | 14 | 55 | 0 | 34 | 434 | 45 | 67 |
| Binary | 10100001 | 1100100 | 10110111 | 1100 | 101101 | 0 | 11100 | 100011100 | 100101 | 110111 |
Color Harmonies of #A164B7
Complementary color
Monochromatic Colors of #A164B7
Black with #A164B7
Text Example
Text Example
White with #A164B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A164B7; }
p { color: rgb(161,100,183); }
H1.HeaderClassName
{
color: #A164B7;
}
.AnyTagClassName
{
color: #A164B7;
}
</style>
background-color css
<style>
a { background-color: #A164B7; }
a { background-color: rgb(161,100,183); }
div.DivClassName
{
background-color: #A164B7;
}
.BgClassName
{
background-color: #A164B7;
}
</style>
border-color css
<style>
span { border-color: #A164B7; }
span { border-color: rgb(161,100,183); }
td.TdClassName
{
border-color: #A164B7;
}
.TagClassName
{
border-color: #A164B7;
}
</style>