#AE68BC

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

Shades of Fuchsia #AE68BC

Tints of Fuchsia #AE68BC

Color information

#AE68BC (or 0xAE68BC) is unknown color: approx Fuchsia. HEX triplet: AE, 68 and BC. RGB value is (174,104,188). Sum of RGB (Red+Green+Blue) = 174+104+188=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 104 (41.02% from 255 or 22.32% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 188 - color contains mainly: blue. Hex color #AE68BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE68BC is #519743. Grayscale: #868686. Windows color (decimal): -5347140 or 12347566. OLE color: 12347566.

HSL color Cylindrical-coordinate representation of color #AE68BC: hue angle of 290º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AE68BC is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB174104188-
CMYK0.070.4500.26
HSL290º38.53%57.25%-
HSV(B)290º44.68%73.73%-
XYZ31.4822.5350.27-
YUV134.51158.19156.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.34%
GREEN value IS 104 (41.02% from 255) = 22.32%
BLUE value IS 188 (73.83% from 255) = 40.34%
R=37.34%
G=22.32%
B=40.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741041880.070.4500.2629038.5357.25
HexAE68BC72D01A1222739
Octal2561502747550324424771
Binary10101110110100010111100111101101011010100100010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE68BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE68BC; }

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

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

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

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

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

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

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

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