Shades of Deep Lilac #A163B5
Tints of Deep Lilac #A163B5
RGB
CMYK
RGB Variations
Color information
#A163B5 (or 0xA163B5) is known color: Deep Lilac. HEX triplet: A1, 63 and B5. RGB value is (161,99,181). Sum of RGB (Red+Green+Blue) = 161+99+181=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 99 (39.06% from 255 or 22.45% from 441); Blue value is 181 (71.09% from 255 or 41.04% from 441); Max value from RGB is 181 - color contains mainly: blue. Hex color #A163B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A163B5 is #5E9C4A. Grayscale: #7E7E7E. Windows color (decimal): -6200395 or 11887521. OLE color: 11887521.
HSL color Cylindrical-coordinate representation of color #A163B5: hue angle of 285.37º degrees, saturation: 0.36, 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 #A163B5 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 99 | 181 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.29 |
| HSL | 285.37º | 0.36% | 0.55% | - |
| HSV(B) | 285.37º | 0.45% | 0.71% | - |
| XYZ | 27.5 | 19.84 | 46.1 | - |
| YUV | 126.89 | 158.54 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 99 | 181 | 0.11 | 0.45 | 0 | 0.29 | 285.37 | 0.36 | 0.55 |
| Hex | A1 | 63 | B5 | B | 2D | 0 | 1D | 11D | 24 | 37 |
| Octal | 241 | 143 | 265 | 13 | 55 | 0 | 35 | 435 | 44 | 67 |
| Binary | 10100001 | 1100011 | 10110101 | 1011 | 101101 | 0 | 11101 | 100011101 | 100100 | 110111 |
Color Harmonies of #A163B5
Complementary color
Monochromatic Colors of #A163B5
Black with #A163B5
Text Example
Text Example
White with #A163B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A163B5; }
p { color: rgb(161,99,181); }
H1.HeaderClassName
{
color: #A163B5;
}
.AnyTagClassName
{
color: #A163B5;
}
</style>
background-color css
<style>
a { background-color: #A163B5; }
a { background-color: rgb(161,99,181); }
div.DivClassName
{
background-color: #A163B5;
}
.BgClassName
{
background-color: #A163B5;
}
</style>
border-color css
<style>
span { border-color: #A163B5; }
span { border-color: rgb(161,99,181); }
td.TdClassName
{
border-color: #A163B5;
}
.TagClassName
{
border-color: #A163B5;
}
</style>