Shades of Violet Blue #AA52A0
Tints of Violet Blue #AA52A0
RGB
CMYK
RGB Variations
Color information
#AA52A0 (or 0xAA52A0) is known color: Violet Blue. HEX triplet: AA, 52 and A0. RGB value is (170,82,160). Sum of RGB (Red+Green+Blue) = 170+82+160=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 160 (62.89% from 255 or 38.83% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA52A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA52A0 is #55AD5F. Grayscale: #747474. Windows color (decimal): -5614944 or 10506922. OLE color: 10506922.
HSL color Cylindrical-coordinate representation of color #AA52A0: hue angle of 306.82º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA52A0 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 82 | 160 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.33 |
| HSL | 306.82º | 0.35% | 0.49% | - |
| HSV(B) | 306.82º | 0.52% | 0.67% | - |
| XYZ | 25.94 | 17.12 | 35.19 | - |
| YUV | 117.2 | 152.15 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 160 | 0 | 0.52 | 0.06 | 0.33 | 306.82 | 0.35 | 0.49 |
| Hex | AA | 52 | A0 | 0 | 34 | 6 | 21 | 133 | 23 | 31 |
| Octal | 252 | 122 | 240 | 0 | 64 | 6 | 41 | 463 | 43 | 61 |
| Binary | 10101010 | 1010010 | 10100000 | 0 | 110100 | 110 | 100001 | 100110011 | 100011 | 110001 |
Color Harmonies of #AA52A0
Complementary color
Monochromatic Colors of #AA52A0
Black with #AA52A0
Text Example
Text Example
White with #AA52A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA52A0; }
p { color: rgb(170,82,160); }
H1.HeaderClassName
{
color: #AA52A0;
}
.AnyTagClassName
{
color: #AA52A0;
}
</style>
background-color css
<style>
a { background-color: #AA52A0; }
a { background-color: rgb(170,82,160); }
div.DivClassName
{
background-color: #AA52A0;
}
.BgClassName
{
background-color: #AA52A0;
}
</style>
border-color css
<style>
span { border-color: #AA52A0; }
span { border-color: rgb(170,82,160); }
td.TdClassName
{
border-color: #AA52A0;
}
.TagClassName
{
border-color: #AA52A0;
}
</style>