Shades of Violet Blue #AA4AA6
Tints of Violet Blue #AA4AA6
RGB
CMYK
RGB Variations
Color information
#AA4AA6 (or 0xAA4AA6) is known color: Violet Blue. HEX triplet: AA, 4A and A6. RGB value is (170,74,166). Sum of RGB (Red+Green+Blue) = 170+74+166=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 74 (29.30% from 255 or 18.05% from 410); Blue value is 166 (65.23% from 255 or 40.49% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4AA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4AA6 is #55B559. Grayscale: #707070. Windows color (decimal): -5616986 or 10898090. OLE color: 10898090.
HSL color Cylindrical-coordinate representation of color #AA4AA6: hue angle of 302.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 #AA4AA6 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 74 | 166 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.33 |
| HSL | 302.5º | 0.39% | 0.48% | - |
| HSV(B) | 302.5º | 0.56% | 0.67% | - |
| XYZ | 25.91 | 16.2 | 37.84 | - |
| YUV | 113.19 | 157.8 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 166 | 0 | 0.56 | 0.02 | 0.33 | 302.5 | 0.39 | 0.48 |
| Hex | AA | 4A | A6 | 0 | 38 | 2 | 21 | 12E | 27 | 30 |
| Octal | 252 | 112 | 246 | 0 | 70 | 2 | 41 | 456 | 47 | 60 |
| Binary | 10101010 | 1001010 | 10100110 | 0 | 111000 | 10 | 100001 | 100101110 | 100111 | 110000 |
Color Harmonies of #AA4AA6
Complementary color
Monochromatic Colors of #AA4AA6
Black with #AA4AA6
Text Example
Text Example
White with #AA4AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4AA6; }
p { color: rgb(170,74,166); }
H1.HeaderClassName
{
color: #AA4AA6;
}
.AnyTagClassName
{
color: #AA4AA6;
}
</style>
background-color css
<style>
a { background-color: #AA4AA6; }
a { background-color: rgb(170,74,166); }
div.DivClassName
{
background-color: #AA4AA6;
}
.BgClassName
{
background-color: #AA4AA6;
}
</style>
border-color css
<style>
span { border-color: #AA4AA6; }
span { border-color: rgb(170,74,166); }
td.TdClassName
{
border-color: #AA4AA6;
}
.TagClassName
{
border-color: #AA4AA6;
}
</style>