Shades of Violet Blue #AA4AA0
Tints of Violet Blue #AA4AA0
RGB
CMYK
RGB Variations
Color information
#AA4AA0 (or 0xAA4AA0) is known color: Violet Blue. HEX triplet: AA, 4A and A0. RGB value is (170,74,160). Sum of RGB (Red+Green+Blue) = 170+74+160=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 74 (29.30% from 255 or 18.32% from 404); Blue value is 160 (62.89% from 255 or 39.60% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4AA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4AA0 is #55B55F. Grayscale: #707070. Windows color (decimal): -5616992 or 10504874. OLE color: 10504874.
HSL color Cylindrical-coordinate representation of color #AA4AA0: hue angle of 306.25º 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 #AA4AA0 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 74 | 160 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.33 |
| HSL | 306.25º | 0.39% | 0.48% | - |
| HSV(B) | 306.25º | 0.56% | 0.67% | - |
| XYZ | 25.37 | 15.98 | 35.01 | - |
| YUV | 112.51 | 154.8 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 160 | 0 | 0.56 | 0.06 | 0.33 | 306.25 | 0.39 | 0.48 |
| Hex | AA | 4A | A0 | 0 | 38 | 6 | 21 | 132 | 27 | 30 |
| Octal | 252 | 112 | 240 | 0 | 70 | 6 | 41 | 462 | 47 | 60 |
| Binary | 10101010 | 1001010 | 10100000 | 0 | 111000 | 110 | 100001 | 100110010 | 100111 | 110000 |
Color Harmonies of #AA4AA0
Complementary color
Monochromatic Colors of #AA4AA0
Black with #AA4AA0
Text Example
Text Example
White with #AA4AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4AA0; }
p { color: rgb(170,74,160); }
H1.HeaderClassName
{
color: #AA4AA0;
}
.AnyTagClassName
{
color: #AA4AA0;
}
</style>
background-color css
<style>
a { background-color: #AA4AA0; }
a { background-color: rgb(170,74,160); }
div.DivClassName
{
background-color: #AA4AA0;
}
.BgClassName
{
background-color: #AA4AA0;
}
</style>
border-color css
<style>
span { border-color: #AA4AA0; }
span { border-color: rgb(170,74,160); }
td.TdClassName
{
border-color: #AA4AA0;
}
.TagClassName
{
border-color: #AA4AA0;
}
</style>