Shades of Violet Blue #AA57A0
Tints of Violet Blue #AA57A0
RGB
CMYK
RGB Variations
Color information
#AA57A0 (or 0xAA57A0) is known color: Violet Blue. HEX triplet: AA, 57 and A0. RGB value is (170,87,160). Sum of RGB (Red+Green+Blue) = 170+87+160=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 87 (34.38% from 255 or 20.86% from 417); Blue value is 160 (62.89% from 255 or 38.37% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA57A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA57A0 is #55A85F. Grayscale: #777777. Windows color (decimal): -5613664 or 10508202. OLE color: 10508202.
HSL color Cylindrical-coordinate representation of color #AA57A0: hue angle of 307.23º 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 #AA57A0 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 87 | 160 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.33 |
| HSL | 307.23º | 0.33% | 0.5% | - |
| HSV(B) | 307.23º | 0.49% | 0.67% | - |
| XYZ | 26.33 | 17.9 | 35.33 | - |
| YUV | 120.14 | 150.5 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 87 | 160 | 0 | 0.49 | 0.06 | 0.33 | 307.23 | 0.33 | 0.5 |
| Hex | AA | 57 | A0 | 0 | 31 | 6 | 21 | 133 | 21 | 32 |
| Octal | 252 | 127 | 240 | 0 | 61 | 6 | 41 | 463 | 41 | 62 |
| Binary | 10101010 | 1010111 | 10100000 | 0 | 110001 | 110 | 100001 | 100110011 | 100001 | 110010 |
Color Harmonies of #AA57A0
Complementary color
Monochromatic Colors of #AA57A0
Black with #AA57A0
Text Example
Text Example
White with #AA57A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA57A0; }
p { color: rgb(170,87,160); }
H1.HeaderClassName
{
color: #AA57A0;
}
.AnyTagClassName
{
color: #AA57A0;
}
</style>
background-color css
<style>
a { background-color: #AA57A0; }
a { background-color: rgb(170,87,160); }
div.DivClassName
{
background-color: #AA57A0;
}
.BgClassName
{
background-color: #AA57A0;
}
</style>
border-color css
<style>
span { border-color: #AA57A0; }
span { border-color: rgb(170,87,160); }
td.TdClassName
{
border-color: #AA57A0;
}
.TagClassName
{
border-color: #AA57A0;
}
</style>