Shades of Violet Blue #AA3AA6
Tints of Violet Blue #AA3AA6
RGB
CMYK
RGB Variations
Color information
#AA3AA6 (or 0xAA3AA6) is known color: Violet Blue. HEX triplet: AA, 3A and A6. RGB value is (170,58,166). Sum of RGB (Red+Green+Blue) = 170+58+166=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 58 (23.05% from 255 or 14.72% from 394); Blue value is 166 (65.23% from 255 or 42.13% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3AA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3AA6 is #55C559. Grayscale: #676767. Windows color (decimal): -5621082 or 10893994. OLE color: 10893994.
HSL color Cylindrical-coordinate representation of color #AA3AA6: hue angle of 302.14º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA3AA6 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 58 | 166 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.33 |
| HSL | 302.14º | 0.49% | 0.45% | - |
| HSV(B) | 302.14º | 0.66% | 0.67% | - |
| XYZ | 24.97 | 14.33 | 37.53 | - |
| YUV | 103.8 | 163.11 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 58 | 166 | 0 | 0.66 | 0.02 | 0.33 | 302.14 | 0.49 | 0.45 |
| Hex | AA | 3A | A6 | 0 | 42 | 2 | 21 | 12E | 31 | 2D |
| Octal | 252 | 72 | 246 | 0 | 102 | 2 | 41 | 456 | 61 | 55 |
| Binary | 10101010 | 111010 | 10100110 | 0 | 1000010 | 10 | 100001 | 100101110 | 110001 | 101101 |
Color Harmonies of #AA3AA6
Complementary color
Monochromatic Colors of #AA3AA6
Black with #AA3AA6
Text Example
Text Example
White with #AA3AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3AA6; }
p { color: rgb(170,58,166); }
H1.HeaderClassName
{
color: #AA3AA6;
}
.AnyTagClassName
{
color: #AA3AA6;
}
</style>
background-color css
<style>
a { background-color: #AA3AA6; }
a { background-color: rgb(170,58,166); }
div.DivClassName
{
background-color: #AA3AA6;
}
.BgClassName
{
background-color: #AA3AA6;
}
</style>
border-color css
<style>
span { border-color: #AA3AA6; }
span { border-color: rgb(170,58,166); }
td.TdClassName
{
border-color: #AA3AA6;
}
.TagClassName
{
border-color: #AA3AA6;
}
</style>