#AE68BA

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

Shades of Fuchsia #AE68BA

Tints of Fuchsia #AE68BA

Color information

#AE68BA (or 0xAE68BA) is unknown color: approx Fuchsia. HEX triplet: AE, 68 and BA. RGB value is (174,104,186). Sum of RGB (Red+Green+Blue) = 174+104+186=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 104 (41.02% from 255 or 22.41% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE68BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE68BA is #519745. Grayscale: #868686. Windows color (decimal): -5347142 or 12216494. OLE color: 12216494.

HSL color Cylindrical-coordinate representation of color #AE68BA: hue angle of 291.22º degrees, saturation: 0.37, 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 #AE68BA is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB174104186-
CMYK0.060.4400.27
HSL291.22º37.27%56.86%-
HSV(B)291.22º44.09%72.94%-
XYZ31.2722.4449.14-
YUV134.28157.19156.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.5%
GREEN value IS 104 (41.02% from 255) = 22.41%
BLUE value IS 186 (73.05% from 255) = 40.09%
R=37.5%
G=22.41%
B=40.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741041860.060.4400.27291.2237.2756.86
HexAE68BA62C01B1232539
Octal2561502726540334434571
Binary10101110110100010111010110101100011011100100011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE68BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE68BA; }

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

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

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

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

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

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

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

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