#AE65BC

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

Shades of Fuchsia #AE65BC

Tints of Fuchsia #AE65BC

Color information

#AE65BC (or 0xAE65BC) is unknown color: approx Fuchsia. HEX triplet: AE, 65 and BC. RGB value is (174,101,188). Sum of RGB (Red+Green+Blue) = 174+101+188=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 101 (39.84% from 255 or 21.81% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 188 - color contains mainly: blue. Hex color #AE65BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE65BC is #519A43. Grayscale: #848484. Windows color (decimal): -5347908 or 12346798. OLE color: 12346798.

HSL color Cylindrical-coordinate representation of color #AE65BC: hue angle of 290.34º 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 #AE65BC is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB174101188-
CMYK0.070.4600.26
HSL290.34º39.37%56.67%-
HSV(B)290.34º46.28%73.73%-
XYZ31.1921.9450.17-
YUV132.74159.18157.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.58%
GREEN value IS 101 (39.84% from 255) = 21.81%
BLUE value IS 188 (73.83% from 255) = 40.60%
R=37.58%
G=21.81%
B=40.60%

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
Decimal1741011880.070.4600.26290.3439.3756.67
HexAE65BC72E01A1222739
Octal2561452747560324424771
Binary10101110110010110111100111101110011010100100010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE65BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE65BC; }

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

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

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

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

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

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

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

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