#AE51BA

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

Shades of Fuchsia #AE51BA

Tints of Fuchsia #AE51BA

Color information

#AE51BA (or 0xAE51BA) is unknown color: approx Fuchsia. HEX triplet: AE, 51 and BA. RGB value is (174,81,186). Sum of RGB (Red+Green+Blue) = 174+81+186=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 81 (32.03% from 255 or 18.37% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE51BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE51BA is #51AE45. Grayscale: #787878. Windows color (decimal): -5353030 or 12210606. OLE color: 12210606.

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

Color convert

RGB17481186-
CMYK0.060.5600.27
HSL293.14º43.21%52.35%-
HSV(B)293.14º56.45%72.94%-
XYZ29.2618.4348.47-
YUV120.78164.81165.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.46%
GREEN value IS 81 (32.03% from 255) = 18.37%
BLUE value IS 186 (73.05% from 255) = 42.18%
R=39.46%
G=18.37%
B=42.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174811860.060.5600.27293.1443.2152.35
HexAE51BA63801B1252b34
Octal2561212726700334455364
Binary10101110101000110111010110111000011011100100101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE51BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE51BA; }

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

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

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

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

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

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

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

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