Shades of Violet Blue #AA57AB
Tints of Violet Blue #AA57AB
RGB
CMYK
RGB Variations
Color information
#AA57AB (or 0xAA57AB) is known color: Violet Blue. HEX triplet: AA, 57 and AB. RGB value is (170,87,171). Sum of RGB (Red+Green+Blue) = 170+87+171=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 87 (34.38% from 255 or 20.33% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA57AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA57AB is #55A854. Grayscale: #797979. Windows color (decimal): -5613653 or 11229098. OLE color: 11229098.
HSL color Cylindrical-coordinate representation of color #AA57AB: hue angle of 299.29º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA57AB is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 87 | 171 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.33 |
| HSL | 299.29º | 0.33% | 0.51% | - |
| HSV(B) | 299.29º | 0.49% | 0.67% | - |
| XYZ | 27.34 | 18.3 | 40.62 | - |
| YUV | 121.39 | 156 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 87 | 171 | 0.01 | 0.49 | 0 | 0.33 | 299.29 | 0.33 | 0.51 |
| Hex | AA | 57 | AB | 1 | 31 | 0 | 21 | 12B | 21 | 33 |
| Octal | 252 | 127 | 253 | 1 | 61 | 0 | 41 | 453 | 41 | 63 |
| Binary | 10101010 | 1010111 | 10101011 | 1 | 110001 | 0 | 100001 | 100101011 | 100001 | 110011 |
Color Harmonies of #AA57AB
Complementary color
Monochromatic Colors of #AA57AB
Black with #AA57AB
Text Example
Text Example
White with #AA57AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA57AB; }
p { color: rgb(170,87,171); }
H1.HeaderClassName
{
color: #AA57AB;
}
.AnyTagClassName
{
color: #AA57AB;
}
</style>
background-color css
<style>
a { background-color: #AA57AB; }
a { background-color: rgb(170,87,171); }
div.DivClassName
{
background-color: #AA57AB;
}
.BgClassName
{
background-color: #AA57AB;
}
</style>
border-color css
<style>
span { border-color: #AA57AB; }
span { border-color: rgb(170,87,171); }
td.TdClassName
{
border-color: #AA57AB;
}
.TagClassName
{
border-color: #AA57AB;
}
</style>