#AE60BB

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

Shades of Fuchsia #AE60BB

Tints of Fuchsia #AE60BB

Color information

#AE60BB (or 0xAE60BB) is unknown color: approx Fuchsia. HEX triplet: AE, 60 and BB. RGB value is (174,96,187). Sum of RGB (Red+Green+Blue) = 174+96+187=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 187 - color contains mainly: blue. Hex color #AE60BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE60BB is #519F44. Grayscale: #818181. Windows color (decimal): -5349189 or 12279982. OLE color: 12279982.

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

Color convert

RGB17496187-
CMYK0.070.4900.27
HSL291.43º40.09%55.49%-
HSV(B)291.43º48.66%73.33%-
XYZ30.6120.9549.44-
YUV129.7160.34159.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.07%
GREEN value IS 96 (37.89% from 255) = 21.01%
BLUE value IS 187 (73.44% from 255) = 40.92%
R=38.07%
G=21.01%
B=40.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174961870.070.4900.27291.4340.0955.49
HexAE60BB73101B1232837
Octal2561402737610334435067
Binary10101110110000010111011111110001011011100100011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE60BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE60BB; }

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

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

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

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

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

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

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

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