#AF51AF

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

Shades of Fuchsia #AF51AF

Tints of Fuchsia #AF51AF

Color information

#AF51AF (or 0xAF51AF) is unknown color: approx Fuchsia. HEX triplet: AF, 51 and AF. RGB value is (175,81,175). Sum of RGB (Red+Green+Blue) = 175+81+175=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF51AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF51AF is #50AE50. Grayscale: #777777. Windows color (decimal): -5287505 or 11489711. OLE color: 11489711.

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

Color convert

RGB17581175-
CMYK00.5400.31
HSL300º37.01%50.2%-
HSV(B)300º53.71%68.63%-
XYZ28.3618.0942.56-
YUV119.82159.14167.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.60%
GREEN value IS 81 (32.03% from 255) = 18.79%
BLUE value IS 175 (68.75% from 255) = 40.60%
R=40.60%
G=18.79%
B=40.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758117500.5400.3130037.0150.2
HexAF51AF03601F12c2532
Octal2571212570660374544562
Binary101011111010001101011110110110011111100101100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF51AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF51AF; }

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

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

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

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

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

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

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

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