Shades of Violet Blue #AA559D
Tints of Violet Blue #AA559D
RGB
CMYK
RGB Variations
Color information
#AA559D (or 0xAA559D) is known color: Violet Blue. HEX triplet: AA, 55 and 9D. RGB value is (170,85,157). Sum of RGB (Red+Green+Blue) = 170+85+157=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA559D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA559D is #55AA62. Grayscale: #767676. Windows color (decimal): -5614179 or 10311082. OLE color: 10311082.
HSL color Cylindrical-coordinate representation of color #AA559D: hue angle of 309.18º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA559D is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 85 | 157 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.33 |
| HSL | 309.18º | 0.33% | 0.5% | - |
| HSV(B) | 309.18º | 0.5% | 0.67% | - |
| XYZ | 25.91 | 17.48 | 33.91 | - |
| YUV | 118.62 | 149.66 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 157 | 0 | 0.50 | 0.08 | 0.33 | 309.18 | 0.33 | 0.5 |
| Hex | AA | 55 | 9D | 0 | 32 | 8 | 21 | 135 | 21 | 32 |
| Octal | 252 | 125 | 235 | 0 | 62 | 10 | 41 | 465 | 41 | 62 |
| Binary | 10101010 | 1010101 | 10011101 | 0 | 110010 | 1000 | 100001 | 100110101 | 100001 | 110010 |
Color Harmonies of #AA559D
Complementary color
Monochromatic Colors of #AA559D
Black with #AA559D
Text Example
Text Example
White with #AA559D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA559D; }
p { color: rgb(170,85,157); }
H1.HeaderClassName
{
color: #AA559D;
}
.AnyTagClassName
{
color: #AA559D;
}
</style>
background-color css
<style>
a { background-color: #AA559D; }
a { background-color: rgb(170,85,157); }
div.DivClassName
{
background-color: #AA559D;
}
.BgClassName
{
background-color: #AA559D;
}
</style>
border-color css
<style>
span { border-color: #AA559D; }
span { border-color: rgb(170,85,157); }
td.TdClassName
{
border-color: #AA559D;
}
.TagClassName
{
border-color: #AA559D;
}
</style>