#AE5BBB

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

Shades of Fuchsia #AE5BBB

Tints of Fuchsia #AE5BBB

Color information

#AE5BBB (or 0xAE5BBB) is unknown color: approx Fuchsia. HEX triplet: AE, 5B and BB. RGB value is (174,91,187). Sum of RGB (Red+Green+Blue) = 174+91+187=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 91 (35.94% from 255 or 20.13% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 187 - color contains mainly: blue. Hex color #AE5BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5BBB is #51A444. Grayscale: #7E7E7E. Windows color (decimal): -5350469 or 12278702. OLE color: 12278702.

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

Color convert

RGB17491187-
CMYK0.070.5100.27
HSL291.88º41.38%54.51%-
HSV(B)291.88º51.34%73.33%-
XYZ30.1720.0749.3-
YUV126.76162161.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.50%
GREEN value IS 91 (35.94% from 255) = 20.13%
BLUE value IS 187 (73.44% from 255) = 41.37%
R=38.50%
G=20.13%
B=41.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174911870.070.5100.27291.8841.3854.51
HexAE5BBB73301B1242937
Octal2561332737630334445167
Binary10101110101101110111011111110011011011100100100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5BBB; }

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

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

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

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

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

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

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

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