Shades of Deep Lilac #A446BA
Tints of Deep Lilac #A446BA
RGB
CMYK
RGB Variations
Color information
#A446BA (or 0xA446BA) is known color: Deep Lilac. HEX triplet: A4, 46 and BA. RGB value is (164,70,186). Sum of RGB (Red+Green+Blue) = 164+70+186=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 70 (27.73% from 255 or 16.67% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 186 - color contains mainly: blue. Hex color #A446BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A446BA is #5BB945. Grayscale: #6E6E6E. Windows color (decimal): -6011206 or 12207780. OLE color: 12207780.
HSL color Cylindrical-coordinate representation of color #A446BA: hue angle of 288.62º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A446BA is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 70 | 186 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.27 |
| HSL | 288.62º | 0.46% | 0.5% | - |
| HSV(B) | 288.62º | 0.62% | 0.73% | - |
| XYZ | 26.36 | 15.82 | 48.12 | - |
| YUV | 111.33 | 170.14 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 70 | 186 | 0.12 | 0.62 | 0 | 0.27 | 288.62 | 0.46 | 0.5 |
| Hex | A4 | 46 | BA | C | 3E | 0 | 1B | 121 | 2E | 32 |
| Octal | 244 | 106 | 272 | 14 | 76 | 0 | 33 | 441 | 56 | 62 |
| Binary | 10100100 | 1000110 | 10111010 | 1100 | 111110 | 0 | 11011 | 100100001 | 101110 | 110010 |
Color Harmonies of #A446BA
Complementary color
Monochromatic Colors of #A446BA
Black with #A446BA
Text Example
Text Example
White with #A446BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A446BA; }
p { color: rgb(164,70,186); }
H1.HeaderClassName
{
color: #A446BA;
}
.AnyTagClassName
{
color: #A446BA;
}
</style>
background-color css
<style>
a { background-color: #A446BA; }
a { background-color: rgb(164,70,186); }
div.DivClassName
{
background-color: #A446BA;
}
.BgClassName
{
background-color: #A446BA;
}
</style>
border-color css
<style>
span { border-color: #A446BA; }
span { border-color: rgb(164,70,186); }
td.TdClassName
{
border-color: #A446BA;
}
.TagClassName
{
border-color: #A446BA;
}
</style>