Shades of Violet Blue #AA37A1
Tints of Violet Blue #AA37A1
RGB
CMYK
RGB Variations
Color information
#AA37A1 (or 0xAA37A1) is known color: Violet Blue. HEX triplet: AA, 37 and A1. RGB value is (170,55,161). Sum of RGB (Red+Green+Blue) = 170+55+161=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 55 (21.88% from 255 or 14.25% from 386); Blue value is 161 (63.28% from 255 or 41.71% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA37A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA37A1 is #55C85E. Grayscale: #656565. Windows color (decimal): -5621855 or 10565546. OLE color: 10565546.
HSL color Cylindrical-coordinate representation of color #AA37A1: hue angle of 304.7º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA37A1 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 55 | 161 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.33 |
| HSL | 304.7º | 0.51% | 0.44% | - |
| HSV(B) | 304.7º | 0.68% | 0.67% | - |
| XYZ | 24.38 | 13.85 | 35.11 | - |
| YUV | 101.47 | 161.6 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 55 | 161 | 0 | 0.68 | 0.05 | 0.33 | 304.7 | 0.51 | 0.44 |
| Hex | AA | 37 | A1 | 0 | 44 | 5 | 21 | 131 | 33 | 2C |
| Octal | 252 | 67 | 241 | 0 | 104 | 5 | 41 | 461 | 63 | 54 |
| Binary | 10101010 | 110111 | 10100001 | 0 | 1000100 | 101 | 100001 | 100110001 | 110011 | 101100 |
Color Harmonies of #AA37A1
Complementary color
Monochromatic Colors of #AA37A1
Black with #AA37A1
Text Example
Text Example
White with #AA37A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA37A1; }
p { color: rgb(170,55,161); }
H1.HeaderClassName
{
color: #AA37A1;
}
.AnyTagClassName
{
color: #AA37A1;
}
</style>
background-color css
<style>
a { background-color: #AA37A1; }
a { background-color: rgb(170,55,161); }
div.DivClassName
{
background-color: #AA37A1;
}
.BgClassName
{
background-color: #AA37A1;
}
</style>
border-color css
<style>
span { border-color: #AA37A1; }
span { border-color: rgb(170,55,161); }
td.TdClassName
{
border-color: #AA37A1;
}
.TagClassName
{
border-color: #AA37A1;
}
</style>