#AE5EBD

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

Shades of Fuchsia #AE5EBD

Tints of Fuchsia #AE5EBD

Color information

#AE5EBD (or 0xAE5EBD) is unknown color: approx Fuchsia. HEX triplet: AE, 5E and BD. RGB value is (174,94,189). Sum of RGB (Red+Green+Blue) = 174+94+189=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 94 (37.11% from 255 or 20.57% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE5EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5EBD is #51A142. Grayscale: #808080. Windows color (decimal): -5349699 or 12410542. OLE color: 12410542.

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

Color convert

RGB17494189-
CMYK0.080.5000.26
HSL290.53º41.85%55.49%-
HSV(B)290.53º50.26%74.12%-
XYZ30.6420.6850.52-
YUV128.75162160.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.07%
GREEN value IS 94 (37.11% from 255) = 20.57%
BLUE value IS 189 (74.22% from 255) = 41.36%
R=38.07%
G=20.57%
B=41.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal174941890.080.5000.26290.5341.8555.49
HexAE5EBD83201A1232a37
Octal25613627510620324435267
Binary101011101011110101111011000110010011010100100011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5EBD; }

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

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

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

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

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

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

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

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