#AF33AE

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

Shades of Fuchsia #AF33AE

Tints of Fuchsia #AF33AE

Color information

#AF33AE (or 0xAF33AE) is unknown color: approx Fuchsia. HEX triplet: AF, 33 and AE. RGB value is (175,51,174). Sum of RGB (Red+Green+Blue) = 175+51+174=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 51 (20.31% from 255 or 12.75% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF33AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF33AE is #50CC51. Grayscale: #656565. Windows color (decimal): -5295186 or 11416495. OLE color: 11416495.

HSL color Cylindrical-coordinate representation of color #AF33AE: hue angle of 300.48º 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 #AF33AE is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB17551174-
CMYK00.710.010.31
HSL300.48º54.87%44.31%-
HSV(B)300.48º70.86%68.63%-
XYZ26.514.5441.45-
YUV102.1168.58180-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.75%
GREEN value IS 51 (20.31% from 255) = 12.75%
BLUE value IS 174 (68.36% from 255) = 43.5%
R=43.75%
G=12.75%
B=43.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755117400.710.010.31300.4854.8744.31
HexAF33AE04711F12c372c
Octal2576325601071374546754
Binary101011111100111010111001000111111111100101100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF33AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF33AE; }

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

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

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

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

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

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

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

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