#AE55BE

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

Shades of Fuchsia #AE55BE

Tints of Fuchsia #AE55BE

Color information

#AE55BE (or 0xAE55BE) is unknown color: approx Fuchsia. HEX triplet: AE, 55 and BE. RGB value is (174,85,190). Sum of RGB (Red+Green+Blue) = 174+85+190=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE55BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE55BE is #51AA41. Grayscale: #7B7B7B. Windows color (decimal): -5352002 or 12473774. OLE color: 12473774.

HSL color Cylindrical-coordinate representation of color #AE55BE: hue angle of 290.86º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AE55BE is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17485190-
CMYK0.080.5500.25
HSL290.86º44.68%53.92%-
HSV(B)290.86º55.26%74.51%-
XYZ3019.2150.84-
YUV123.58165.49163.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.75%
GREEN value IS 85 (33.59% from 255) = 18.93%
BLUE value IS 190 (74.61% from 255) = 42.32%
R=38.75%
G=18.93%
B=42.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174851900.080.5500.25290.8644.6853.92
HexAE55BE8370191232d36
Octal25612527610670314435566
Binary101011101010101101111101000110111011001100100011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE55BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE55BE; }

 p { color: rgb(174,85,190); }

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

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

 a { background-color: rgb(174,85,190); }

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

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

 span { border-color: rgb(174,85,190); }

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