Shades of Violet Blue #AA589D
Tints of Violet Blue #AA589D
RGB
CMYK
RGB Variations
Color information
#AA589D (or 0xAA589D) is known color: Violet Blue. HEX triplet: AA, 58 and 9D. RGB value is (170,88,157). Sum of RGB (Red+Green+Blue) = 170+88+157=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 88 (34.77% from 255 or 21.20% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA589D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA589D is #55A762. Grayscale: #787878. Windows color (decimal): -5613411 or 10311850. OLE color: 10311850.
HSL color Cylindrical-coordinate representation of color #AA589D: hue angle of 309.51º 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 #AA589D is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 88 | 157 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.33 |
| HSL | 309.51º | 0.33% | 0.51% | - |
| HSV(B) | 309.51º | 0.48% | 0.67% | - |
| XYZ | 26.15 | 17.96 | 33.99 | - |
| YUV | 120.38 | 148.67 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 88 | 157 | 0 | 0.48 | 0.08 | 0.33 | 309.51 | 0.33 | 0.51 |
| Hex | AA | 58 | 9D | 0 | 30 | 8 | 21 | 136 | 21 | 33 |
| Octal | 252 | 130 | 235 | 0 | 60 | 10 | 41 | 466 | 41 | 63 |
| Binary | 10101010 | 1011000 | 10011101 | 0 | 110000 | 1000 | 100001 | 100110110 | 100001 | 110011 |
Color Harmonies of #AA589D
Complementary color
Monochromatic Colors of #AA589D
Black with #AA589D
Text Example
Text Example
White with #AA589D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA589D; }
p { color: rgb(170,88,157); }
H1.HeaderClassName
{
color: #AA589D;
}
.AnyTagClassName
{
color: #AA589D;
}
</style>
background-color css
<style>
a { background-color: #AA589D; }
a { background-color: rgb(170,88,157); }
div.DivClassName
{
background-color: #AA589D;
}
.BgClassName
{
background-color: #AA589D;
}
</style>
border-color css
<style>
span { border-color: #AA589D; }
span { border-color: rgb(170,88,157); }
td.TdClassName
{
border-color: #AA589D;
}
.TagClassName
{
border-color: #AA589D;
}
</style>