Shades of Violet Blue #AA5592
Tints of Violet Blue #AA5592
RGB
CMYK
RGB Variations
Color information
#AA5592 (or 0xAA5592) is known color: Violet Blue. HEX triplet: AA, 55 and 92. RGB value is (170,85,146). Sum of RGB (Red+Green+Blue) = 170+85+146=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5592 is #55AA6D. Grayscale: #757575. Windows color (decimal): -5614190 or 9590186. OLE color: 9590186.
HSL color Cylindrical-coordinate representation of color #AA5592: hue angle of 316.94º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA5592 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 85 | 146 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.33 |
| HSL | 316.94º | 0.33% | 0.5% | - |
| HSV(B) | 316.94º | 0.5% | 0.67% | - |
| XYZ | 25.01 | 17.12 | 29.18 | - |
| YUV | 117.37 | 144.16 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 146 | 0 | 0.50 | 0.14 | 0.33 | 316.94 | 0.33 | 0.5 |
| Hex | AA | 55 | 92 | 0 | 32 | E | 21 | 13D | 21 | 32 |
| Octal | 252 | 125 | 222 | 0 | 62 | 16 | 41 | 475 | 41 | 62 |
| Binary | 10101010 | 1010101 | 10010010 | 0 | 110010 | 1110 | 100001 | 100111101 | 100001 | 110010 |
Color Harmonies of #AA5592
Complementary color
Monochromatic Colors of #AA5592
Black with #AA5592
Text Example
Text Example
White with #AA5592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5592; }
p { color: rgb(170,85,146); }
H1.HeaderClassName
{
color: #AA5592;
}
.AnyTagClassName
{
color: #AA5592;
}
</style>
background-color css
<style>
a { background-color: #AA5592; }
a { background-color: rgb(170,85,146); }
div.DivClassName
{
background-color: #AA5592;
}
.BgClassName
{
background-color: #AA5592;
}
</style>
border-color css
<style>
span { border-color: #AA5592; }
span { border-color: rgb(170,85,146); }
td.TdClassName
{
border-color: #AA5592;
}
.TagClassName
{
border-color: #AA5592;
}
</style>