#AE41AE

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

Shades of Fuchsia #AE41AE

Tints of Fuchsia #AE41AE

Color information

#AE41AE (or 0xAE41AE) is unknown color: approx Fuchsia. HEX triplet: AE, 41 and AE. RGB value is (174,65,174). Sum of RGB (Red+Green+Blue) = 174+65+174=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE41AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE41AE is #51BE51. Grayscale: #6D6D6D. Windows color (decimal): -5357138 or 11420078. OLE color: 11420078.

HSL color Cylindrical-coordinate representation of color #AE41AE: hue angle of 300º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE41AE is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17465174-
CMYK00.6300.32
HSL300º45.61%46.86%-
HSV(B)300º62.64%68.24%-
XYZ26.9915.8441.68-
YUV110.02164.11173.64-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.13%
GREEN value IS 65 (25.78% from 255) = 15.74%
BLUE value IS 174 (68.36% from 255) = 42.13%
R=42.13%
G=15.74%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746517400.6300.3230045.6146.86
HexAE41AE03F02012c2e2f
Octal2561012560770404545657
Binary1010111010000011010111001111110100000100101100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE41AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE41AE; }

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

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

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

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

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

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

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

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