#AE4EBD

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

Shades of Fuchsia #AE4EBD

Tints of Fuchsia #AE4EBD

Color information

#AE4EBD (or 0xAE4EBD) is unknown color: approx Fuchsia. HEX triplet: AE, 4E and BD. RGB value is (174,78,189). Sum of RGB (Red+Green+Blue) = 174+78+189=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 78 (30.86% from 255 or 17.69% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE4EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE4EBD is #51B142. Grayscale: #777777. Windows color (decimal): -5353795 or 12406446. OLE color: 12406446.

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

Color convert

RGB17478189-
CMYK0.080.5900.26
HSL291.89º45.68%52.35%-
HSV(B)291.89º58.73%74.12%-
XYZ29.3718.1250.09-
YUV119.36167.3166.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.46%
GREEN value IS 78 (30.86% from 255) = 17.69%
BLUE value IS 189 (74.22% from 255) = 42.86%
R=39.46%
G=17.69%
B=42.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal174781890.080.5900.26291.8945.6852.35
HexAE4EBD83B01A1242e34
Octal25611627510730324445664
Binary101011101001110101111011000111011011010100100100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4EBD; }

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

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

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

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

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

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

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

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