#AF47BA

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

Shades of Fuchsia #AF47BA

Tints of Fuchsia #AF47BA

Color information

#AF47BA (or 0xAF47BA) is unknown color: approx Fuchsia. HEX triplet: AF, 47 and BA. RGB value is (175,71,186). Sum of RGB (Red+Green+Blue) = 175+71+186=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 71 (28.12% from 255 or 16.44% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF47BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF47BA is #50B845. Grayscale: #727272. Windows color (decimal): -5290054 or 12208047. OLE color: 12208047.

HSL color Cylindrical-coordinate representation of color #AF47BA: hue angle of 294.26º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF47BA is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17571186-
CMYK0.060.6200.27
HSL294.26º45.45%50.39%-
HSV(B)294.26º61.83%72.94%-
XYZ28.817.1748.25-
YUV115.21167.96170.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.51%
GREEN value IS 71 (28.12% from 255) = 16.44%
BLUE value IS 186 (73.05% from 255) = 43.06%
R=40.51%
G=16.44%
B=43.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175711860.060.6200.27294.2645.4550.39
HexAF47BA63E01B1262d32
Octal2571072726760334465562
Binary10101111100011110111010110111110011011100100110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF47BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF47BA; }

 p { color: rgb(175,71,186); }

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

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

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

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

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

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

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