Shades of Violet Blue #AA609D
Tints of Violet Blue #AA609D
RGB
CMYK
RGB Variations
Color information
#AA609D (or 0xAA609D) is known color: Violet Blue. HEX triplet: AA, 60 and 9D. RGB value is (170,96,157). Sum of RGB (Red+Green+Blue) = 170+96+157=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA609D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA609D is #559F62. Grayscale: #7C7C7C. Windows color (decimal): -5611363 or 10313898. OLE color: 10313898.
HSL color Cylindrical-coordinate representation of color #AA609D: hue angle of 310.54º 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 #AA609D is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 96 | 157 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.33 |
| HSL | 310.54º | 0.3% | 0.52% | - |
| HSV(B) | 310.54º | 0.44% | 0.67% | - |
| XYZ | 26.85 | 19.35 | 34.22 | - |
| YUV | 125.08 | 146.02 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 157 | 0 | 0.44 | 0.08 | 0.33 | 310.54 | 0.3 | 0.52 |
| Hex | AA | 60 | 9D | 0 | 2C | 8 | 21 | 137 | 1E | 34 |
| Octal | 252 | 140 | 235 | 0 | 54 | 10 | 41 | 467 | 36 | 64 |
| Binary | 10101010 | 1100000 | 10011101 | 0 | 101100 | 1000 | 100001 | 100110111 | 11110 | 110100 |
Color Harmonies of #AA609D
Complementary color
Monochromatic Colors of #AA609D
Black with #AA609D
Text Example
Text Example
White with #AA609D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA609D; }
p { color: rgb(170,96,157); }
H1.HeaderClassName
{
color: #AA609D;
}
.AnyTagClassName
{
color: #AA609D;
}
</style>
background-color css
<style>
a { background-color: #AA609D; }
a { background-color: rgb(170,96,157); }
div.DivClassName
{
background-color: #AA609D;
}
.BgClassName
{
background-color: #AA609D;
}
</style>
border-color css
<style>
span { border-color: #AA609D; }
span { border-color: rgb(170,96,157); }
td.TdClassName
{
border-color: #AA609D;
}
.TagClassName
{
border-color: #AA609D;
}
</style>