Shades of Violet Blue #AA579E
Tints of Violet Blue #AA579E
RGB
CMYK
RGB Variations
Color information
#AA579E (or 0xAA579E) is known color: Violet Blue. HEX triplet: AA, 57 and 9E. RGB value is (170,87,158). Sum of RGB (Red+Green+Blue) = 170+87+158=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 87 (34.38% from 255 or 20.96% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA579E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA579E is #55A861. Grayscale: #777777. Windows color (decimal): -5613666 or 10377130. OLE color: 10377130.
HSL color Cylindrical-coordinate representation of color #AA579E: hue angle of 308.67º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA579E is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 87 | 158 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.33 |
| HSL | 308.67º | 0.33% | 0.5% | - |
| HSV(B) | 308.67º | 0.49% | 0.67% | - |
| XYZ | 26.16 | 17.83 | 34.41 | - |
| YUV | 119.91 | 149.5 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 87 | 158 | 0 | 0.49 | 0.07 | 0.33 | 308.67 | 0.33 | 0.5 |
| Hex | AA | 57 | 9E | 0 | 31 | 7 | 21 | 135 | 21 | 32 |
| Octal | 252 | 127 | 236 | 0 | 61 | 7 | 41 | 465 | 41 | 62 |
| Binary | 10101010 | 1010111 | 10011110 | 0 | 110001 | 111 | 100001 | 100110101 | 100001 | 110010 |
Color Harmonies of #AA579E
Complementary color
Monochromatic Colors of #AA579E
Black with #AA579E
Text Example
Text Example
White with #AA579E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA579E; }
p { color: rgb(170,87,158); }
H1.HeaderClassName
{
color: #AA579E;
}
.AnyTagClassName
{
color: #AA579E;
}
</style>
background-color css
<style>
a { background-color: #AA579E; }
a { background-color: rgb(170,87,158); }
div.DivClassName
{
background-color: #AA579E;
}
.BgClassName
{
background-color: #AA579E;
}
</style>
border-color css
<style>
span { border-color: #AA579E; }
span { border-color: rgb(170,87,158); }
td.TdClassName
{
border-color: #AA579E;
}
.TagClassName
{
border-color: #AA579E;
}
</style>