Shades of Violet Blue #AA4BA8
Tints of Violet Blue #AA4BA8
RGB
CMYK
RGB Variations
Color information
#AA4BA8 (or 0xAA4BA8) is known color: Violet Blue. HEX triplet: AA, 4B and A8. RGB value is (170,75,168). Sum of RGB (Red+Green+Blue) = 170+75+168=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 75 (29.69% from 255 or 18.16% from 413); Blue value is 168 (66.02% from 255 or 40.68% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4BA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4BA8 is #55B457. Grayscale: #717171. Windows color (decimal): -5616728 or 11029418. OLE color: 11029418.
HSL color Cylindrical-coordinate representation of color #AA4BA8: hue angle of 301.26º 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 #AA4BA8 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 75 | 168 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.33 |
| HSL | 301.26º | 0.39% | 0.48% | - |
| HSV(B) | 301.26º | 0.56% | 0.67% | - |
| XYZ | 26.16 | 16.41 | 38.83 | - |
| YUV | 114.01 | 158.47 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 75 | 168 | 0 | 0.56 | 0.01 | 0.33 | 301.26 | 0.39 | 0.48 |
| Hex | AA | 4B | A8 | 0 | 38 | 1 | 21 | 12D | 27 | 30 |
| Octal | 252 | 113 | 250 | 0 | 70 | 1 | 41 | 455 | 47 | 60 |
| Binary | 10101010 | 1001011 | 10101000 | 0 | 111000 | 1 | 100001 | 100101101 | 100111 | 110000 |
Color Harmonies of #AA4BA8
Complementary color
Monochromatic Colors of #AA4BA8
Black with #AA4BA8
Text Example
Text Example
White with #AA4BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4BA8; }
p { color: rgb(170,75,168); }
H1.HeaderClassName
{
color: #AA4BA8;
}
.AnyTagClassName
{
color: #AA4BA8;
}
</style>
background-color css
<style>
a { background-color: #AA4BA8; }
a { background-color: rgb(170,75,168); }
div.DivClassName
{
background-color: #AA4BA8;
}
.BgClassName
{
background-color: #AA4BA8;
}
</style>
border-color css
<style>
span { border-color: #AA4BA8; }
span { border-color: rgb(170,75,168); }
td.TdClassName
{
border-color: #AA4BA8;
}
.TagClassName
{
border-color: #AA4BA8;
}
</style>