Shades of Deep Lilac #A164BF
Tints of Deep Lilac #A164BF
RGB
CMYK
RGB Variations
Color information
#A164BF (or 0xA164BF) is known color: Deep Lilac. HEX triplet: A1, 64 and BF. RGB value is (161,100,191). Sum of RGB (Red+Green+Blue) = 161+100+191=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 100 (39.45% from 255 or 22.12% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 191 - color contains mainly: blue. Hex color #A164BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A164BF is #5E9B40. Grayscale: #808080. Windows color (decimal): -6200129 or 12543137. OLE color: 12543137.
HSL color Cylindrical-coordinate representation of color #A164BF: hue angle of 280.22º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A164BF is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 100 | 191 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.25 |
| HSL | 280.22º | 0.42% | 0.57% | - |
| HSV(B) | 280.22º | 0.48% | 0.75% | - |
| XYZ | 28.66 | 20.45 | 51.73 | - |
| YUV | 128.61 | 163.21 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 100 | 191 | 0.16 | 0.48 | 0 | 0.25 | 280.22 | 0.42 | 0.57 |
| Hex | A1 | 64 | BF | 10 | 30 | 0 | 19 | 118 | 2A | 39 |
| Octal | 241 | 144 | 277 | 20 | 60 | 0 | 31 | 430 | 52 | 71 |
| Binary | 10100001 | 1100100 | 10111111 | 10000 | 110000 | 0 | 11001 | 100011000 | 101010 | 111001 |
Color Harmonies of #A164BF
Complementary color
Monochromatic Colors of #A164BF
Black with #A164BF
Text Example
Text Example
White with #A164BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A164BF; }
p { color: rgb(161,100,191); }
H1.HeaderClassName
{
color: #A164BF;
}
.AnyTagClassName
{
color: #A164BF;
}
</style>
background-color css
<style>
a { background-color: #A164BF; }
a { background-color: rgb(161,100,191); }
div.DivClassName
{
background-color: #A164BF;
}
.BgClassName
{
background-color: #A164BF;
}
</style>
border-color css
<style>
span { border-color: #A164BF; }
span { border-color: rgb(161,100,191); }
td.TdClassName
{
border-color: #A164BF;
}
.TagClassName
{
border-color: #A164BF;
}
</style>