#AE50BB

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

Shades of Fuchsia #AE50BB

Tints of Fuchsia #AE50BB

Color information

#AE50BB (or 0xAE50BB) is unknown color: approx Fuchsia. HEX triplet: AE, 50 and BB. RGB value is (174,80,187). Sum of RGB (Red+Green+Blue) = 174+80+187=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 187 - color contains mainly: blue. Hex color #AE50BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE50BB is #51AF44. Grayscale: #777777. Windows color (decimal): -5353285 or 12275886. OLE color: 12275886.

HSL color Cylindrical-coordinate representation of color #AE50BB: hue angle of 292.71º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE50BB is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17480187-
CMYK0.070.5700.27
HSL292.71º44.03%52.35%-
HSV(B)292.71º57.22%73.33%-
XYZ29.2918.3249.01-
YUV120.3165.64166.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.46%
GREEN value IS 80 (31.64% from 255) = 18.14%
BLUE value IS 187 (73.44% from 255) = 42.40%
R=39.46%
G=18.14%
B=42.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174801870.070.5700.27292.7144.0352.35
HexAE50BB73901B1252c34
Octal2561202737710334455464
Binary10101110101000010111011111111001011011100100101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE50BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE50BB; }

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

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

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

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

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

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

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

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