Shades of Violet Blue #AA589B
Tints of Violet Blue #AA589B
RGB
CMYK
RGB Variations
Color information
#AA589B (or 0xAA589B) is known color: Violet Blue. HEX triplet: AA, 58 and 9B. RGB value is (170,88,155). Sum of RGB (Red+Green+Blue) = 170+88+155=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 88 (34.77% from 255 or 21.31% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA589B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA589B is #55A764. Grayscale: #777777. Windows color (decimal): -5613413 or 10180778. OLE color: 10180778.
HSL color Cylindrical-coordinate representation of color #AA589B: hue angle of 310.98º 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 #AA589B is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 88 | 155 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.33 |
| HSL | 310.98º | 0.33% | 0.51% | - |
| HSV(B) | 310.98º | 0.48% | 0.67% | - |
| XYZ | 25.98 | 17.89 | 33.09 | - |
| YUV | 120.16 | 147.67 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 88 | 155 | 0 | 0.48 | 0.09 | 0.33 | 310.98 | 0.33 | 0.51 |
| Hex | AA | 58 | 9B | 0 | 30 | 9 | 21 | 137 | 21 | 33 |
| Octal | 252 | 130 | 233 | 0 | 60 | 11 | 41 | 467 | 41 | 63 |
| Binary | 10101010 | 1011000 | 10011011 | 0 | 110000 | 1001 | 100001 | 100110111 | 100001 | 110011 |
Color Harmonies of #AA589B
Complementary color
Monochromatic Colors of #AA589B
Black with #AA589B
Text Example
Text Example
White with #AA589B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA589B; }
p { color: rgb(170,88,155); }
H1.HeaderClassName
{
color: #AA589B;
}
.AnyTagClassName
{
color: #AA589B;
}
</style>
background-color css
<style>
a { background-color: #AA589B; }
a { background-color: rgb(170,88,155); }
div.DivClassName
{
background-color: #AA589B;
}
.BgClassName
{
background-color: #AA589B;
}
</style>
border-color css
<style>
span { border-color: #AA589B; }
span { border-color: rgb(170,88,155); }
td.TdClassName
{
border-color: #AA589B;
}
.TagClassName
{
border-color: #AA589B;
}
</style>