#AE47BA

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

Shades of Fuchsia #AE47BA

Tints of Fuchsia #AE47BA

Color information

#AE47BA (or 0xAE47BA) is unknown color: approx Fuchsia. HEX triplet: AE, 47 and BA. RGB value is (174,71,186). Sum of RGB (Red+Green+Blue) = 174+71+186=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 71 (28.12% from 255 or 16.47% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE47BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE47BA is #51B845. Grayscale: #727272. Windows color (decimal): -5355590 or 12208046. OLE color: 12208046.

HSL color Cylindrical-coordinate representation of color #AE47BA: hue angle of 293.74º 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 #AE47BA is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17471186-
CMYK0.060.6200.27
HSL293.74º45.45%50.39%-
HSV(B)293.74º61.83%72.94%-
XYZ28.5717.0548.24-
YUV114.91168.12170.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.37%
GREEN value IS 71 (28.12% from 255) = 16.47%
BLUE value IS 186 (73.05% from 255) = 43.16%
R=40.37%
G=16.47%
B=43.16%

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
Decimal174711860.060.6200.27293.7445.4550.39
HexAE47BA63E01B1262d32
Octal2561072726760334465562
Binary10101110100011110111010110111110011011100100110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE47BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE47BA; }

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

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

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

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

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

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

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

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