#AE50B7

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

Shades of Fuchsia #AE50B7

Tints of Fuchsia #AE50B7

Color information

#AE50B7 (or 0xAE50B7) is unknown color: approx Fuchsia. HEX triplet: AE, 50 and B7. RGB value is (174,80,183). Sum of RGB (Red+Green+Blue) = 174+80+183=437 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.82% from 437); Green value is 80 (31.64% from 255 or 18.31% from 437); Blue value is 183 (71.88% from 255 or 41.88% from 437); Max value from RGB is 183 - color contains mainly: blue. Hex color #AE50B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE50B7 is #51AF48. Grayscale: #777777. Windows color (decimal): -5353289 or 12013742. OLE color: 12013742.

HSL color Cylindrical-coordinate representation of color #AE50B7: hue angle of 294.76º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AE50B7 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17480183-
CMYK0.050.5600.28
HSL294.76º41.7%51.57%-
HSV(B)294.76º56.28%71.76%-
XYZ28.8718.1546.78-
YUV119.85163.64166.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.82%
GREEN value IS 80 (31.64% from 255) = 18.31%
BLUE value IS 183 (71.88% from 255) = 41.88%
R=39.82%
G=18.31%
B=41.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal174801830.050.5600.28294.7641.751.57
HexAE50B753801C1272a34
Octal2561202675700344475264
Binary10101110101000010110111101111000011100100100111101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE50B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE50B7; }

 p { color: rgb(174,80,183); }

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

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

 a { background-color: rgb(174,80,183); }

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

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

 span { border-color: rgb(174,80,183); }

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