Shades of Violet Blue #AA37A4
Tints of Violet Blue #AA37A4
RGB
CMYK
RGB Variations
Color information
#AA37A4 (or 0xAA37A4) is known color: Violet Blue. HEX triplet: AA, 37 and A4. RGB value is (170,55,164). Sum of RGB (Red+Green+Blue) = 170+55+164=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 55 (21.88% from 255 or 14.14% from 389); Blue value is 164 (64.45% from 255 or 42.16% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA37A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA37A4 is #55C85B. Grayscale: #656565. Windows color (decimal): -5621852 or 10762154. OLE color: 10762154.
HSL color Cylindrical-coordinate representation of color #AA37A4: hue angle of 303.13º 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 #AA37A4 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 55 | 164 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.33 |
| HSL | 303.13º | 0.51% | 0.44% | - |
| HSV(B) | 303.13º | 0.68% | 0.67% | - |
| XYZ | 24.64 | 13.96 | 36.52 | - |
| YUV | 101.81 | 163.1 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 55 | 164 | 0 | 0.68 | 0.04 | 0.33 | 303.13 | 0.51 | 0.44 |
| Hex | AA | 37 | A4 | 0 | 44 | 4 | 21 | 12F | 33 | 2C |
| Octal | 252 | 67 | 244 | 0 | 104 | 4 | 41 | 457 | 63 | 54 |
| Binary | 10101010 | 110111 | 10100100 | 0 | 1000100 | 100 | 100001 | 100101111 | 110011 | 101100 |
Color Harmonies of #AA37A4
Complementary color
Monochromatic Colors of #AA37A4
Black with #AA37A4
Text Example
Text Example
White with #AA37A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA37A4; }
p { color: rgb(170,55,164); }
H1.HeaderClassName
{
color: #AA37A4;
}
.AnyTagClassName
{
color: #AA37A4;
}
</style>
background-color css
<style>
a { background-color: #AA37A4; }
a { background-color: rgb(170,55,164); }
div.DivClassName
{
background-color: #AA37A4;
}
.BgClassName
{
background-color: #AA37A4;
}
</style>
border-color css
<style>
span { border-color: #AA37A4; }
span { border-color: rgb(170,55,164); }
td.TdClassName
{
border-color: #AA37A4;
}
.TagClassName
{
border-color: #AA37A4;
}
</style>