#AE55BA

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

Shades of Fuchsia #AE55BA

Tints of Fuchsia #AE55BA

Color information

#AE55BA (or 0xAE55BA) is unknown color: approx Fuchsia. HEX triplet: AE, 55 and BA. RGB value is (174,85,186). Sum of RGB (Red+Green+Blue) = 174+85+186=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE55BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE55BA is #51AA45. Grayscale: #7A7A7A. Windows color (decimal): -5352006 or 12211630. OLE color: 12211630.

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

Color convert

RGB17485186-
CMYK0.060.5400.27
HSL292.87º42.26%53.14%-
HSV(B)292.87º54.3%72.94%-
XYZ29.5719.0448.57-
YUV123.12163.49164.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.10%
GREEN value IS 85 (33.59% from 255) = 19.10%
BLUE value IS 186 (73.05% from 255) = 41.80%
R=39.10%
G=19.10%
B=41.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174851860.060.5400.27292.8742.2653.14
HexAE55BA63601B1252a35
Octal2561252726660334455265
Binary10101110101010110111010110110110011011100100101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE55BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE55BA; }

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

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

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

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

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

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

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

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