Shades of Violet Blue #AA57A2
Tints of Violet Blue #AA57A2
RGB
CMYK
RGB Variations
Color information
#AA57A2 (or 0xAA57A2) is known color: Violet Blue. HEX triplet: AA, 57 and A2. RGB value is (170,87,162). Sum of RGB (Red+Green+Blue) = 170+87+162=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 87 (34.38% from 255 or 20.76% from 419); Blue value is 162 (63.67% from 255 or 38.66% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA57A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA57A2 is #55A85D. Grayscale: #787878. Windows color (decimal): -5613662 or 10639274. OLE color: 10639274.
HSL color Cylindrical-coordinate representation of color #AA57A2: hue angle of 305.78º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA57A2 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 87 | 162 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.33 |
| HSL | 305.78º | 0.33% | 0.5% | - |
| HSV(B) | 305.78º | 0.49% | 0.67% | - |
| XYZ | 26.51 | 17.97 | 36.25 | - |
| YUV | 120.37 | 151.5 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 87 | 162 | 0 | 0.49 | 0.05 | 0.33 | 305.78 | 0.33 | 0.5 |
| Hex | AA | 57 | A2 | 0 | 31 | 5 | 21 | 132 | 21 | 32 |
| Octal | 252 | 127 | 242 | 0 | 61 | 5 | 41 | 462 | 41 | 62 |
| Binary | 10101010 | 1010111 | 10100010 | 0 | 110001 | 101 | 100001 | 100110010 | 100001 | 110010 |
Color Harmonies of #AA57A2
Complementary color
Monochromatic Colors of #AA57A2
Black with #AA57A2
Text Example
Text Example
White with #AA57A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA57A2; }
p { color: rgb(170,87,162); }
H1.HeaderClassName
{
color: #AA57A2;
}
.AnyTagClassName
{
color: #AA57A2;
}
</style>
background-color css
<style>
a { background-color: #AA57A2; }
a { background-color: rgb(170,87,162); }
div.DivClassName
{
background-color: #AA57A2;
}
.BgClassName
{
background-color: #AA57A2;
}
</style>
border-color css
<style>
span { border-color: #AA57A2; }
span { border-color: rgb(170,87,162); }
td.TdClassName
{
border-color: #AA57A2;
}
.TagClassName
{
border-color: #AA57A2;
}
</style>