#AE64BB

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

Shades of Fuchsia #AE64BB

Tints of Fuchsia #AE64BB

Color information

#AE64BB (or 0xAE64BB) is unknown color: approx Fuchsia. HEX triplet: AE, 64 and BB. RGB value is (174,100,187). Sum of RGB (Red+Green+Blue) = 174+100+187=461 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.74% from 461); Green value is 100 (39.45% from 255 or 21.69% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 187 - color contains mainly: blue. Hex color #AE64BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE64BB is #519B44. Grayscale: #838383. Windows color (decimal): -5348165 or 12281006. OLE color: 12281006.

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

Color convert

RGB174100187-
CMYK0.070.4700.27
HSL291.03º39.01%56.27%-
HSV(B)291.03º46.52%73.33%-
XYZ30.9821.749.57-
YUV132.04159.02157.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.74%
GREEN value IS 100 (39.45% from 255) = 21.69%
BLUE value IS 187 (73.44% from 255) = 40.56%
R=37.74%
G=21.69%
B=40.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741001870.070.4700.27291.0339.0156.27
HexAE64BB72F01B1232738
Octal2561442737570334434770
Binary10101110110010010111011111101111011011100100011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE64BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE64BB; }

 p { color: rgb(174,100,187); }

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

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

 a { background-color: rgb(174,100,187); }

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

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

 span { border-color: rgb(174,100,187); }

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