Shades of Violet Blue #AA4EA6
Tints of Violet Blue #AA4EA6
RGB
CMYK
RGB Variations
Color information
#AA4EA6 (or 0xAA4EA6) is known color: Violet Blue. HEX triplet: AA, 4E and A6. RGB value is (170,78,166). Sum of RGB (Red+Green+Blue) = 170+78+166=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 78 (30.86% from 255 or 18.84% from 414); Blue value is 166 (65.23% from 255 or 40.10% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4EA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4EA6 is #55B159. Grayscale: #737373. Windows color (decimal): -5615962 or 10899114. OLE color: 10899114.
HSL color Cylindrical-coordinate representation of color #AA4EA6: hue angle of 302.61º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA4EA6 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 78 | 166 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.33 |
| HSL | 302.61º | 0.37% | 0.49% | - |
| HSV(B) | 302.61º | 0.54% | 0.67% | - |
| XYZ | 26.18 | 16.75 | 37.93 | - |
| YUV | 115.54 | 156.48 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 166 | 0 | 0.54 | 0.02 | 0.33 | 302.61 | 0.37 | 0.49 |
| Hex | AA | 4E | A6 | 0 | 36 | 2 | 21 | 12F | 25 | 31 |
| Octal | 252 | 116 | 246 | 0 | 66 | 2 | 41 | 457 | 45 | 61 |
| Binary | 10101010 | 1001110 | 10100110 | 0 | 110110 | 10 | 100001 | 100101111 | 100101 | 110001 |
Color Harmonies of #AA4EA6
Complementary color
Monochromatic Colors of #AA4EA6
Black with #AA4EA6
Text Example
Text Example
White with #AA4EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4EA6; }
p { color: rgb(170,78,166); }
H1.HeaderClassName
{
color: #AA4EA6;
}
.AnyTagClassName
{
color: #AA4EA6;
}
</style>
background-color css
<style>
a { background-color: #AA4EA6; }
a { background-color: rgb(170,78,166); }
div.DivClassName
{
background-color: #AA4EA6;
}
.BgClassName
{
background-color: #AA4EA6;
}
</style>
border-color css
<style>
span { border-color: #AA4EA6; }
span { border-color: rgb(170,78,166); }
td.TdClassName
{
border-color: #AA4EA6;
}
.TagClassName
{
border-color: #AA4EA6;
}
</style>