#AE66BC

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

Shades of Fuchsia #AE66BC

Tints of Fuchsia #AE66BC

Color information

#AE66BC (or 0xAE66BC) is unknown color: approx Fuchsia. HEX triplet: AE, 66 and BC. RGB value is (174,102,188). Sum of RGB (Red+Green+Blue) = 174+102+188=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 102 (40.23% from 255 or 21.98% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #AE66BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE66BC is #519943. Grayscale: #858585. Windows color (decimal): -5347652 or 12347054. OLE color: 12347054.

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

Color convert

RGB174102188-
CMYK0.070.4600.26
HSL290.23º39.09%56.86%-
HSV(B)290.23º45.74%73.73%-
XYZ31.2822.1350.2-
YUV133.33158.85157.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.5%
GREEN value IS 102 (40.23% from 255) = 21.98%
BLUE value IS 188 (73.83% from 255) = 40.52%
R=37.5%
G=21.98%
B=40.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741021880.070.4600.26290.2339.0956.86
HexAE66BC72E01A1222739
Octal2561462747560324424771
Binary10101110110011010111100111101110011010100100010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE66BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE66BC; }

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

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

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

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

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

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

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

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