#AA37AA

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

Shades of Violet Blue #AA37AA

Tints of Violet Blue #AA37AA

Color information

#AA37AA (or 0xAA37AA) is unknown color: approx Violet Blue. HEX triplet: AA, 37 and AA. RGB value is (170,55,170). Sum of RGB (Red+Green+Blue) = 170+55+170=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 55 (21.88% from 255 or 13.92% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA37AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA37AA is #55C855. Grayscale: #666666. Windows color (decimal): -5621846 or 11155370. OLE color: 11155370.

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

Color convert

RGB17055170-
CMYK00.6800.33
HSL300º51.11%44.12%-
HSV(B)300º67.65%66.67%-
XYZ25.214.1839.44-
YUV102.49166.1176.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.04%
GREEN value IS 55 (21.88% from 255) = 13.92%
BLUE value IS 170 (66.80% from 255) = 43.04%
R=43.04%
G=13.92%
B=43.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705517000.6800.3330051.1144.12
HexAA37AA04402112c332c
Octal2526725201040414546354
Binary1010101011011110101010010001000100001100101100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA37AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA37AA; }

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

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

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

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

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

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

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

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