#AE53BE

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

Shades of Fuchsia #AE53BE

Tints of Fuchsia #AE53BE

Color information

#AE53BE (or 0xAE53BE) is unknown color: approx Fuchsia. HEX triplet: AE, 53 and BE. RGB value is (174,83,190). Sum of RGB (Red+Green+Blue) = 174+83+190=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 83 (32.81% from 255 or 18.57% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE53BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE53BE is #51AC41. Grayscale: #7A7A7A. Windows color (decimal): -5352514 or 12473262. OLE color: 12473262.

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

Color convert

RGB17483190-
CMYK0.080.5600.25
HSL291.03º45.15%53.53%-
HSV(B)291.03º56.32%74.51%-
XYZ29.8418.950.79-
YUV122.41166.15164.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.93%
GREEN value IS 83 (32.81% from 255) = 18.57%
BLUE value IS 190 (74.61% from 255) = 42.51%
R=38.93%
G=18.57%
B=42.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174831900.080.5600.25291.0345.1553.53
HexAE53BE8380191232d36
Octal25612327610700314435566
Binary101011101010011101111101000111000011001100100011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE53BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE53BE; }

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

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

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

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

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

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

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

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