#AA37A5

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

Shades of Violet Blue #AA37A5

Tints of Violet Blue #AA37A5

Color information

#AA37A5 (or 0xAA37A5) is unknown color: approx Violet Blue. HEX triplet: AA, 37 and A5. RGB value is (170,55,165). Sum of RGB (Red+Green+Blue) = 170+55+165=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 55 (21.88% from 255 or 14.10% from 390); Blue value is 165 (64.84% from 255 or 42.31% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA37A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA37A5 is #55C85A. Grayscale: #656565. Windows color (decimal): -5621851 or 10827690. OLE color: 10827690.

HSL color Cylindrical-coordinate representation of color #AA37A5: hue angle of 302.61º 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 #AA37A5 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB17055165-
CMYK00.680.030.33
HSL302.61º51.11%44.12%-
HSV(B)302.61º67.65%66.67%-
XYZ24.741436.99-
YUV101.92163.6176.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.59%
GREEN value IS 55 (21.88% from 255) = 14.10%
BLUE value IS 165 (64.84% from 255) = 42.31%
R=43.59%
G=14.10%
B=42.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705516500.680.030.33302.6151.1144.12
HexAA37A504432112f332c
Octal2526724501043414576354
Binary10101010110111101001010100010011100001100101111110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA37A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA37A5; }

 p { color: rgb(170,55,165); }

 H1.HeaderClassName
 {
   color: #AA37A5;
 }
 .AnyTagClassName
 {
   color: #AA37A5;
 }
</style>
background-color css

<style>
 a { background-color: #AA37A5; }

 a { background-color: rgb(170,55,165); }

 div.DivClassName
 {
   background-color: #AA37A5;
 }
 .BgClassName
 {
   background-color: #AA37A5;
 }
</style>
border-color css

<style>
 span { border-color: #AA37A5; }

 span { border-color: rgb(170,55,165); }

 td.TdClassName
 {
   border-color: #AA37A5;
 }
 .TagClassName
 {
   border-color: #AA37A5;
 }
</style>