#AE51BF

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

Shades of Fuchsia #AE51BF

Tints of Fuchsia #AE51BF

Color information

#AE51BF (or 0xAE51BF) is unknown color: approx Fuchsia. HEX triplet: AE, 51 and BF. RGB value is (174,81,191). Sum of RGB (Red+Green+Blue) = 174+81+191=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 81 (32.03% from 255 or 18.16% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 191 - color contains mainly: blue. Hex color #AE51BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE51BF is #51AE40. Grayscale: #797979. Windows color (decimal): -5353025 or 12538286. OLE color: 12538286.

HSL color Cylindrical-coordinate representation of color #AE51BF: hue angle of 290.73º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AE51BF is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17481191-
CMYK0.090.5800.25
HSL290.73º46.22%53.33%-
HSV(B)290.73º57.59%74.9%-
XYZ29.818.6551.32-
YUV121.35167.31165.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.01%
GREEN value IS 81 (32.03% from 255) = 18.16%
BLUE value IS 191 (75% from 255) = 42.83%
R=39.01%
G=18.16%
B=42.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174811910.090.5800.25290.7346.2253.33
HexAE51BF93A0191232e35
Octal25612127711720314435665
Binary101011101010001101111111001111010011001100100011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE51BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE51BF; }

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

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

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

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

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

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

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

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