Shades of Violet Blue #AA569D
Tints of Violet Blue #AA569D
RGB
CMYK
RGB Variations
Color information
#AA569D (or 0xAA569D) is known color: Violet Blue. HEX triplet: AA, 56 and 9D. RGB value is (170,86,157). Sum of RGB (Red+Green+Blue) = 170+86+157=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 86 (33.98% from 255 or 20.82% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA569D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA569D is #55A962. Grayscale: #777777. Windows color (decimal): -5613923 or 10311338. OLE color: 10311338.
HSL color Cylindrical-coordinate representation of color #AA569D: hue angle of 309.29º 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 #AA569D is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 86 | 157 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.33 |
| HSL | 309.29º | 0.33% | 0.5% | - |
| HSV(B) | 309.29º | 0.49% | 0.67% | - |
| XYZ | 25.99 | 17.64 | 33.93 | - |
| YUV | 119.21 | 149.33 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 157 | 0 | 0.49 | 0.08 | 0.33 | 309.29 | 0.33 | 0.5 |
| Hex | AA | 56 | 9D | 0 | 31 | 8 | 21 | 135 | 21 | 32 |
| Octal | 252 | 126 | 235 | 0 | 61 | 10 | 41 | 465 | 41 | 62 |
| Binary | 10101010 | 1010110 | 10011101 | 0 | 110001 | 1000 | 100001 | 100110101 | 100001 | 110010 |
Color Harmonies of #AA569D
Complementary color
Monochromatic Colors of #AA569D
Black with #AA569D
Text Example
Text Example
White with #AA569D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA569D; }
p { color: rgb(170,86,157); }
H1.HeaderClassName
{
color: #AA569D;
}
.AnyTagClassName
{
color: #AA569D;
}
</style>
background-color css
<style>
a { background-color: #AA569D; }
a { background-color: rgb(170,86,157); }
div.DivClassName
{
background-color: #AA569D;
}
.BgClassName
{
background-color: #AA569D;
}
</style>
border-color css
<style>
span { border-color: #AA569D; }
span { border-color: rgb(170,86,157); }
td.TdClassName
{
border-color: #AA569D;
}
.TagClassName
{
border-color: #AA569D;
}
</style>