#AE5BB6

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

Shades of Fuchsia #AE5BB6

Tints of Fuchsia #AE5BB6

Color information

#AE5BB6 (or 0xAE5BB6) is unknown color: approx Fuchsia. HEX triplet: AE, 5B and B6. RGB value is (174,91,182). Sum of RGB (Red+Green+Blue) = 174+91+182=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 91 (35.94% from 255 or 20.36% from 447); Blue value is 182 (71.48% from 255 or 40.72% from 447); Max value from RGB is 182 - color contains mainly: blue. Hex color #AE5BB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5BB6 is #51A449. Grayscale: #7D7D7D. Windows color (decimal): -5350474 or 11951022. OLE color: 11951022.

HSL color Cylindrical-coordinate representation of color #AE5BB6: hue angle of 294.73º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AE5BB6 is Cyan = 0.04, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17491182-
CMYK0.040.500.29
HSL294.73º38.4%53.53%-
HSV(B)294.73º50%71.37%-
XYZ29.6419.8646.53-
YUV126.19159.5162.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.93%
GREEN value IS 91 (35.94% from 255) = 20.36%
BLUE value IS 182 (71.48% from 255) = 40.72%
R=38.93%
G=20.36%
B=40.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174911820.040.500.29294.7338.453.53
HexAE5BB643201D1272636
Octal2561332664620354474666
Binary10101110101101110110110100110010011101100100111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5BB6; }

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

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

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

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

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

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

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

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