#AE50BE

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

Shades of Fuchsia #AE50BE

Tints of Fuchsia #AE50BE

Color information

#AE50BE (or 0xAE50BE) is unknown color: approx Fuchsia. HEX triplet: AE, 50 and BE. RGB value is (174,80,190). Sum of RGB (Red+Green+Blue) = 174+80+190=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 80 (31.64% from 255 or 18.02% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE50BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE50BE is #51AF41. Grayscale: #787878. Windows color (decimal): -5353282 or 12472494. OLE color: 12472494.

HSL color Cylindrical-coordinate representation of color #AE50BE: hue angle of 291.27º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AE50BE is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17480190-
CMYK0.080.5800.25
HSL291.27º45.83%52.94%-
HSV(B)291.27º57.89%74.51%-
XYZ29.6218.4550.72-
YUV120.65167.14166.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.19%
GREEN value IS 80 (31.64% from 255) = 18.02%
BLUE value IS 190 (74.61% from 255) = 42.79%
R=39.19%
G=18.02%
B=42.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174801900.080.5800.25291.2745.8352.94
HexAE50BE83A0191232e35
Octal25612027610720314435665
Binary101011101010000101111101000111010011001100100011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE50BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE50BE; }

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

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

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

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

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

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

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

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