Shades of Violet Blue #AA37A2
Tints of Violet Blue #AA37A2
RGB
CMYK
RGB Variations
Color information
#AA37A2 (or 0xAA37A2) is known color: Violet Blue. HEX triplet: AA, 37 and A2. RGB value is (170,55,162). Sum of RGB (Red+Green+Blue) = 170+55+162=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 55 (21.88% from 255 or 14.21% from 387); Blue value is 162 (63.67% from 255 or 41.86% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA37A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA37A2 is #55C85D. Grayscale: #656565. Windows color (decimal): -5621854 or 10631082. OLE color: 10631082.
HSL color Cylindrical-coordinate representation of color #AA37A2: hue angle of 304.17º 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 #AA37A2 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 55 | 162 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.33 |
| HSL | 304.17º | 0.51% | 0.44% | - |
| HSV(B) | 304.17º | 0.68% | 0.67% | - |
| XYZ | 24.47 | 13.89 | 35.57 | - |
| YUV | 101.58 | 162.1 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 55 | 162 | 0 | 0.68 | 0.05 | 0.33 | 304.17 | 0.51 | 0.44 |
| Hex | AA | 37 | A2 | 0 | 44 | 5 | 21 | 130 | 33 | 2C |
| Octal | 252 | 67 | 242 | 0 | 104 | 5 | 41 | 460 | 63 | 54 |
| Binary | 10101010 | 110111 | 10100010 | 0 | 1000100 | 101 | 100001 | 100110000 | 110011 | 101100 |
Color Harmonies of #AA37A2
Complementary color
Monochromatic Colors of #AA37A2
Black with #AA37A2
Text Example
Text Example
White with #AA37A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA37A2; }
p { color: rgb(170,55,162); }
H1.HeaderClassName
{
color: #AA37A2;
}
.AnyTagClassName
{
color: #AA37A2;
}
</style>
background-color css
<style>
a { background-color: #AA37A2; }
a { background-color: rgb(170,55,162); }
div.DivClassName
{
background-color: #AA37A2;
}
.BgClassName
{
background-color: #AA37A2;
}
</style>
border-color css
<style>
span { border-color: #AA37A2; }
span { border-color: rgb(170,55,162); }
td.TdClassName
{
border-color: #AA37A2;
}
.TagClassName
{
border-color: #AA37A2;
}
</style>