Shades of Violet Blue #AA3AAB
Tints of Violet Blue #AA3AAB
RGB
CMYK
RGB Variations
Color information
#AA3AAB (or 0xAA3AAB) is known color: Violet Blue. HEX triplet: AA, 3A and AB. RGB value is (170,58,171). Sum of RGB (Red+Green+Blue) = 170+58+171=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 58 (23.05% from 255 or 14.54% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA3AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3AAB is #55C554. Grayscale: #686868. Windows color (decimal): -5621077 or 11221674. OLE color: 11221674.
HSL color Cylindrical-coordinate representation of color #AA3AAB: hue angle of 299.47º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA3AAB is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 58 | 171 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.33 |
| HSL | 299.47º | 0.49% | 0.45% | - |
| HSV(B) | 299.47º | 0.66% | 0.67% | - |
| XYZ | 25.44 | 14.51 | 39.99 | - |
| YUV | 104.37 | 165.61 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 58 | 171 | 0.01 | 0.66 | 0 | 0.33 | 299.47 | 0.49 | 0.45 |
| Hex | AA | 3A | AB | 1 | 42 | 0 | 21 | 12B | 31 | 2D |
| Octal | 252 | 72 | 253 | 1 | 102 | 0 | 41 | 453 | 61 | 55 |
| Binary | 10101010 | 111010 | 10101011 | 1 | 1000010 | 0 | 100001 | 100101011 | 110001 | 101101 |
Color Harmonies of #AA3AAB
Complementary color
Monochromatic Colors of #AA3AAB
Black with #AA3AAB
Text Example
Text Example
White with #AA3AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3AAB; }
p { color: rgb(170,58,171); }
H1.HeaderClassName
{
color: #AA3AAB;
}
.AnyTagClassName
{
color: #AA3AAB;
}
</style>
background-color css
<style>
a { background-color: #AA3AAB; }
a { background-color: rgb(170,58,171); }
div.DivClassName
{
background-color: #AA3AAB;
}
.BgClassName
{
background-color: #AA3AAB;
}
</style>
border-color css
<style>
span { border-color: #AA3AAB; }
span { border-color: rgb(170,58,171); }
td.TdClassName
{
border-color: #AA3AAB;
}
.TagClassName
{
border-color: #AA3AAB;
}
</style>