Shades of Violet Blue #AA47A0
Tints of Violet Blue #AA47A0
RGB
CMYK
RGB Variations
Color information
#AA47A0 (or 0xAA47A0) is known color: Violet Blue. HEX triplet: AA, 47 and A0. RGB value is (170,71,160). Sum of RGB (Red+Green+Blue) = 170+71+160=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 160 (62.89% from 255 or 39.90% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA47A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA47A0 is #55B85F. Grayscale: #6E6E6E. Windows color (decimal): -5617760 or 10504106. OLE color: 10504106.
HSL color Cylindrical-coordinate representation of color #AA47A0: hue angle of 306.06º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA47A0 is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 71 | 160 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.33 |
| HSL | 306.06º | 0.41% | 0.47% | - |
| HSV(B) | 306.06º | 0.58% | 0.67% | - |
| XYZ | 25.18 | 15.59 | 34.94 | - |
| YUV | 110.75 | 155.8 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 71 | 160 | 0 | 0.58 | 0.06 | 0.33 | 306.06 | 0.41 | 0.47 |
| Hex | AA | 47 | A0 | 0 | 3A | 6 | 21 | 132 | 29 | 2F |
| Octal | 252 | 107 | 240 | 0 | 72 | 6 | 41 | 462 | 51 | 57 |
| Binary | 10101010 | 1000111 | 10100000 | 0 | 111010 | 110 | 100001 | 100110010 | 101001 | 101111 |
Color Harmonies of #AA47A0
Complementary color
Monochromatic Colors of #AA47A0
Black with #AA47A0
Text Example
Text Example
White with #AA47A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA47A0; }
p { color: rgb(170,71,160); }
H1.HeaderClassName
{
color: #AA47A0;
}
.AnyTagClassName
{
color: #AA47A0;
}
</style>
background-color css
<style>
a { background-color: #AA47A0; }
a { background-color: rgb(170,71,160); }
div.DivClassName
{
background-color: #AA47A0;
}
.BgClassName
{
background-color: #AA47A0;
}
</style>
border-color css
<style>
span { border-color: #AA47A0; }
span { border-color: rgb(170,71,160); }
td.TdClassName
{
border-color: #AA47A0;
}
.TagClassName
{
border-color: #AA47A0;
}
</style>