Shades of Violet Blue #AA44AF
Tints of Violet Blue #AA44AF
RGB
CMYK
RGB Variations
Color information
#AA44AF (or 0xAA44AF) is known color: Violet Blue. HEX triplet: AA, 44 and AF. RGB value is (170,68,175). Sum of RGB (Red+Green+Blue) = 170+68+175=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 68 (26.95% from 255 or 16.46% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA44AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA44AF is #55BB50. Grayscale: #6E6E6E. Windows color (decimal): -5618513 or 11486378. OLE color: 11486378.
HSL color Cylindrical-coordinate representation of color #AA44AF: hue angle of 297.2º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA44AF is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 68 | 175 | - |
| CMYK | 0.03 | 0.61 | 0 | 0.31 |
| HSL | 297.2º | 0.44% | 0.48% | - |
| HSV(B) | 297.2º | 0.61% | 0.69% | - |
| XYZ | 26.38 | 15.78 | 42.21 | - |
| YUV | 110.7 | 164.29 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 175 | 0.03 | 0.61 | 0 | 0.31 | 297.2 | 0.44 | 0.48 |
| Hex | AA | 44 | AF | 3 | 3D | 0 | 1F | 129 | 2C | 30 |
| Octal | 252 | 104 | 257 | 3 | 75 | 0 | 37 | 451 | 54 | 60 |
| Binary | 10101010 | 1000100 | 10101111 | 11 | 111101 | 0 | 11111 | 100101001 | 101100 | 110000 |
Color Harmonies of #AA44AF
Complementary color
Monochromatic Colors of #AA44AF
Black with #AA44AF
Text Example
Text Example
White with #AA44AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA44AF; }
p { color: rgb(170,68,175); }
H1.HeaderClassName
{
color: #AA44AF;
}
.AnyTagClassName
{
color: #AA44AF;
}
</style>
background-color css
<style>
a { background-color: #AA44AF; }
a { background-color: rgb(170,68,175); }
div.DivClassName
{
background-color: #AA44AF;
}
.BgClassName
{
background-color: #AA44AF;
}
</style>
border-color css
<style>
span { border-color: #AA44AF; }
span { border-color: rgb(170,68,175); }
td.TdClassName
{
border-color: #AA44AF;
}
.TagClassName
{
border-color: #AA44AF;
}
</style>