Shades of Violet Blue #AA5892
Tints of Violet Blue #AA5892
RGB
CMYK
RGB Variations
Color information
#AA5892 (or 0xAA5892) is known color: Violet Blue. HEX triplet: AA, 58 and 92. RGB value is (170,88,146). Sum of RGB (Red+Green+Blue) = 170+88+146=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5892 is #55A76D. Grayscale: #767676. Windows color (decimal): -5613422 or 9590954. OLE color: 9590954.
HSL color Cylindrical-coordinate representation of color #AA5892: hue angle of 317.56º 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 #AA5892 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 88 | 146 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.33 |
| HSL | 317.56º | 0.33% | 0.51% | - |
| HSV(B) | 317.56º | 0.48% | 0.67% | - |
| XYZ | 25.26 | 17.6 | 29.26 | - |
| YUV | 119.13 | 143.17 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 88 | 146 | 0 | 0.48 | 0.14 | 0.33 | 317.56 | 0.33 | 0.51 |
| Hex | AA | 58 | 92 | 0 | 30 | E | 21 | 13E | 21 | 33 |
| Octal | 252 | 130 | 222 | 0 | 60 | 16 | 41 | 476 | 41 | 63 |
| Binary | 10101010 | 1011000 | 10010010 | 0 | 110000 | 1110 | 100001 | 100111110 | 100001 | 110011 |
Color Harmonies of #AA5892
Complementary color
Monochromatic Colors of #AA5892
Black with #AA5892
Text Example
Text Example
White with #AA5892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5892; }
p { color: rgb(170,88,146); }
H1.HeaderClassName
{
color: #AA5892;
}
.AnyTagClassName
{
color: #AA5892;
}
</style>
background-color css
<style>
a { background-color: #AA5892; }
a { background-color: rgb(170,88,146); }
div.DivClassName
{
background-color: #AA5892;
}
.BgClassName
{
background-color: #AA5892;
}
</style>
border-color css
<style>
span { border-color: #AA5892; }
span { border-color: rgb(170,88,146); }
td.TdClassName
{
border-color: #AA5892;
}
.TagClassName
{
border-color: #AA5892;
}
</style>