#AA37A1

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

Shades of Violet Blue #AA37A1

Tints of Violet Blue #AA37A1

Color information

#AA37A1 (or 0xAA37A1) is unknown color: approx Violet Blue. HEX triplet: AA, 37 and A1. RGB value is (170,55,161). Sum of RGB (Red+Green+Blue) = 170+55+161=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 55 (21.88% from 255 or 14.25% from 386); Blue value is 161 (63.28% from 255 or 41.71% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA37A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA37A1 is #55C85E. Grayscale: #656565. Windows color (decimal): -5621855 or 10565546. OLE color: 10565546.

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

Color convert

RGB17055161-
CMYK00.680.050.33
HSL304.7º51.11%44.12%-
HSV(B)304.7º67.65%66.67%-
XYZ24.3813.8535.11-
YUV101.47161.6176.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.04%
GREEN value IS 55 (21.88% from 255) = 14.25%
BLUE value IS 161 (63.28% from 255) = 41.71%
R=44.04%
G=14.25%
B=41.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705516100.680.050.33304.751.1144.12
HexAA37A1044521131332c
Octal2526724101045414616354
Binary101010101101111010000101000100101100001100110001110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA37A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA37A1; }

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

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

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

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

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

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

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

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