Shades of Deep Lilac #A164B5
Tints of Deep Lilac #A164B5
RGB
CMYK
RGB Variations
Color information
#A164B5 (or 0xA164B5) is known color: Deep Lilac. HEX triplet: A1, 64 and B5. RGB value is (161,100,181). Sum of RGB (Red+Green+Blue) = 161+100+181=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 181 (71.09% from 255 or 40.95% from 442); Max value from RGB is 181 - color contains mainly: blue. Hex color #A164B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A164B5 is #5E9B4A. Grayscale: #7F7F7F. Windows color (decimal): -6200139 or 11887777. OLE color: 11887777.
HSL color Cylindrical-coordinate representation of color #A164B5: hue angle of 285.19º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A164B5 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 100 | 181 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.29 |
| HSL | 285.19º | 0.35% | 0.55% | - |
| HSV(B) | 285.19º | 0.45% | 0.71% | - |
| XYZ | 27.6 | 20.03 | 46.13 | - |
| YUV | 127.47 | 158.21 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 100 | 181 | 0.11 | 0.45 | 0 | 0.29 | 285.19 | 0.35 | 0.55 |
| Hex | A1 | 64 | B5 | B | 2D | 0 | 1D | 11D | 23 | 37 |
| Octal | 241 | 144 | 265 | 13 | 55 | 0 | 35 | 435 | 43 | 67 |
| Binary | 10100001 | 1100100 | 10110101 | 1011 | 101101 | 0 | 11101 | 100011101 | 100011 | 110111 |
Color Harmonies of #A164B5
Complementary color
Monochromatic Colors of #A164B5
Black with #A164B5
Text Example
Text Example
White with #A164B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A164B5; }
p { color: rgb(161,100,181); }
H1.HeaderClassName
{
color: #A164B5;
}
.AnyTagClassName
{
color: #A164B5;
}
</style>
background-color css
<style>
a { background-color: #A164B5; }
a { background-color: rgb(161,100,181); }
div.DivClassName
{
background-color: #A164B5;
}
.BgClassName
{
background-color: #A164B5;
}
</style>
border-color css
<style>
span { border-color: #A164B5; }
span { border-color: rgb(161,100,181); }
td.TdClassName
{
border-color: #A164B5;
}
.TagClassName
{
border-color: #A164B5;
}
</style>