Shades of Violet Blue #AA4DA6
Tints of Violet Blue #AA4DA6
RGB
CMYK
RGB Variations
Color information
#AA4DA6 (or 0xAA4DA6) is known color: Violet Blue. HEX triplet: AA, 4D and A6. RGB value is (170,77,166). Sum of RGB (Red+Green+Blue) = 170+77+166=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 77 (30.47% from 255 or 18.64% from 413); Blue value is 166 (65.23% from 255 or 40.19% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4DA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4DA6 is #55B259. Grayscale: #727272. Windows color (decimal): -5616218 or 10898858. OLE color: 10898858.
HSL color Cylindrical-coordinate representation of color #AA4DA6: hue angle of 302.58º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA4DA6 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 77 | 166 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.33 |
| HSL | 302.58º | 0.38% | 0.48% | - |
| HSV(B) | 302.58º | 0.55% | 0.67% | - |
| XYZ | 26.11 | 16.61 | 37.91 | - |
| YUV | 114.95 | 156.81 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 77 | 166 | 0 | 0.55 | 0.02 | 0.33 | 302.58 | 0.38 | 0.48 |
| Hex | AA | 4D | A6 | 0 | 37 | 2 | 21 | 12F | 26 | 30 |
| Octal | 252 | 115 | 246 | 0 | 67 | 2 | 41 | 457 | 46 | 60 |
| Binary | 10101010 | 1001101 | 10100110 | 0 | 110111 | 10 | 100001 | 100101111 | 100110 | 110000 |
Color Harmonies of #AA4DA6
Complementary color
Monochromatic Colors of #AA4DA6
Black with #AA4DA6
Text Example
Text Example
White with #AA4DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4DA6; }
p { color: rgb(170,77,166); }
H1.HeaderClassName
{
color: #AA4DA6;
}
.AnyTagClassName
{
color: #AA4DA6;
}
</style>
background-color css
<style>
a { background-color: #AA4DA6; }
a { background-color: rgb(170,77,166); }
div.DivClassName
{
background-color: #AA4DA6;
}
.BgClassName
{
background-color: #AA4DA6;
}
</style>
border-color css
<style>
span { border-color: #AA4DA6; }
span { border-color: rgb(170,77,166); }
td.TdClassName
{
border-color: #AA4DA6;
}
.TagClassName
{
border-color: #AA4DA6;
}
</style>