Shades of Violet Blue #AA4DA2
Tints of Violet Blue #AA4DA2
RGB
CMYK
RGB Variations
Color information
#AA4DA2 (or 0xAA4DA2) is known color: Violet Blue. HEX triplet: AA, 4D and A2. RGB value is (170,77,162). Sum of RGB (Red+Green+Blue) = 170+77+162=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 77 (30.47% from 255 or 18.83% from 409); Blue value is 162 (63.67% from 255 or 39.61% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4DA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4DA2 is #55B25D. Grayscale: #727272. Windows color (decimal): -5616222 or 10636714. OLE color: 10636714.
HSL color Cylindrical-coordinate representation of color #AA4DA2: hue angle of 305.16º 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 #AA4DA2 is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 77 | 162 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.33 |
| HSL | 305.16º | 0.38% | 0.48% | - |
| HSV(B) | 305.16º | 0.55% | 0.67% | - |
| XYZ | 25.75 | 16.46 | 36 | - |
| YUV | 114.5 | 154.81 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 77 | 162 | 0 | 0.55 | 0.05 | 0.33 | 305.16 | 0.38 | 0.48 |
| Hex | AA | 4D | A2 | 0 | 37 | 5 | 21 | 131 | 26 | 30 |
| Octal | 252 | 115 | 242 | 0 | 67 | 5 | 41 | 461 | 46 | 60 |
| Binary | 10101010 | 1001101 | 10100010 | 0 | 110111 | 101 | 100001 | 100110001 | 100110 | 110000 |
Color Harmonies of #AA4DA2
Complementary color
Monochromatic Colors of #AA4DA2
Black with #AA4DA2
Text Example
Text Example
White with #AA4DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4DA2; }
p { color: rgb(170,77,162); }
H1.HeaderClassName
{
color: #AA4DA2;
}
.AnyTagClassName
{
color: #AA4DA2;
}
</style>
background-color css
<style>
a { background-color: #AA4DA2; }
a { background-color: rgb(170,77,162); }
div.DivClassName
{
background-color: #AA4DA2;
}
.BgClassName
{
background-color: #AA4DA2;
}
</style>
border-color css
<style>
span { border-color: #AA4DA2; }
span { border-color: rgb(170,77,162); }
td.TdClassName
{
border-color: #AA4DA2;
}
.TagClassName
{
border-color: #AA4DA2;
}
</style>