#AE58BA

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

Shades of Fuchsia #AE58BA

Tints of Fuchsia #AE58BA

Color information

#AE58BA (or 0xAE58BA) is unknown color: approx Fuchsia. HEX triplet: AE, 58 and BA. RGB value is (174,88,186). Sum of RGB (Red+Green+Blue) = 174+88+186=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 88 (34.77% from 255 or 19.64% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE58BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE58BA is #51A745. Grayscale: #7C7C7C. Windows color (decimal): -5351238 or 12212398. OLE color: 12212398.

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

Color convert

RGB17488186-
CMYK0.060.5300.27
HSL292.65º41.53%53.73%-
HSV(B)292.65º52.69%72.94%-
XYZ29.8119.5248.65-
YUV124.89162.49163.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.84%
GREEN value IS 88 (34.77% from 255) = 19.64%
BLUE value IS 186 (73.05% from 255) = 41.52%
R=38.84%
G=19.64%
B=41.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174881860.060.5300.27292.6541.5353.73
HexAE58BA63501B1252a36
Octal2561302726650334455266
Binary10101110101100010111010110110101011011100100101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE58BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE58BA; }

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

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

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

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

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

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

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

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