#AE5BB4

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

Shades of Fuchsia #AE5BB4

Tints of Fuchsia #AE5BB4

Color information

#AE5BB4 (or 0xAE5BB4) is unknown color: approx Fuchsia. HEX triplet: AE, 5B and B4. RGB value is (174,91,180). Sum of RGB (Red+Green+Blue) = 174+91+180=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 91 (35.94% from 255 or 20.45% from 445); Blue value is 180 (70.70% from 255 or 40.45% from 445); Max value from RGB is 180 - color contains mainly: blue. Hex color #AE5BB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5BB4 is #51A44B. Grayscale: #7D7D7D. Windows color (decimal): -5350476 or 11819950. OLE color: 11819950.

HSL color Cylindrical-coordinate representation of color #AE5BB4: hue angle of 295.96º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AE5BB4 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17491180-
CMYK0.030.4900.29
HSL295.96º37.24%53.14%-
HSV(B)295.96º49.44%70.59%-
XYZ29.4319.7845.45-
YUV125.96158.5162.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.10%
GREEN value IS 91 (35.94% from 255) = 20.45%
BLUE value IS 180 (70.70% from 255) = 40.45%
R=39.10%
G=20.45%
B=40.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174911800.030.4900.29295.9637.2453.14
HexAE5BB433101D1282535
Octal2561332643610354504565
Binary1010111010110111011010011110001011101100101000100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5BB4; }

 p { color: rgb(174,91,180); }

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

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

 a { background-color: rgb(174,91,180); }

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

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

 span { border-color: rgb(174,91,180); }

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