Shades of Violet Blue #AA44AB
Tints of Violet Blue #AA44AB
RGB
CMYK
RGB Variations
Color information
#AA44AB (or 0xAA44AB) is known color: Violet Blue. HEX triplet: AA, 44 and AB. RGB value is (170,68,171). Sum of RGB (Red+Green+Blue) = 170+68+171=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 68 (26.95% from 255 or 16.63% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA44AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA44AB is #55BB54. Grayscale: #6D6D6D. Windows color (decimal): -5618517 or 11224234. OLE color: 11224234.
HSL color Cylindrical-coordinate representation of color #AA44AB: hue angle of 299.42º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA44AB is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 68 | 171 | - |
| CMYK | 0.01 | 0.60 | 0 | 0.33 |
| HSL | 299.42º | 0.43% | 0.47% | - |
| HSV(B) | 299.42º | 0.6% | 0.67% | - |
| XYZ | 26 | 15.62 | 40.17 | - |
| YUV | 110.24 | 162.29 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 171 | 0.01 | 0.60 | 0 | 0.33 | 299.42 | 0.43 | 0.47 |
| Hex | AA | 44 | AB | 1 | 3C | 0 | 21 | 12B | 2B | 2F |
| Octal | 252 | 104 | 253 | 1 | 74 | 0 | 41 | 453 | 53 | 57 |
| Binary | 10101010 | 1000100 | 10101011 | 1 | 111100 | 0 | 100001 | 100101011 | 101011 | 101111 |
Color Harmonies of #AA44AB
Complementary color
Monochromatic Colors of #AA44AB
Black with #AA44AB
Text Example
Text Example
White with #AA44AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA44AB; }
p { color: rgb(170,68,171); }
H1.HeaderClassName
{
color: #AA44AB;
}
.AnyTagClassName
{
color: #AA44AB;
}
</style>
background-color css
<style>
a { background-color: #AA44AB; }
a { background-color: rgb(170,68,171); }
div.DivClassName
{
background-color: #AA44AB;
}
.BgClassName
{
background-color: #AA44AB;
}
</style>
border-color css
<style>
span { border-color: #AA44AB; }
span { border-color: rgb(170,68,171); }
td.TdClassName
{
border-color: #AA44AB;
}
.TagClassName
{
border-color: #AA44AB;
}
</style>