#AA39AC

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

Shades of Fuchsia #AA39AC

Tints of Fuchsia #AA39AC

Color information

#AA39AC (or 0xAA39AC) is unknown color: approx Fuchsia. HEX triplet: AA, 39 and AC. RGB value is (170,57,172). Sum of RGB (Red+Green+Blue) = 170+57+172=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 57 (22.66% from 255 or 14.29% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA39AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA39AC is #55C653. Grayscale: #676767. Windows color (decimal): -5621332 or 11286954. OLE color: 11286954.

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

Color convert

RGB17057172-
CMYK0.010.6700.33
HSL298.96º50.22%44.9%-
HSV(B)298.96º66.86%67.45%-
XYZ25.4914.4540.48-
YUV103.9166.44175.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.61%
GREEN value IS 57 (22.66% from 255) = 14.29%
BLUE value IS 172 (67.58% from 255) = 43.11%
R=42.61%
G=14.29%
B=43.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170571720.010.6700.33298.9650.2244.9
HexAA39AC14302112b322d
Octal2527125411030414536255
Binary1010101011100110101100110000110100001100101011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA39AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA39AC; }

 p { color: rgb(170,57,172); }

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

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

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

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

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

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

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