#AE5EBB

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

Shades of Fuchsia #AE5EBB

Tints of Fuchsia #AE5EBB

Color information

#AE5EBB (or 0xAE5EBB) is unknown color: approx Fuchsia. HEX triplet: AE, 5E and BB. RGB value is (174,94,187). Sum of RGB (Red+Green+Blue) = 174+94+187=455 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.24% from 455); Green value is 94 (37.11% from 255 or 20.66% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 187 - color contains mainly: blue. Hex color #AE5EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5EBB is #51A144. Grayscale: #808080. Windows color (decimal): -5349701 or 12279470. OLE color: 12279470.

HSL color Cylindrical-coordinate representation of color #AE5EBB: hue angle of 291.61º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AE5EBB is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17494187-
CMYK0.070.5000.27
HSL291.61º40.61%55.1%-
HSV(B)291.61º49.73%73.33%-
XYZ30.4320.5949.38-
YUV128.52161160.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.24%
GREEN value IS 94 (37.11% from 255) = 20.66%
BLUE value IS 187 (73.44% from 255) = 41.10%
R=38.24%
G=20.66%
B=41.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174941870.070.5000.27291.6140.6155.1
HexAE5EBB73201B1242937
Octal2561362737620334445167
Binary10101110101111010111011111110010011011100100100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5EBB; }

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

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

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

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

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

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

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

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