#AE65BA

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

Shades of Fuchsia #AE65BA

Tints of Fuchsia #AE65BA

Color information

#AE65BA (or 0xAE65BA) is unknown color: approx Fuchsia. HEX triplet: AE, 65 and BA. RGB value is (174,101,186). Sum of RGB (Red+Green+Blue) = 174+101+186=461 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.74% from 461); Green value is 101 (39.84% from 255 or 21.91% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE65BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE65BA is #519A45. Grayscale: #848484. Windows color (decimal): -5347910 or 12215726. OLE color: 12215726.

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

Color convert

RGB174101186-
CMYK0.060.4600.27
HSL291.53º38.12%56.27%-
HSV(B)291.53º45.7%72.94%-
XYZ30.9721.8549.04-
YUV132.52158.18157.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.74%
GREEN value IS 101 (39.84% from 255) = 21.91%
BLUE value IS 186 (73.05% from 255) = 40.35%
R=37.74%
G=21.91%
B=40.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741011860.060.4600.27291.5338.1256.27
HexAE65BA62E01B1242638
Octal2561452726560334444670
Binary10101110110010110111010110101110011011100100100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE65BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE65BA; }

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

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

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

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

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

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

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

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