#AE57BD

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

Shades of Fuchsia #AE57BD

Tints of Fuchsia #AE57BD

Color information

#AE57BD (or 0xAE57BD) is unknown color: approx Fuchsia. HEX triplet: AE, 57 and BD. RGB value is (174,87,189). Sum of RGB (Red+Green+Blue) = 174+87+189=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 87 (34.38% from 255 or 19.33% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE57BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE57BD is #51A842. Grayscale: #7C7C7C. Windows color (decimal): -5351491 or 12408750. OLE color: 12408750.

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

Color convert

RGB17487189-
CMYK0.080.5400.26
HSL291.18º43.59%54.12%-
HSV(B)291.18º53.97%74.12%-
XYZ30.0519.4950.32-
YUV124.64164.32163.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.67%
GREEN value IS 87 (34.38% from 255) = 19.33%
BLUE value IS 189 (74.22% from 255) = 42%
R=38.67%
G=19.33%
B=42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal174871890.080.5400.26291.1843.5954.12
HexAE57BD83601A1232c36
Octal25612727510660324435466
Binary101011101010111101111011000110110011010100100011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE57BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE57BD; }

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

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

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

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

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

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

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

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