#AF35A9

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

Shades of Fuchsia #AF35A9

Tints of Fuchsia #AF35A9

Color information

#AF35A9 (or 0xAF35A9) is unknown color: approx Fuchsia. HEX triplet: AF, 35 and A9. RGB value is (175,53,169). Sum of RGB (Red+Green+Blue) = 175+53+169=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 53 (21.09% from 255 or 13.35% from 397); Blue value is 169 (66.41% from 255 or 42.57% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF35A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF35A9 is #50CA56. Grayscale: #666666. Windows color (decimal): -5294679 or 11089327. OLE color: 11089327.

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

Color convert

RGB17553169-
CMYK00.700.030.31
HSL302.95º53.51%44.71%-
HSV(B)302.95º69.71%68.63%-
XYZ26.1114.5238.96-
YUV102.7165.42179.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.08%
GREEN value IS 53 (21.09% from 255) = 13.35%
BLUE value IS 169 (66.41% from 255) = 42.57%
R=44.08%
G=13.35%
B=42.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755316900.700.030.31302.9553.5144.71
HexAF35A904631F12f362d
Octal2576525101063374576655
Binary1010111111010110101001010001101111111100101111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF35A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF35A9; }

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

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

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

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

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

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

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

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