Shades of Violet Blue #AA37A8
Tints of Violet Blue #AA37A8
RGB
CMYK
RGB Variations
Color information
#AA37A8 (or 0xAA37A8) is known color: Violet Blue. HEX triplet: AA, 37 and A8. RGB value is (170,55,168). Sum of RGB (Red+Green+Blue) = 170+55+168=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 168 (66.02% from 255 or 42.75% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA37A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA37A8 is #55C857. Grayscale: #656565. Windows color (decimal): -5621848 or 11024298. OLE color: 11024298.
HSL color Cylindrical-coordinate representation of color #AA37A8: hue angle of 301.04º 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 #AA37A8 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 55 | 168 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.33 |
| HSL | 301.04º | 0.51% | 0.44% | - |
| HSV(B) | 301.04º | 0.68% | 0.67% | - |
| XYZ | 25.01 | 14.11 | 38.45 | - |
| YUV | 102.27 | 165.1 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 55 | 168 | 0 | 0.68 | 0.01 | 0.33 | 301.04 | 0.51 | 0.44 |
| Hex | AA | 37 | A8 | 0 | 44 | 1 | 21 | 12D | 33 | 2C |
| Octal | 252 | 67 | 250 | 0 | 104 | 1 | 41 | 455 | 63 | 54 |
| Binary | 10101010 | 110111 | 10101000 | 0 | 1000100 | 1 | 100001 | 100101101 | 110011 | 101100 |
Color Harmonies of #AA37A8
Complementary color
Monochromatic Colors of #AA37A8
Black with #AA37A8
Text Example
Text Example
White with #AA37A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA37A8; }
p { color: rgb(170,55,168); }
H1.HeaderClassName
{
color: #AA37A8;
}
.AnyTagClassName
{
color: #AA37A8;
}
</style>
background-color css
<style>
a { background-color: #AA37A8; }
a { background-color: rgb(170,55,168); }
div.DivClassName
{
background-color: #AA37A8;
}
.BgClassName
{
background-color: #AA37A8;
}
</style>
border-color css
<style>
span { border-color: #AA37A8; }
span { border-color: rgb(170,55,168); }
td.TdClassName
{
border-color: #AA37A8;
}
.TagClassName
{
border-color: #AA37A8;
}
</style>