#AE41BA

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

Shades of Fuchsia #AE41BA

Tints of Fuchsia #AE41BA

Color information

#AE41BA (or 0xAE41BA) is unknown color: approx Fuchsia. HEX triplet: AE, 41 and BA. RGB value is (174,65,186). Sum of RGB (Red+Green+Blue) = 174+65+186=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 65 (25.78% from 255 or 15.29% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE41BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE41BA is #51BE45. Grayscale: #6F6F6F. Windows color (decimal): -5357126 or 12206510. OLE color: 12206510.

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

Color convert

RGB17465186-
CMYK0.060.6500.27
HSL294.05º48.21%49.22%-
HSV(B)294.05º65.05%72.94%-
XYZ28.2116.3248.12-
YUV111.38170.11172.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.94%
GREEN value IS 65 (25.78% from 255) = 15.29%
BLUE value IS 186 (73.05% from 255) = 43.76%
R=40.94%
G=15.29%
B=43.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174651860.060.6500.27294.0548.2149.22
HexAE41BA64101B1263031
Octal25610127261010334466061
Binary101011101000001101110101101000001011011100100110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE41BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE41BA; }

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

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

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

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

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

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

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

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