#AE5BBC

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

Shades of Fuchsia #AE5BBC

Tints of Fuchsia #AE5BBC

Color information

#AE5BBC (or 0xAE5BBC) is unknown color: approx Fuchsia. HEX triplet: AE, 5B and BC. RGB value is (174,91,188). Sum of RGB (Red+Green+Blue) = 174+91+188=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 91 (35.94% from 255 or 20.09% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 188 - color contains mainly: blue. Hex color #AE5BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5BBC is #51A443. Grayscale: #7E7E7E. Windows color (decimal): -5350468 or 12344238. OLE color: 12344238.

HSL color Cylindrical-coordinate representation of color #AE5BBC: hue angle of 291.34º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE5BBC is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17491188-
CMYK0.070.5200.26
HSL291.34º41.99%54.71%-
HSV(B)291.34º51.6%73.73%-
XYZ30.2720.1149.86-
YUV126.87162.5161.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.41%
GREEN value IS 91 (35.94% from 255) = 20.09%
BLUE value IS 188 (73.83% from 255) = 41.50%
R=38.41%
G=20.09%
B=41.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal174911880.070.5200.26291.3441.9954.71
HexAE5BBC73401A1232a37
Octal2561332747640324435267
Binary10101110101101110111100111110100011010100100011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5BBC; }

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

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

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

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

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

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

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

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