#AA33AA

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

Shades of Fuchsia #AA33AA

Tints of Fuchsia #AA33AA

Color information

#AA33AA (or 0xAA33AA) is unknown color: approx Fuchsia. HEX triplet: AA, 33 and AA. RGB value is (170,51,170). Sum of RGB (Red+Green+Blue) = 170+51+170=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 51 (20.31% from 255 or 13.04% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA33AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA33AA is #55CC55. Grayscale: #636363. Windows color (decimal): -5622870 or 11154346. OLE color: 11154346.

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

Color convert

RGB17051170-
CMYK00.700.33
HSL300º53.85%43.33%-
HSV(B)300º70%66.67%-
XYZ25.0213.8239.38-
YUV100.15167.42177.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.48%
GREEN value IS 51 (20.31% from 255) = 13.04%
BLUE value IS 170 (66.80% from 255) = 43.48%
R=43.48%
G=13.04%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705117000.700.3330053.8543.33
HexAA33AA04602112c362b
Octal2526325201060414546653
Binary1010101011001110101010010001100100001100101100110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA33AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA33AA; }

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

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

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

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

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

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

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

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