#AE50BD

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

Shades of Fuchsia #AE50BD

Tints of Fuchsia #AE50BD

Color information

#AE50BD (or 0xAE50BD) is unknown color: approx Fuchsia. HEX triplet: AE, 50 and BD. RGB value is (174,80,189). Sum of RGB (Red+Green+Blue) = 174+80+189=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE50BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE50BD is #51AF42. Grayscale: #787878. Windows color (decimal): -5353283 or 12406958. OLE color: 12406958.

HSL color Cylindrical-coordinate representation of color #AE50BD: hue angle of 291.74º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AE50BD is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17480189-
CMYK0.080.5800.26
HSL291.74º45.23%52.75%-
HSV(B)291.74º57.67%74.12%-
XYZ29.5118.4150.14-
YUV120.53166.64166.14-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.28%
GREEN value IS 80 (31.64% from 255) = 18.06%
BLUE value IS 189 (74.22% from 255) = 42.66%
R=39.28%
G=18.06%
B=42.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal174801890.080.5800.26291.7445.2352.75
HexAE50BD83A01A1242d35
Octal25612027510720324445565
Binary101011101010000101111011000111010011010100100100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE50BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE50BD; }

 p { color: rgb(174,80,189); }

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

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

 a { background-color: rgb(174,80,189); }

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

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

 span { border-color: rgb(174,80,189); }

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