Shades of Violet Blue #AA46A0
Tints of Violet Blue #AA46A0
RGB
CMYK
RGB Variations
Color information
#AA46A0 (or 0xAA46A0) is known color: Violet Blue. HEX triplet: AA, 46 and A0. RGB value is (170,70,160). Sum of RGB (Red+Green+Blue) = 170+70+160=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 70 (27.73% from 255 or 17.5% from 400); Blue value is 160 (62.89% from 255 or 40% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA46A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA46A0 is #55B95F. Grayscale: #6D6D6D. Windows color (decimal): -5618016 or 10503850. OLE color: 10503850.
HSL color Cylindrical-coordinate representation of color #AA46A0: hue angle of 306º 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 #AA46A0 is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 70 | 160 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.33 |
| HSL | 306º | 0.42% | 0.47% | - |
| HSV(B) | 306º | 0.59% | 0.67% | - |
| XYZ | 25.11 | 15.46 | 34.92 | - |
| YUV | 110.16 | 156.13 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 70 | 160 | 0 | 0.59 | 0.06 | 0.33 | 306 | 0.42 | 0.47 |
| Hex | AA | 46 | A0 | 0 | 3B | 6 | 21 | 132 | 2A | 2F |
| Octal | 252 | 106 | 240 | 0 | 73 | 6 | 41 | 462 | 52 | 57 |
| Binary | 10101010 | 1000110 | 10100000 | 0 | 111011 | 110 | 100001 | 100110010 | 101010 | 101111 |
Color Harmonies of #AA46A0
Complementary color
Monochromatic Colors of #AA46A0
Black with #AA46A0
Text Example
Text Example
White with #AA46A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA46A0; }
p { color: rgb(170,70,160); }
H1.HeaderClassName
{
color: #AA46A0;
}
.AnyTagClassName
{
color: #AA46A0;
}
</style>
background-color css
<style>
a { background-color: #AA46A0; }
a { background-color: rgb(170,70,160); }
div.DivClassName
{
background-color: #AA46A0;
}
.BgClassName
{
background-color: #AA46A0;
}
</style>
border-color css
<style>
span { border-color: #AA46A0; }
span { border-color: rgb(170,70,160); }
td.TdClassName
{
border-color: #AA46A0;
}
.TagClassName
{
border-color: #AA46A0;
}
</style>