#AE4BB6

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

Shades of Fuchsia #AE4BB6

Tints of Fuchsia #AE4BB6

Color information

#AE4BB6 (or 0xAE4BB6) is unknown color: approx Fuchsia. HEX triplet: AE, 4B and B6. RGB value is (174,75,182). Sum of RGB (Red+Green+Blue) = 174+75+182=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 182 (71.48% from 255 or 42.23% from 431); Max value from RGB is 182 - color contains mainly: blue. Hex color #AE4BB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE4BB6 is #51B449. Grayscale: #747474. Windows color (decimal): -5354570 or 11946926. OLE color: 11946926.

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

Color convert

RGB17475182-
CMYK0.040.5900.29
HSL295.51º42.29%50.39%-
HSV(B)295.51º58.79%71.37%-
XYZ28.4217.4146.12-
YUV116.8164.8168.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.37%
GREEN value IS 75 (29.69% from 255) = 17.40%
BLUE value IS 182 (71.48% from 255) = 42.23%
R=40.37%
G=17.40%
B=42.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174751820.040.5900.29295.5142.2950.39
HexAE4BB643B01D1282a32
Octal2561132664730354505262
Binary10101110100101110110110100111011011101100101000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4BB6; }

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

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

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

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

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

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

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

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