#AE58BD

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

Shades of Fuchsia #AE58BD

Tints of Fuchsia #AE58BD

Color information

#AE58BD (or 0xAE58BD) is unknown color: approx Fuchsia. HEX triplet: AE, 58 and BD. RGB value is (174,88,189). Sum of RGB (Red+Green+Blue) = 174+88+189=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 88 (34.77% from 255 or 19.51% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE58BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE58BD is #51A742. Grayscale: #7C7C7C. Windows color (decimal): -5351235 or 12409006. OLE color: 12409006.

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

Color convert

RGB17488189-
CMYK0.080.5300.26
HSL291.09º43.35%54.31%-
HSV(B)291.09º53.44%74.12%-
XYZ30.1319.6550.35-
YUV125.23163.99162.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.58%
GREEN value IS 88 (34.77% from 255) = 19.51%
BLUE value IS 189 (74.22% from 255) = 41.91%
R=38.58%
G=19.51%
B=41.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal174881890.080.5300.26291.0943.3554.31
HexAE58BD83501A1232b36
Octal25613027510650324435366
Binary101011101011000101111011000110101011010100100011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE58BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE58BD; }

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

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

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

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

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

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

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

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