#AE4EBE

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

Shades of Fuchsia #AE4EBE

Tints of Fuchsia #AE4EBE

Color information

#AE4EBE (or 0xAE4EBE) is unknown color: approx Fuchsia. HEX triplet: AE, 4E and BE. RGB value is (174,78,190). Sum of RGB (Red+Green+Blue) = 174+78+190=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 78 (30.86% from 255 or 17.65% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE4EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE4EBE is #51B141. Grayscale: #777777. Windows color (decimal): -5353794 or 12471982. OLE color: 12471982.

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

Color convert

RGB17478190-
CMYK0.080.5900.25
HSL291.43º46.28%52.55%-
HSV(B)291.43º58.95%74.51%-
XYZ29.4718.1750.67-
YUV119.47167.8166.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.37%
GREEN value IS 78 (30.86% from 255) = 17.65%
BLUE value IS 190 (74.61% from 255) = 42.99%
R=39.37%
G=17.65%
B=42.99%

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
Decimal174781900.080.5900.25291.4346.2852.55
HexAE4EBE83B0191232e35
Octal25611627610730314435665
Binary101011101001110101111101000111011011001100100011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4EBE; }

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

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

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

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

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

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

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

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