Shades of Violet Blue #AA31A8
Tints of Violet Blue #AA31A8
RGB
CMYK
RGB Variations
Color information
#AA31A8 (or 0xAA31A8) is known color: Violet Blue. HEX triplet: AA, 31 and A8. RGB value is (170,49,168). Sum of RGB (Red+Green+Blue) = 170+49+168=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 49 (19.53% from 255 or 12.66% from 387); Blue value is 168 (66.02% from 255 or 43.41% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA31A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA31A8 is #55CE57. Grayscale: #626262. Windows color (decimal): -5623384 or 11022762. OLE color: 11022762.
HSL color Cylindrical-coordinate representation of color #AA31A8: hue angle of 300.99º 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 #AA31A8 is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 49 | 168 | - |
| CMYK | 0 | 0.71 | 0.01 | 0.33 |
| HSL | 300.99º | 0.55% | 0.43% | - |
| HSV(B) | 300.99º | 0.71% | 0.67% | - |
| XYZ | 24.74 | 13.57 | 38.36 | - |
| YUV | 98.75 | 167.09 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 168 | 0 | 0.71 | 0.01 | 0.33 | 300.99 | 0.55 | 0.43 |
| Hex | AA | 31 | A8 | 0 | 47 | 1 | 21 | 12D | 37 | 2B |
| Octal | 252 | 61 | 250 | 0 | 107 | 1 | 41 | 455 | 67 | 53 |
| Binary | 10101010 | 110001 | 10101000 | 0 | 1000111 | 1 | 100001 | 100101101 | 110111 | 101011 |
Color Harmonies of #AA31A8
Complementary color
Monochromatic Colors of #AA31A8
Black with #AA31A8
Text Example
Text Example
White with #AA31A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA31A8; }
p { color: rgb(170,49,168); }
H1.HeaderClassName
{
color: #AA31A8;
}
.AnyTagClassName
{
color: #AA31A8;
}
</style>
background-color css
<style>
a { background-color: #AA31A8; }
a { background-color: rgb(170,49,168); }
div.DivClassName
{
background-color: #AA31A8;
}
.BgClassName
{
background-color: #AA31A8;
}
</style>
border-color css
<style>
span { border-color: #AA31A8; }
span { border-color: rgb(170,49,168); }
td.TdClassName
{
border-color: #AA31A8;
}
.TagClassName
{
border-color: #AA31A8;
}
</style>