Shades of Deep Lilac #A163B6
Tints of Deep Lilac #A163B6
RGB
CMYK
RGB Variations
Color information
#A163B6 (or 0xA163B6) is known color: Deep Lilac. HEX triplet: A1, 63 and B6. RGB value is (161,99,182). Sum of RGB (Red+Green+Blue) = 161+99+182=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 182 (71.48% from 255 or 41.18% from 442); Max value from RGB is 182 - color contains mainly: blue. Hex color #A163B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A163B6 is #5E9C49. Grayscale: #7E7E7E. Windows color (decimal): -6200394 or 11953057. OLE color: 11953057.
HSL color Cylindrical-coordinate representation of color #A163B6: hue angle of 284.82º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A163B6 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 99 | 182 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.29 |
| HSL | 284.82º | 0.36% | 0.55% | - |
| HSV(B) | 284.82º | 0.46% | 0.71% | - |
| XYZ | 27.6 | 19.88 | 46.64 | - |
| YUV | 127 | 159.04 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 99 | 182 | 0.12 | 0.46 | 0 | 0.29 | 284.82 | 0.36 | 0.55 |
| Hex | A1 | 63 | B6 | C | 2E | 0 | 1D | 11D | 24 | 37 |
| Octal | 241 | 143 | 266 | 14 | 56 | 0 | 35 | 435 | 44 | 67 |
| Binary | 10100001 | 1100011 | 10110110 | 1100 | 101110 | 0 | 11101 | 100011101 | 100100 | 110111 |
Color Harmonies of #A163B6
Complementary color
Monochromatic Colors of #A163B6
Black with #A163B6
Text Example
Text Example
White with #A163B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A163B6; }
p { color: rgb(161,99,182); }
H1.HeaderClassName
{
color: #A163B6;
}
.AnyTagClassName
{
color: #A163B6;
}
</style>
background-color css
<style>
a { background-color: #A163B6; }
a { background-color: rgb(161,99,182); }
div.DivClassName
{
background-color: #A163B6;
}
.BgClassName
{
background-color: #A163B6;
}
</style>
border-color css
<style>
span { border-color: #A163B6; }
span { border-color: rgb(161,99,182); }
td.TdClassName
{
border-color: #A163B6;
}
.TagClassName
{
border-color: #A163B6;
}
</style>