Shades of Violet Blue #AA579D
Tints of Violet Blue #AA579D
RGB
CMYK
RGB Variations
Color information
#AA579D (or 0xAA579D) is known color: Violet Blue. HEX triplet: AA, 57 and 9D. RGB value is (170,87,157). Sum of RGB (Red+Green+Blue) = 170+87+157=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 87 (34.38% from 255 or 21.01% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AA579D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA579D is #55A862. Grayscale: #777777. Windows color (decimal): -5613667 or 10311594. OLE color: 10311594.
HSL color Cylindrical-coordinate representation of color #AA579D: hue angle of 309.4º 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 #AA579D is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 87 | 157 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.33 |
| HSL | 309.4º | 0.33% | 0.5% | - |
| HSV(B) | 309.4º | 0.49% | 0.67% | - |
| XYZ | 26.07 | 17.8 | 33.96 | - |
| YUV | 119.8 | 149 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 87 | 157 | 0 | 0.49 | 0.08 | 0.33 | 309.4 | 0.33 | 0.5 |
| Hex | AA | 57 | 9D | 0 | 31 | 8 | 21 | 135 | 21 | 32 |
| Octal | 252 | 127 | 235 | 0 | 61 | 10 | 41 | 465 | 41 | 62 |
| Binary | 10101010 | 1010111 | 10011101 | 0 | 110001 | 1000 | 100001 | 100110101 | 100001 | 110010 |
Color Harmonies of #AA579D
Complementary color
Monochromatic Colors of #AA579D
Black with #AA579D
Text Example
Text Example
White with #AA579D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA579D; }
p { color: rgb(170,87,157); }
H1.HeaderClassName
{
color: #AA579D;
}
.AnyTagClassName
{
color: #AA579D;
}
</style>
background-color css
<style>
a { background-color: #AA579D; }
a { background-color: rgb(170,87,157); }
div.DivClassName
{
background-color: #AA579D;
}
.BgClassName
{
background-color: #AA579D;
}
</style>
border-color css
<style>
span { border-color: #AA579D; }
span { border-color: rgb(170,87,157); }
td.TdClassName
{
border-color: #AA579D;
}
.TagClassName
{
border-color: #AA579D;
}
</style>