Shades of Deep Lilac #A446B7
Tints of Deep Lilac #A446B7
RGB
CMYK
RGB Variations
Color information
#A446B7 (or 0xA446B7) is known color: Deep Lilac. HEX triplet: A4, 46 and B7. RGB value is (164,70,183). Sum of RGB (Red+Green+Blue) = 164+70+183=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 70 (27.73% from 255 or 16.79% from 417); Blue value is 183 (71.88% from 255 or 43.88% from 417); Max value from RGB is 183 - color contains mainly: blue. Hex color #A446B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A446B7 is #5BB948. Grayscale: #6E6E6E. Windows color (decimal): -6011209 or 12011172. OLE color: 12011172.
HSL color Cylindrical-coordinate representation of color #A446B7: hue angle of 289.91º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A446B7 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 70 | 183 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.28 |
| HSL | 289.91º | 0.45% | 0.5% | - |
| HSV(B) | 289.91º | 0.62% | 0.72% | - |
| XYZ | 26.05 | 15.69 | 46.46 | - |
| YUV | 110.99 | 168.64 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 70 | 183 | 0.10 | 0.62 | 0 | 0.28 | 289.91 | 0.45 | 0.5 |
| Hex | A4 | 46 | B7 | A | 3E | 0 | 1C | 122 | 2D | 32 |
| Octal | 244 | 106 | 267 | 12 | 76 | 0 | 34 | 442 | 55 | 62 |
| Binary | 10100100 | 1000110 | 10110111 | 1010 | 111110 | 0 | 11100 | 100100010 | 101101 | 110010 |
Color Harmonies of #A446B7
Complementary color
Monochromatic Colors of #A446B7
Black with #A446B7
Text Example
Text Example
White with #A446B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A446B7; }
p { color: rgb(164,70,183); }
H1.HeaderClassName
{
color: #A446B7;
}
.AnyTagClassName
{
color: #A446B7;
}
</style>
background-color css
<style>
a { background-color: #A446B7; }
a { background-color: rgb(164,70,183); }
div.DivClassName
{
background-color: #A446B7;
}
.BgClassName
{
background-color: #A446B7;
}
</style>
border-color css
<style>
span { border-color: #A446B7; }
span { border-color: rgb(164,70,183); }
td.TdClassName
{
border-color: #A446B7;
}
.TagClassName
{
border-color: #A446B7;
}
</style>