Shades of Violet Blue #AA4BA0
Tints of Violet Blue #AA4BA0
RGB
CMYK
RGB Variations
Color information
#AA4BA0 (or 0xAA4BA0) is known color: Violet Blue. HEX triplet: AA, 4B and A0. RGB value is (170,75,160). Sum of RGB (Red+Green+Blue) = 170+75+160=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 75 (29.69% from 255 or 18.52% from 405); Blue value is 160 (62.89% from 255 or 39.51% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4BA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4BA0 is #55B45F. Grayscale: #707070. Windows color (decimal): -5616736 or 10505130. OLE color: 10505130.
HSL color Cylindrical-coordinate representation of color #AA4BA0: hue angle of 306.32º 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 #AA4BA0 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 75 | 160 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.33 |
| HSL | 306.32º | 0.39% | 0.48% | - |
| HSV(B) | 306.32º | 0.56% | 0.67% | - |
| XYZ | 25.44 | 16.12 | 35.03 | - |
| YUV | 113.1 | 154.47 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 75 | 160 | 0 | 0.56 | 0.06 | 0.33 | 306.32 | 0.39 | 0.48 |
| Hex | AA | 4B | A0 | 0 | 38 | 6 | 21 | 132 | 27 | 30 |
| Octal | 252 | 113 | 240 | 0 | 70 | 6 | 41 | 462 | 47 | 60 |
| Binary | 10101010 | 1001011 | 10100000 | 0 | 111000 | 110 | 100001 | 100110010 | 100111 | 110000 |
Color Harmonies of #AA4BA0
Complementary color
Monochromatic Colors of #AA4BA0
Black with #AA4BA0
Text Example
Text Example
White with #AA4BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4BA0; }
p { color: rgb(170,75,160); }
H1.HeaderClassName
{
color: #AA4BA0;
}
.AnyTagClassName
{
color: #AA4BA0;
}
</style>
background-color css
<style>
a { background-color: #AA4BA0; }
a { background-color: rgb(170,75,160); }
div.DivClassName
{
background-color: #AA4BA0;
}
.BgClassName
{
background-color: #AA4BA0;
}
</style>
border-color css
<style>
span { border-color: #AA4BA0; }
span { border-color: rgb(170,75,160); }
td.TdClassName
{
border-color: #AA4BA0;
}
.TagClassName
{
border-color: #AA4BA0;
}
</style>