#AF33AA

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

Shades of Fuchsia #AF33AA

Tints of Fuchsia #AF33AA

Color information

#AF33AA (or 0xAF33AA) is unknown color: approx Fuchsia. HEX triplet: AF, 33 and AA. RGB value is (175,51,170). Sum of RGB (Red+Green+Blue) = 175+51+170=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 51 (20.31% from 255 or 12.88% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF33AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF33AA is #50CC55. Grayscale: #656565. Windows color (decimal): -5295190 or 11154351. OLE color: 11154351.

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

Color convert

RGB17551170-
CMYK00.710.030.31
HSL302.42º54.87%44.31%-
HSV(B)302.42º70.86%68.63%-
XYZ26.1214.3839.43-
YUV101.64166.58180.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.19%
GREEN value IS 51 (20.31% from 255) = 12.88%
BLUE value IS 170 (66.80% from 255) = 42.93%
R=44.19%
G=12.88%
B=42.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755117000.710.030.31302.4254.8744.31
HexAF33AA04731F12e372c
Octal2576325201073374566754
Binary1010111111001110101010010001111111111100101110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF33AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF33AA; }

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

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

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

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

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

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

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

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