#AA37A4

Color #AA37A4 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #AA37A4

Tints of Violet Blue #AA37A4

Color information

#AA37A4 (or 0xAA37A4) is unknown color: approx 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

RGB17055164-
CMYK00.680.040.33
HSL303.13º51.11%44.12%-
HSV(B)303.13º67.65%66.67%-
XYZ24.6413.9636.52-
YUV101.81163.1176.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 43.70%
GREEN value IS 55 (21.88% from 255) = 14.14%
BLUE value IS 164 (64.45% from 255) = 42.16%
R=43.70%
G=14.14%
B=42.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705516400.680.040.33303.1351.1144.12
HexAA37A404442112f332c
Octal2526724401044414576354
Binary101010101101111010010001000100100100001100101111110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA37A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>