#AE51B3

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

Shades of Fuchsia #AE51B3

Tints of Fuchsia #AE51B3

Color information

#AE51B3 (or 0xAE51B3) is unknown color: approx Fuchsia. HEX triplet: AE, 51 and B3. RGB value is (174,81,179). Sum of RGB (Red+Green+Blue) = 174+81+179=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 179 (70.31% from 255 or 41.24% from 434); Max value from RGB is 179 - color contains mainly: blue. Hex color #AE51B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE51B3 is #51AE4C. Grayscale: #777777. Windows color (decimal): -5353037 or 11751854. OLE color: 11751854.

HSL color Cylindrical-coordinate representation of color #AE51B3: hue angle of 296.94º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AE51B3 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17481179-
CMYK0.030.5500.30
HSL296.94º39.2%50.98%-
HSV(B)296.94º54.75%70.2%-
XYZ28.5318.1444.64-
YUV119.98161.31166.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.09%
GREEN value IS 81 (32.03% from 255) = 18.66%
BLUE value IS 179 (70.31% from 255) = 41.24%
R=40.09%
G=18.66%
B=41.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal174811790.030.5500.30296.9439.250.98
HexAE51B333701E1292733
Octal2561212633670364514763
Binary1010111010100011011001111110111011110100101001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE51B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE51B3; }

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

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

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

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

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

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

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

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