#AE47BD

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

Shades of Fuchsia #AE47BD

Tints of Fuchsia #AE47BD

Color information

#AE47BD (or 0xAE47BD) is unknown color: approx Fuchsia. HEX triplet: AE, 47 and BD. RGB value is (174,71,189). Sum of RGB (Red+Green+Blue) = 174+71+189=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 71 (28.12% from 255 or 16.36% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE47BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE47BD is #51B842. Grayscale: #727272. Windows color (decimal): -5355587 or 12404654. OLE color: 12404654.

HSL color Cylindrical-coordinate representation of color #AE47BD: hue angle of 292.37º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AE47BD is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17471189-
CMYK0.080.6200.26
HSL292.37º47.2%50.98%-
HSV(B)292.37º62.43%74.12%-
XYZ28.8917.1849.94-
YUV115.25169.62169.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.09%
GREEN value IS 71 (28.12% from 255) = 16.36%
BLUE value IS 189 (74.22% from 255) = 43.55%
R=40.09%
G=16.36%
B=43.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal174711890.080.6200.26292.3747.250.98
HexAE47BD83E01A1242f33
Octal25610727510760324445763
Binary101011101000111101111011000111110011010100100100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE47BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE47BD; }

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

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

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

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

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

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

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

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