#AF33AF

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

Shades of Fuchsia #AF33AF

Tints of Fuchsia #AF33AF

Color information

#AF33AF (or 0xAF33AF) is unknown color: approx Fuchsia. HEX triplet: AF, 33 and AF. RGB value is (175,51,175). Sum of RGB (Red+Green+Blue) = 175+51+175=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 51 (20.31% from 255 or 12.72% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF33AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF33AF is #50CC50. Grayscale: #656565. Windows color (decimal): -5295185 or 11482031. OLE color: 11482031.

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

Color convert

RGB17551175-
CMYK00.7100.31
HSL300º54.87%44.31%-
HSV(B)300º70.86%68.63%-
XYZ26.614.5841.97-
YUV102.21169.08179.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.64%
GREEN value IS 51 (20.31% from 255) = 12.72%
BLUE value IS 175 (68.75% from 255) = 43.64%
R=43.64%
G=12.72%
B=43.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755117500.7100.3130054.8744.31
HexAF33AF04701F12c372c
Octal2576325701070374546754
Binary101011111100111010111101000111011111100101100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF33AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF33AF; }

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

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

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

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

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

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

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

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