Shades of Deep Lilac #A163B4
Tints of Deep Lilac #A163B4
RGB
CMYK
RGB Variations
Color information
#A163B4 (or 0xA163B4) is known color: Deep Lilac. HEX triplet: A1, 63 and B4. RGB value is (161,99,180). Sum of RGB (Red+Green+Blue) = 161+99+180=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 99 (39.06% from 255 or 22.5% from 440); Blue value is 180 (70.70% from 255 or 40.91% from 440); Max value from RGB is 180 - color contains mainly: blue. Hex color #A163B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A163B4 is #5E9C4B. Grayscale: #7E7E7E. Windows color (decimal): -6200396 or 11821985. OLE color: 11821985.
HSL color Cylindrical-coordinate representation of color #A163B4: hue angle of 285.93º 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 #A163B4 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 99 | 180 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.29 |
| HSL | 285.93º | 0.35% | 0.55% | - |
| HSV(B) | 285.93º | 0.45% | 0.71% | - |
| XYZ | 27.4 | 19.8 | 45.56 | - |
| YUV | 126.77 | 158.04 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 99 | 180 | 0.11 | 0.45 | 0 | 0.29 | 285.93 | 0.35 | 0.55 |
| Hex | A1 | 63 | B4 | B | 2D | 0 | 1D | 11E | 23 | 37 |
| Octal | 241 | 143 | 264 | 13 | 55 | 0 | 35 | 436 | 43 | 67 |
| Binary | 10100001 | 1100011 | 10110100 | 1011 | 101101 | 0 | 11101 | 100011110 | 100011 | 110111 |
Color Harmonies of #A163B4
Complementary color
Monochromatic Colors of #A163B4
Black with #A163B4
Text Example
Text Example
White with #A163B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A163B4; }
p { color: rgb(161,99,180); }
H1.HeaderClassName
{
color: #A163B4;
}
.AnyTagClassName
{
color: #A163B4;
}
</style>
background-color css
<style>
a { background-color: #A163B4; }
a { background-color: rgb(161,99,180); }
div.DivClassName
{
background-color: #A163B4;
}
.BgClassName
{
background-color: #A163B4;
}
</style>
border-color css
<style>
span { border-color: #A163B4; }
span { border-color: rgb(161,99,180); }
td.TdClassName
{
border-color: #A163B4;
}
.TagClassName
{
border-color: #A163B4;
}
</style>