#AE43BA

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

Shades of Fuchsia #AE43BA

Tints of Fuchsia #AE43BA

Color information

#AE43BA (or 0xAE43BA) is unknown color: approx Fuchsia. HEX triplet: AE, 43 and BA. RGB value is (174,67,186). Sum of RGB (Red+Green+Blue) = 174+67+186=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 67 (26.56% from 255 or 15.69% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE43BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE43BA is #51BC45. Grayscale: #707070. Windows color (decimal): -5356614 or 12207022. OLE color: 12207022.

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

Color convert

RGB17467186-
CMYK0.060.6400.27
HSL293.95º47.04%49.61%-
HSV(B)293.95º63.98%72.94%-
XYZ28.3316.5648.16-
YUV112.56169.45171.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.75%
GREEN value IS 67 (26.56% from 255) = 15.69%
BLUE value IS 186 (73.05% from 255) = 43.56%
R=40.75%
G=15.69%
B=43.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174671860.060.6400.27293.9547.0449.61
HexAE43BA64001B1262f32
Octal25610327261000334465762
Binary101011101000011101110101101000000011011100100110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE43BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE43BA; }

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

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

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

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

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

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

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

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