#AE6EB9

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

Shades of Fuchsia #AE6EB9

Tints of Fuchsia #AE6EB9

Color information

#AE6EB9 (or 0xAE6EB9) is unknown color: approx Fuchsia. HEX triplet: AE, 6E and B9. RGB value is (174,110,185). Sum of RGB (Red+Green+Blue) = 174+110+185=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 110 (43.36% from 255 or 23.45% from 469); Blue value is 185 (72.66% from 255 or 39.45% from 469); Max value from RGB is 185 - color contains mainly: blue. Hex color #AE6EB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6EB9 is #519146. Grayscale: #898989. Windows color (decimal): -5345607 or 12152494. OLE color: 12152494.

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

Color convert

RGB174110185-
CMYK0.060.4100.27
HSL291.2º34.88%57.84%-
HSV(B)291.2º40.54%72.55%-
XYZ31.7923.6548.79-
YUV137.69154.7153.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.10%
GREEN value IS 110 (43.36% from 255) = 23.45%
BLUE value IS 185 (72.66% from 255) = 39.45%
R=37.10%
G=23.45%
B=39.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741101850.060.4100.27291.234.8857.84
HexAE6EB962901B123233a
Octal2561562716510334434372
Binary10101110110111010111001110101001011011100100011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6EB9; }

 p { color: rgb(174,110,185); }

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

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

 a { background-color: rgb(174,110,185); }

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

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

 span { border-color: rgb(174,110,185); }

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