Shades of Deep Lilac #A146BC
Tints of Deep Lilac #A146BC
RGB
CMYK
RGB Variations
Color information
#A146BC (or 0xA146BC) is known color: Deep Lilac. HEX triplet: A1, 46 and BC. RGB value is (161,70,188). Sum of RGB (Red+Green+Blue) = 161+70+188=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 70 (27.73% from 255 or 16.71% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #A146BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A146BC is #5EB943. Grayscale: #6E6E6E. Windows color (decimal): -6207812 or 12338849. OLE color: 12338849.
HSL color Cylindrical-coordinate representation of color #A146BC: hue angle of 286.27º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A146BC is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 70 | 188 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.26 |
| HSL | 286.27º | 0.47% | 0.51% | - |
| HSV(B) | 286.27º | 0.63% | 0.74% | - |
| XYZ | 25.97 | 15.59 | 49.22 | - |
| YUV | 110.66 | 171.65 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 70 | 188 | 0.14 | 0.63 | 0 | 0.26 | 286.27 | 0.47 | 0.51 |
| Hex | A1 | 46 | BC | E | 3F | 0 | 1A | 11E | 2F | 33 |
| Octal | 241 | 106 | 274 | 16 | 77 | 0 | 32 | 436 | 57 | 63 |
| Binary | 10100001 | 1000110 | 10111100 | 1110 | 111111 | 0 | 11010 | 100011110 | 101111 | 110011 |
Color Harmonies of #A146BC
Complementary color
Monochromatic Colors of #A146BC
Black with #A146BC
Text Example
Text Example
White with #A146BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A146BC; }
p { color: rgb(161,70,188); }
H1.HeaderClassName
{
color: #A146BC;
}
.AnyTagClassName
{
color: #A146BC;
}
</style>
background-color css
<style>
a { background-color: #A146BC; }
a { background-color: rgb(161,70,188); }
div.DivClassName
{
background-color: #A146BC;
}
.BgClassName
{
background-color: #A146BC;
}
</style>
border-color css
<style>
span { border-color: #A146BC; }
span { border-color: rgb(161,70,188); }
td.TdClassName
{
border-color: #A146BC;
}
.TagClassName
{
border-color: #A146BC;
}
</style>