Shades of Deep Lilac #A163BF
Tints of Deep Lilac #A163BF
RGB
CMYK
RGB Variations
Color information
#A163BF (or 0xA163BF) is known color: Deep Lilac. HEX triplet: A1, 63 and BF. RGB value is (161,99,191). Sum of RGB (Red+Green+Blue) = 161+99+191=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 99 (39.06% from 255 or 21.95% from 451); Blue value is 191 (75% from 255 or 42.35% from 451); Max value from RGB is 191 - color contains mainly: blue. Hex color #A163BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A163BF is #5E9C40. Grayscale: #7F7F7F. Windows color (decimal): -6200385 or 12542881. OLE color: 12542881.
HSL color Cylindrical-coordinate representation of color #A163BF: hue angle of 280.43º 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 #A163BF is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 99 | 191 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.25 |
| HSL | 280.43º | 0.42% | 0.57% | - |
| HSV(B) | 280.43º | 0.48% | 0.75% | - |
| XYZ | 28.56 | 20.26 | 51.7 | - |
| YUV | 128.03 | 163.54 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 99 | 191 | 0.16 | 0.48 | 0 | 0.25 | 280.43 | 0.42 | 0.57 |
| Hex | A1 | 63 | BF | 10 | 30 | 0 | 19 | 118 | 2A | 39 |
| Octal | 241 | 143 | 277 | 20 | 60 | 0 | 31 | 430 | 52 | 71 |
| Binary | 10100001 | 1100011 | 10111111 | 10000 | 110000 | 0 | 11001 | 100011000 | 101010 | 111001 |
Color Harmonies of #A163BF
Complementary color
Monochromatic Colors of #A163BF
Black with #A163BF
Text Example
Text Example
White with #A163BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A163BF; }
p { color: rgb(161,99,191); }
H1.HeaderClassName
{
color: #A163BF;
}
.AnyTagClassName
{
color: #A163BF;
}
</style>
background-color css
<style>
a { background-color: #A163BF; }
a { background-color: rgb(161,99,191); }
div.DivClassName
{
background-color: #A163BF;
}
.BgClassName
{
background-color: #A163BF;
}
</style>
border-color css
<style>
span { border-color: #A163BF; }
span { border-color: rgb(161,99,191); }
td.TdClassName
{
border-color: #A163BF;
}
.TagClassName
{
border-color: #A163BF;
}
</style>