#AA39AF

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

Shades of Fuchsia #AA39AF

Tints of Fuchsia #AA39AF

Color information

#AA39AF (or 0xAA39AF) is unknown color: approx Fuchsia. HEX triplet: AA, 39 and AF. RGB value is (170,57,175). Sum of RGB (Red+Green+Blue) = 170+57+175=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 57 (22.66% from 255 or 14.18% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA39AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA39AF is #55C650. Grayscale: #676767. Windows color (decimal): -5621329 or 11483562. OLE color: 11483562.

HSL color Cylindrical-coordinate representation of color #AA39AF: hue angle of 297.46º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA39AF is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17057175-
CMYK0.030.6700.31
HSL297.46º50.86%45.49%-
HSV(B)297.46º67.43%68.63%-
XYZ25.7814.5742.01-
YUV104.24167.94174.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.29%
GREEN value IS 57 (22.66% from 255) = 14.18%
BLUE value IS 175 (68.75% from 255) = 43.53%
R=42.29%
G=14.18%
B=43.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170571750.030.6700.31297.4650.8645.49
HexAA39AF34301F129332d
Octal2527125731030374516355
Binary1010101011100110101111111000011011111100101001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA39AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA39AF; }

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

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

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

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

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

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

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

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