Shades of Violet Blue #AA5896
Tints of Violet Blue #AA5896
RGB
CMYK
RGB Variations
Color information
#AA5896 (or 0xAA5896) is known color: Violet Blue. HEX triplet: AA, 58 and 96. RGB value is (170,88,150). Sum of RGB (Red+Green+Blue) = 170+88+150=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 88 (34.77% from 255 or 21.57% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5896 is #55A769. Grayscale: #777777. Windows color (decimal): -5613418 or 9853098. OLE color: 9853098.
HSL color Cylindrical-coordinate representation of color #AA5896: hue angle of 314.63º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA5896 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 88 | 150 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.33 |
| HSL | 314.63º | 0.33% | 0.51% | - |
| HSV(B) | 314.63º | 0.48% | 0.67% | - |
| XYZ | 25.57 | 17.73 | 30.93 | - |
| YUV | 119.59 | 145.17 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 88 | 150 | 0 | 0.48 | 0.12 | 0.33 | 314.63 | 0.33 | 0.51 |
| Hex | AA | 58 | 96 | 0 | 30 | C | 21 | 13B | 21 | 33 |
| Octal | 252 | 130 | 226 | 0 | 60 | 14 | 41 | 473 | 41 | 63 |
| Binary | 10101010 | 1011000 | 10010110 | 0 | 110000 | 1100 | 100001 | 100111011 | 100001 | 110011 |
Color Harmonies of #AA5896
Complementary color
Monochromatic Colors of #AA5896
Black with #AA5896
Text Example
Text Example
White with #AA5896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5896; }
p { color: rgb(170,88,150); }
H1.HeaderClassName
{
color: #AA5896;
}
.AnyTagClassName
{
color: #AA5896;
}
</style>
background-color css
<style>
a { background-color: #AA5896; }
a { background-color: rgb(170,88,150); }
div.DivClassName
{
background-color: #AA5896;
}
.BgClassName
{
background-color: #AA5896;
}
</style>
border-color css
<style>
span { border-color: #AA5896; }
span { border-color: rgb(170,88,150); }
td.TdClassName
{
border-color: #AA5896;
}
.TagClassName
{
border-color: #AA5896;
}
</style>