#AF49C0

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

Shades of Fuchsia #AF49C0

Tints of Fuchsia #AF49C0

Color information

#AF49C0 (or 0xAF49C0) is unknown color: approx Fuchsia. HEX triplet: AF, 49 and C0. RGB value is (175,73,192). Sum of RGB (Red+Green+Blue) = 175+73+192=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 192 (75.39% from 255 or 43.64% from 440); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF49C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF49C0 is #50B63F. Grayscale: #747474. Windows color (decimal): -5289536 or 12601775. OLE color: 12601775.

HSL color Cylindrical-coordinate representation of color #AF49C0: hue angle of 291.43º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF49C0 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17573192-
CMYK0.090.6200.25
HSL291.43º48.57%51.96%-
HSV(B)291.43º61.98%75.29%-
XYZ29.5817.6851.72-
YUV117.06170.29169.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.77%
GREEN value IS 73 (28.91% from 255) = 16.59%
BLUE value IS 192 (75.39% from 255) = 43.64%
R=39.77%
G=16.59%
B=43.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175731920.090.6200.25291.4348.5751.96
HexAF49C093E0191233134
Octal25711130011760314436164
Binary101011111001001110000001001111110011001100100011110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF49C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF49C0; }

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

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

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

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

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

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

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

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