#AE51BB

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

Shades of Fuchsia #AE51BB

Tints of Fuchsia #AE51BB

Color information

#AE51BB (or 0xAE51BB) is unknown color: approx Fuchsia. HEX triplet: AE, 51 and BB. RGB value is (174,81,187). Sum of RGB (Red+Green+Blue) = 174+81+187=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 81 (32.03% from 255 or 18.33% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 187 - color contains mainly: blue. Hex color #AE51BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE51BB is #51AE44. Grayscale: #787878. Windows color (decimal): -5353029 or 12276142. OLE color: 12276142.

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

Color convert

RGB17481187-
CMYK0.070.5700.27
HSL292.64º43.8%52.55%-
HSV(B)292.64º56.68%73.33%-
XYZ29.3718.4749.03-
YUV120.89165.31165.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.37%
GREEN value IS 81 (32.03% from 255) = 18.33%
BLUE value IS 187 (73.44% from 255) = 42.31%
R=39.37%
G=18.33%
B=42.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174811870.070.5700.27292.6443.852.55
HexAE51BB73901B1252c35
Octal2561212737710334455465
Binary10101110101000110111011111111001011011100100101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE51BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE51BB; }

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

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

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

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

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

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

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

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