Shades of Violet Blue #AA31A6
Tints of Violet Blue #AA31A6
RGB
CMYK
RGB Variations
Color information
#AA31A6 (or 0xAA31A6) is known color: Violet Blue. HEX triplet: AA, 31 and A6. RGB value is (170,49,166). Sum of RGB (Red+Green+Blue) = 170+49+166=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 49 (19.53% from 255 or 12.73% from 385); Blue value is 166 (65.23% from 255 or 43.12% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA31A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA31A6 is #55CE59. Grayscale: #626262. Windows color (decimal): -5623386 or 10891690. OLE color: 10891690.
HSL color Cylindrical-coordinate representation of color #AA31A6: hue angle of 301.98º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA31A6 is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 49 | 166 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.33 |
| HSL | 301.98º | 0.55% | 0.43% | - |
| HSV(B) | 301.98º | 0.71% | 0.67% | - |
| XYZ | 24.56 | 13.5 | 37.39 | - |
| YUV | 98.52 | 166.09 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 166 | 0 | 0.71 | 0.02 | 0.33 | 301.98 | 0.55 | 0.43 |
| Hex | AA | 31 | A6 | 0 | 47 | 2 | 21 | 12E | 37 | 2B |
| Octal | 252 | 61 | 246 | 0 | 107 | 2 | 41 | 456 | 67 | 53 |
| Binary | 10101010 | 110001 | 10100110 | 0 | 1000111 | 10 | 100001 | 100101110 | 110111 | 101011 |
Color Harmonies of #AA31A6
Complementary color
Monochromatic Colors of #AA31A6
Black with #AA31A6
Text Example
Text Example
White with #AA31A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA31A6; }
p { color: rgb(170,49,166); }
H1.HeaderClassName
{
color: #AA31A6;
}
.AnyTagClassName
{
color: #AA31A6;
}
</style>
background-color css
<style>
a { background-color: #AA31A6; }
a { background-color: rgb(170,49,166); }
div.DivClassName
{
background-color: #AA31A6;
}
.BgClassName
{
background-color: #AA31A6;
}
</style>
border-color css
<style>
span { border-color: #AA31A6; }
span { border-color: rgb(170,49,166); }
td.TdClassName
{
border-color: #AA31A6;
}
.TagClassName
{
border-color: #AA31A6;
}
</style>