Shades of Violet Blue #AA4AAF
Tints of Violet Blue #AA4AAF
RGB
CMYK
RGB Variations
Color information
#AA4AAF (or 0xAA4AAF) is known color: Violet Blue. HEX triplet: AA, 4A and AF. RGB value is (170,74,175). Sum of RGB (Red+Green+Blue) = 170+74+175=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 74 (29.30% from 255 or 17.66% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA4AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4AAF is #55B550. Grayscale: #717171. Windows color (decimal): -5616977 or 11487914. OLE color: 11487914.
HSL color Cylindrical-coordinate representation of color #AA4AAF: hue angle of 297.03º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA4AAF is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 74 | 175 | - |
| CMYK | 0.03 | 0.58 | 0 | 0.31 |
| HSL | 297.03º | 0.41% | 0.49% | - |
| HSV(B) | 297.03º | 0.58% | 0.69% | - |
| XYZ | 26.76 | 16.54 | 42.34 | - |
| YUV | 114.22 | 162.3 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 175 | 0.03 | 0.58 | 0 | 0.31 | 297.03 | 0.41 | 0.49 |
| Hex | AA | 4A | AF | 3 | 3A | 0 | 1F | 129 | 29 | 31 |
| Octal | 252 | 112 | 257 | 3 | 72 | 0 | 37 | 451 | 51 | 61 |
| Binary | 10101010 | 1001010 | 10101111 | 11 | 111010 | 0 | 11111 | 100101001 | 101001 | 110001 |
Color Harmonies of #AA4AAF
Complementary color
Monochromatic Colors of #AA4AAF
Black with #AA4AAF
Text Example
Text Example
White with #AA4AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4AAF; }
p { color: rgb(170,74,175); }
H1.HeaderClassName
{
color: #AA4AAF;
}
.AnyTagClassName
{
color: #AA4AAF;
}
</style>
background-color css
<style>
a { background-color: #AA4AAF; }
a { background-color: rgb(170,74,175); }
div.DivClassName
{
background-color: #AA4AAF;
}
.BgClassName
{
background-color: #AA4AAF;
}
</style>
border-color css
<style>
span { border-color: #AA4AAF; }
span { border-color: rgb(170,74,175); }
td.TdClassName
{
border-color: #AA4AAF;
}
.TagClassName
{
border-color: #AA4AAF;
}
</style>