#AE4BB5

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

Shades of Fuchsia #AE4BB5

Tints of Fuchsia #AE4BB5

Color information

#AE4BB5 (or 0xAE4BB5) is unknown color: approx Fuchsia. HEX triplet: AE, 4B and B5. RGB value is (174,75,181). Sum of RGB (Red+Green+Blue) = 174+75+181=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 75 (29.69% from 255 or 17.44% from 430); Blue value is 181 (71.09% from 255 or 42.09% from 430); Max value from RGB is 181 - color contains mainly: blue. Hex color #AE4BB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE4BB5 is #51B44A. Grayscale: #747474. Windows color (decimal): -5354571 or 11881390. OLE color: 11881390.

HSL color Cylindrical-coordinate representation of color #AE4BB5: hue angle of 296.04º 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 #AE4BB5 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17475181-
CMYK0.040.5900.29
HSL296.04º41.73%50.2%-
HSV(B)296.04º58.56%70.98%-
XYZ28.3117.3745.58-
YUV116.68164.3168.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.47%
GREEN value IS 75 (29.69% from 255) = 17.44%
BLUE value IS 181 (71.09% from 255) = 42.09%
R=40.47%
G=17.44%
B=42.09%

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
Decimal174751810.040.5900.29296.0441.7350.2
HexAE4BB543B01D1282a32
Octal2561132654730354505262
Binary10101110100101110110101100111011011101100101000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4BB5; }

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

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

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

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

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

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

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

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