#AE55BB

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

Shades of Fuchsia #AE55BB

Tints of Fuchsia #AE55BB

Color information

#AE55BB (or 0xAE55BB) is unknown color: approx Fuchsia. HEX triplet: AE, 55 and BB. RGB value is (174,85,187). Sum of RGB (Red+Green+Blue) = 174+85+187=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 187 - color contains mainly: blue. Hex color #AE55BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE55BB is #51AA44. Grayscale: #7A7A7A. Windows color (decimal): -5352005 or 12277166. OLE color: 12277166.

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

Color convert

RGB17485187-
CMYK0.070.5500.27
HSL292.35º42.86%53.33%-
HSV(B)292.35º54.55%73.33%-
XYZ29.6719.0849.13-
YUV123.24163.99164.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.01%
GREEN value IS 85 (33.59% from 255) = 19.06%
BLUE value IS 187 (73.44% from 255) = 41.93%
R=39.01%
G=19.06%
B=41.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174851870.070.5500.27292.3542.8653.33
HexAE55BB73701B1242b35
Octal2561252737670334445365
Binary10101110101010110111011111110111011011100100100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE55BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE55BB; }

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

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

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

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

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

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

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

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