#AE68BB

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

Shades of Fuchsia #AE68BB

Tints of Fuchsia #AE68BB

Color information

#AE68BB (or 0xAE68BB) is unknown color: approx Fuchsia. HEX triplet: AE, 68 and BB. RGB value is (174,104,187). Sum of RGB (Red+Green+Blue) = 174+104+187=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 104 (41.02% from 255 or 22.37% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #AE68BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE68BB is #519744. Grayscale: #868686. Windows color (decimal): -5347141 or 12282030. OLE color: 12282030.

HSL color Cylindrical-coordinate representation of color #AE68BB: hue angle of 290.6º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE68BB is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB174104187-
CMYK0.070.4400.27
HSL290.6º37.9%57.06%-
HSV(B)290.6º44.39%73.33%-
XYZ31.3822.4949.7-
YUV134.39157.69156.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.42%
GREEN value IS 104 (41.02% from 255) = 22.37%
BLUE value IS 187 (73.44% from 255) = 40.22%
R=37.42%
G=22.37%
B=40.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741041870.070.4400.27290.637.957.06
HexAE68BB72C01B1232639
Octal2561502737540334434671
Binary10101110110100010111011111101100011011100100011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE68BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE68BB; }

 p { color: rgb(174,104,187); }

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

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

 a { background-color: rgb(174,104,187); }

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

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

 span { border-color: rgb(174,104,187); }

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