#AE48BA

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

Shades of Fuchsia #AE48BA

Tints of Fuchsia #AE48BA

Color information

#AE48BA (or 0xAE48BA) is unknown color: approx Fuchsia. HEX triplet: AE, 48 and BA. RGB value is (174,72,186). Sum of RGB (Red+Green+Blue) = 174+72+186=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 72 (28.52% from 255 or 16.67% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE48BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE48BA is #51B745. Grayscale: #737373. Windows color (decimal): -5355334 or 12208302. OLE color: 12208302.

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

Color convert

RGB17472186-
CMYK0.060.6100.27
HSL293.68º45.24%50.59%-
HSV(B)293.68º61.29%72.94%-
XYZ28.6417.1848.26-
YUV115.49167.79169.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.28%
GREEN value IS 72 (28.52% from 255) = 16.67%
BLUE value IS 186 (73.05% from 255) = 43.06%
R=40.28%
G=16.67%
B=43.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174721860.060.6100.27293.6845.2450.59
HexAE48BA63D01B1262d33
Octal2561102726750334465563
Binary10101110100100010111010110111101011011100100110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE48BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE48BA; }

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

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

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

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

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

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

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

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