#AE4EBA

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

Shades of Fuchsia #AE4EBA

Tints of Fuchsia #AE4EBA

Color information

#AE4EBA (or 0xAE4EBA) is unknown color: approx Fuchsia. HEX triplet: AE, 4E and BA. RGB value is (174,78,186). Sum of RGB (Red+Green+Blue) = 174+78+186=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 78 (30.86% from 255 or 17.81% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE4EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE4EBA is #51B145. Grayscale: #767676. Windows color (decimal): -5353798 or 12209838. OLE color: 12209838.

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

Color convert

RGB17478186-
CMYK0.060.5800.27
HSL293.33º43.9%51.76%-
HSV(B)293.33º58.06%72.94%-
XYZ29.0417.9948.4-
YUV119.02165.8167.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.73%
GREEN value IS 78 (30.86% from 255) = 17.81%
BLUE value IS 186 (73.05% from 255) = 42.47%
R=39.73%
G=17.81%
B=42.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174781860.060.5800.27293.3343.951.76
HexAE4EBA63A01B1252c34
Octal2561162726720334455464
Binary10101110100111010111010110111010011011100100101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4EBA; }

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

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

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

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

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

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

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

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