#AE5BB9

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

Shades of Fuchsia #AE5BB9

Tints of Fuchsia #AE5BB9

Color information

#AE5BB9 (or 0xAE5BB9) is unknown color: approx Fuchsia. HEX triplet: AE, 5B and B9. RGB value is (174,91,185). Sum of RGB (Red+Green+Blue) = 174+91+185=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 91 (35.94% from 255 or 20.22% from 450); Blue value is 185 (72.66% from 255 or 41.11% from 450); Max value from RGB is 185 - color contains mainly: blue. Hex color #AE5BB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5BB9 is #51A446. Grayscale: #7E7E7E. Windows color (decimal): -5350471 or 12147630. OLE color: 12147630.

HSL color Cylindrical-coordinate representation of color #AE5BB9: hue angle of 292.98º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AE5BB9 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17491185-
CMYK0.060.5100.27
HSL292.98º40.17%54.12%-
HSV(B)292.98º50.81%72.55%-
XYZ29.9519.9848.18-
YUV126.53161161.86-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.67%
GREEN value IS 91 (35.94% from 255) = 20.22%
BLUE value IS 185 (72.66% from 255) = 41.11%
R=38.67%
G=20.22%
B=41.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174911850.060.5100.27292.9840.1754.12
HexAE5BB963301B1252836
Octal2561332716630334455066
Binary10101110101101110111001110110011011011100100101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5BB9; }

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

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

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

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

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

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

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

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