#af49ad

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

Shades of Fuchsia #AF49AD

Tints of Fuchsia #AF49AD

Color information

#AF49AD (or 0xAF49AD) is unknown color: approx Fuchsia. HEX triplet: AF, 49 and AD. RGB value is (175,73,173). Sum of RGB (Red+Green+Blue) = 175+73+173=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF49AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF49AD is #50B652. Grayscale: #727272. Windows color (decimal): -5289555 or 11356591. OLE color: 11356591.

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

Color convert

RGB17573173-
CMYK00.580.010.31
HSL301.18º41.13%48.63%-
HSV(B)301.18º58.29%68.63%-
XYZ27.616.941.34-
YUV114.9160.79170.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.57%
GREEN value IS 73 (28.91% from 255) = 17.34%
BLUE value IS 173 (67.97% from 255) = 41.09%
R=41.57%
G=17.34%
B=41.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757317300.580.010.31301.1841.1348.63
HexAF49AD03A11F12d2931
Octal2571112550721374555161
Binary101011111001001101011010111010111111100101101101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af49ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af49ad; }

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

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

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

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

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

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

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

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