Shades of Violet Blue #AA609A
Tints of Violet Blue #AA609A
RGB
CMYK
RGB Variations
Color information
#AA609A (or 0xAA609A) is known color: Violet Blue. HEX triplet: AA, 60 and 9A. RGB value is (170,96,154). Sum of RGB (Red+Green+Blue) = 170+96+154=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA609A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA609A is #559F65. Grayscale: #7C7C7C. Windows color (decimal): -5611366 or 10117290. OLE color: 10117290.
HSL color Cylindrical-coordinate representation of color #AA609A: hue angle of 312.97º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA609A is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 96 | 154 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.33 |
| HSL | 312.97º | 0.3% | 0.52% | - |
| HSV(B) | 312.97º | 0.44% | 0.67% | - |
| XYZ | 26.59 | 19.24 | 32.88 | - |
| YUV | 124.74 | 144.52 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 154 | 0 | 0.44 | 0.09 | 0.33 | 312.97 | 0.3 | 0.52 |
| Hex | AA | 60 | 9A | 0 | 2C | 9 | 21 | 139 | 1E | 34 |
| Octal | 252 | 140 | 232 | 0 | 54 | 11 | 41 | 471 | 36 | 64 |
| Binary | 10101010 | 1100000 | 10011010 | 0 | 101100 | 1001 | 100001 | 100111001 | 11110 | 110100 |
Color Harmonies of #AA609A
Complementary color
Monochromatic Colors of #AA609A
Black with #AA609A
Text Example
Text Example
White with #AA609A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA609A; }
p { color: rgb(170,96,154); }
H1.HeaderClassName
{
color: #AA609A;
}
.AnyTagClassName
{
color: #AA609A;
}
</style>
background-color css
<style>
a { background-color: #AA609A; }
a { background-color: rgb(170,96,154); }
div.DivClassName
{
background-color: #AA609A;
}
.BgClassName
{
background-color: #AA609A;
}
</style>
border-color css
<style>
span { border-color: #AA609A; }
span { border-color: rgb(170,96,154); }
td.TdClassName
{
border-color: #AA609A;
}
.TagClassName
{
border-color: #AA609A;
}
</style>