#AE52BA

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

Shades of Fuchsia #AE52BA

Tints of Fuchsia #AE52BA

Color information

#AE52BA (or 0xAE52BA) is unknown color: approx Fuchsia. HEX triplet: AE, 52 and BA. RGB value is (174,82,186). Sum of RGB (Red+Green+Blue) = 174+82+186=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE52BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE52BA is #51AD45. Grayscale: #797979. Windows color (decimal): -5352774 or 12210862. OLE color: 12210862.

HSL color Cylindrical-coordinate representation of color #AE52BA: hue angle of 293.08º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AE52BA is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17482186-
CMYK0.060.5600.27
HSL293.08º42.98%52.55%-
HSV(B)293.08º55.91%72.94%-
XYZ29.3418.5848.49-
YUV121.36164.48165.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.37%
GREEN value IS 82 (32.42% from 255) = 18.55%
BLUE value IS 186 (73.05% from 255) = 42.08%
R=39.37%
G=18.55%
B=42.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174821860.060.5600.27293.0842.9852.55
HexAE52BA63801B1252b35
Octal2561222726700334455365
Binary10101110101001010111010110111000011011100100101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE52BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE52BA; }

 p { color: rgb(174,82,186); }

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

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

 a { background-color: rgb(174,82,186); }

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

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

 span { border-color: rgb(174,82,186); }

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