Shades of Violet Blue #AA46A6
Tints of Violet Blue #AA46A6
RGB
CMYK
RGB Variations
Color information
#AA46A6 (or 0xAA46A6) is known color: Violet Blue. HEX triplet: AA, 46 and A6. RGB value is (170,70,166). Sum of RGB (Red+Green+Blue) = 170+70+166=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 70 (27.73% from 255 or 17.24% from 406); Blue value is 166 (65.23% from 255 or 40.89% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA46A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA46A6 is #55B959. Grayscale: #6E6E6E. Windows color (decimal): -5618010 or 10897066. OLE color: 10897066.
HSL color Cylindrical-coordinate representation of color #AA46A6: hue angle of 302.4º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA46A6 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 70 | 166 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.33 |
| HSL | 302.4º | 0.42% | 0.47% | - |
| HSV(B) | 302.4º | 0.59% | 0.67% | - |
| XYZ | 25.65 | 15.68 | 37.75 | - |
| YUV | 110.84 | 159.13 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 70 | 166 | 0 | 0.59 | 0.02 | 0.33 | 302.4 | 0.42 | 0.47 |
| Hex | AA | 46 | A6 | 0 | 3B | 2 | 21 | 12E | 2A | 2F |
| Octal | 252 | 106 | 246 | 0 | 73 | 2 | 41 | 456 | 52 | 57 |
| Binary | 10101010 | 1000110 | 10100110 | 0 | 111011 | 10 | 100001 | 100101110 | 101010 | 101111 |
Color Harmonies of #AA46A6
Complementary color
Monochromatic Colors of #AA46A6
Black with #AA46A6
Text Example
Text Example
White with #AA46A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA46A6; }
p { color: rgb(170,70,166); }
H1.HeaderClassName
{
color: #AA46A6;
}
.AnyTagClassName
{
color: #AA46A6;
}
</style>
background-color css
<style>
a { background-color: #AA46A6; }
a { background-color: rgb(170,70,166); }
div.DivClassName
{
background-color: #AA46A6;
}
.BgClassName
{
background-color: #AA46A6;
}
</style>
border-color css
<style>
span { border-color: #AA46A6; }
span { border-color: rgb(170,70,166); }
td.TdClassName
{
border-color: #AA46A6;
}
.TagClassName
{
border-color: #AA46A6;
}
</style>