#AE4DBE

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

Shades of Fuchsia #AE4DBE

Tints of Fuchsia #AE4DBE

Color information

#AE4DBE (or 0xAE4DBE) is unknown color: approx Fuchsia. HEX triplet: AE, 4D and BE. RGB value is (174,77,190). Sum of RGB (Red+Green+Blue) = 174+77+190=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 77 (30.47% from 255 or 17.46% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE4DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE4DBE is #51B241. Grayscale: #767676. Windows color (decimal): -5354050 or 12471726. OLE color: 12471726.

HSL color Cylindrical-coordinate representation of color #AE4DBE: hue angle of 291.5º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AE4DBE is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17477190-
CMYK0.080.5900.25
HSL291.5º46.5%52.35%-
HSV(B)291.5º59.47%74.51%-
XYZ29.418.0250.64-
YUV118.88168.14167.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.46%
GREEN value IS 77 (30.47% from 255) = 17.46%
BLUE value IS 190 (74.61% from 255) = 43.08%
R=39.46%
G=17.46%
B=43.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174771900.080.5900.25291.546.552.35
HexAE4DBE83B0191242f34
Octal25611527610730314445764
Binary101011101001101101111101000111011011001100100100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4DBE; }

 p { color: rgb(174,77,190); }

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

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

 a { background-color: rgb(174,77,190); }

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

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

 span { border-color: rgb(174,77,190); }

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