#AF49AF

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

Shades of Fuchsia #AF49AF

Tints of Fuchsia #AF49AF

Color information

#AF49AF (or 0xAF49AF) is unknown color: approx Fuchsia. HEX triplet: AF, 49 and AF. RGB value is (175,73,175). Sum of RGB (Red+Green+Blue) = 175+73+175=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF49AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF49AF is #50B650. Grayscale: #727272. Windows color (decimal): -5289553 or 11487663. OLE color: 11487663.

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

Color convert

RGB17573175-
CMYK00.5800.31
HSL300º41.13%48.63%-
HSV(B)300º58.29%68.63%-
XYZ27.816.9742.37-
YUV115.13161.79170.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.37%
GREEN value IS 73 (28.91% from 255) = 17.26%
BLUE value IS 175 (68.75% from 255) = 41.37%
R=41.37%
G=17.26%
B=41.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757317500.5800.3130041.1348.63
HexAF49AF03A01F12c2931
Octal2571112570720374545161
Binary101011111001001101011110111010011111100101100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF49AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF49AF; }

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

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

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

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

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

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

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

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