Shades of Violet Blue #AA59B2
Tints of Violet Blue #AA59B2
RGB
CMYK
RGB Variations
Color information
#AA59B2 (or 0xAA59B2) is known color: Violet Blue. HEX triplet: AA, 59 and B2. RGB value is (170,89,178). Sum of RGB (Red+Green+Blue) = 170+89+178=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 89 (35.16% from 255 or 20.37% from 437); Blue value is 178 (69.92% from 255 or 40.73% from 437); Max value from RGB is 178 - color contains mainly: blue. Hex color #AA59B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA59B2 is #55A64D. Grayscale: #7B7B7B. Windows color (decimal): -5613134 or 11688362. OLE color: 11688362.
HSL color Cylindrical-coordinate representation of color #AA59B2: hue angle of 294.61º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA59B2 is Cyan = 0.04, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 89 | 178 | - |
| CMYK | 0.04 | 0.5 | 0 | 0.30 |
| HSL | 294.61º | 0.37% | 0.52% | - |
| HSV(B) | 294.61º | 0.5% | 0.7% | - |
| XYZ | 28.19 | 18.91 | 44.28 | - |
| YUV | 123.37 | 158.84 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 178 | 0.04 | 0.5 | 0 | 0.30 | 294.61 | 0.37 | 0.52 |
| Hex | AA | 59 | B2 | 4 | 32 | 0 | 1E | 127 | 25 | 34 |
| Octal | 252 | 131 | 262 | 4 | 62 | 0 | 36 | 447 | 45 | 64 |
| Binary | 10101010 | 1011001 | 10110010 | 100 | 110010 | 0 | 11110 | 100100111 | 100101 | 110100 |
Color Harmonies of #AA59B2
Complementary color
Monochromatic Colors of #AA59B2
Black with #AA59B2
Text Example
Text Example
White with #AA59B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA59B2; }
p { color: rgb(170,89,178); }
H1.HeaderClassName
{
color: #AA59B2;
}
.AnyTagClassName
{
color: #AA59B2;
}
</style>
background-color css
<style>
a { background-color: #AA59B2; }
a { background-color: rgb(170,89,178); }
div.DivClassName
{
background-color: #AA59B2;
}
.BgClassName
{
background-color: #AA59B2;
}
</style>
border-color css
<style>
span { border-color: #AA59B2; }
span { border-color: rgb(170,89,178); }
td.TdClassName
{
border-color: #AA59B2;
}
.TagClassName
{
border-color: #AA59B2;
}
</style>