Shades of Violet Blue #AA4A9E
Tints of Violet Blue #AA4A9E
RGB
CMYK
RGB Variations
Color information
#AA4A9E (or 0xAA4A9E) is known color: Violet Blue. HEX triplet: AA, 4A and 9E. RGB value is (170,74,158). Sum of RGB (Red+Green+Blue) = 170+74+158=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 74 (29.30% from 255 or 18.41% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4A9E is #55B561. Grayscale: #707070. Windows color (decimal): -5616994 or 10373802. OLE color: 10373802.
HSL color Cylindrical-coordinate representation of color #AA4A9E: hue angle of 307.5º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA4A9E is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 74 | 158 | - |
| CMYK | 0 | 0.56 | 0.07 | 0.33 |
| HSL | 307.5º | 0.39% | 0.48% | - |
| HSV(B) | 307.5º | 0.56% | 0.67% | - |
| XYZ | 25.2 | 15.91 | 34.09 | - |
| YUV | 112.28 | 153.8 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 158 | 0 | 0.56 | 0.07 | 0.33 | 307.5 | 0.39 | 0.48 |
| Hex | AA | 4A | 9E | 0 | 38 | 7 | 21 | 134 | 27 | 30 |
| Octal | 252 | 112 | 236 | 0 | 70 | 7 | 41 | 464 | 47 | 60 |
| Binary | 10101010 | 1001010 | 10011110 | 0 | 111000 | 111 | 100001 | 100110100 | 100111 | 110000 |
Color Harmonies of #AA4A9E
Complementary color
Monochromatic Colors of #AA4A9E
Black with #AA4A9E
Text Example
Text Example
White with #AA4A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4A9E; }
p { color: rgb(170,74,158); }
H1.HeaderClassName
{
color: #AA4A9E;
}
.AnyTagClassName
{
color: #AA4A9E;
}
</style>
background-color css
<style>
a { background-color: #AA4A9E; }
a { background-color: rgb(170,74,158); }
div.DivClassName
{
background-color: #AA4A9E;
}
.BgClassName
{
background-color: #AA4A9E;
}
</style>
border-color css
<style>
span { border-color: #AA4A9E; }
span { border-color: rgb(170,74,158); }
td.TdClassName
{
border-color: #AA4A9E;
}
.TagClassName
{
border-color: #AA4A9E;
}
</style>