#AA32AA

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

Shades of Fuchsia #AA32AA

Tints of Fuchsia #AA32AA

Color information

#AA32AA (or 0xAA32AA) is unknown color: approx Fuchsia. HEX triplet: AA, 32 and AA. RGB value is (170,50,170). Sum of RGB (Red+Green+Blue) = 170+50+170=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 50 (19.92% from 255 or 12.82% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA32AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA32AA is #55CD55. Grayscale: #636363. Windows color (decimal): -5623126 or 11154090. OLE color: 11154090.

HSL color Cylindrical-coordinate representation of color #AA32AA: hue angle of 300º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA32AA is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17050170-
CMYK00.7100.33
HSL300º54.55%43.14%-
HSV(B)300º70.59%66.67%-
XYZ24.9713.7339.36-
YUV99.56167.76178.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.59%
GREEN value IS 50 (19.92% from 255) = 12.82%
BLUE value IS 170 (66.80% from 255) = 43.59%
R=43.59%
G=12.82%
B=43.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705017000.7100.3330054.5543.14
HexAA32AA04702112c372b
Octal2526225201070414546753
Binary1010101011001010101010010001110100001100101100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA32AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA32AA; }

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

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

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

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

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

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

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

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