#AF35AE

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

Shades of Fuchsia #AF35AE

Tints of Fuchsia #AF35AE

Color information

#AF35AE (or 0xAF35AE) is unknown color: approx Fuchsia. HEX triplet: AF, 35 and AE. RGB value is (175,53,174). Sum of RGB (Red+Green+Blue) = 175+53+174=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 53 (21.09% from 255 or 13.18% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF35AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF35AE is #50CA51. Grayscale: #666666. Windows color (decimal): -5294674 or 11417007. OLE color: 11417007.

HSL color Cylindrical-coordinate representation of color #AF35AE: hue angle of 300.49º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF35AE is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB17553174-
CMYK00.700.010.31
HSL300.49º53.51%44.71%-
HSV(B)300.49º69.71%68.63%-
XYZ26.5914.7241.48-
YUV103.27167.92179.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.53%
GREEN value IS 53 (21.09% from 255) = 13.18%
BLUE value IS 174 (68.36% from 255) = 43.28%
R=43.53%
G=13.18%
B=43.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755317400.700.010.31300.4953.5144.71
HexAF35AE04611F12c362d
Octal2576525601061374546655
Binary101011111101011010111001000110111111100101100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF35AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF35AE; }

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

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

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

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

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

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

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

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