#AE3AA8

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

Shades of Fuchsia #AE3AA8

Tints of Fuchsia #AE3AA8

Color information

#AE3AA8 (or 0xAE3AA8) is unknown color: approx Fuchsia. HEX triplet: AE, 3A and A8. RGB value is (174,58,168). Sum of RGB (Red+Green+Blue) = 174+58+168=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 58 (23.05% from 255 or 14.5% from 400); Blue value is 168 (66.02% from 255 or 42% from 400); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3AA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3AA8 is #51C557. Grayscale: #686868. Windows color (decimal): -5358936 or 11025070. OLE color: 11025070.

HSL color Cylindrical-coordinate representation of color #AE3AA8: hue angle of 303.1º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE3AA8 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB17458168-
CMYK00.670.030.32
HSL303.1º50%45.49%-
HSV(B)303.1º66.67%68.24%-
XYZ26.0414.8538.54-
YUV105.22163.43177.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.5%
GREEN value IS 58 (23.05% from 255) = 14.5%
BLUE value IS 168 (66.02% from 255) = 42%
R=43.5%
G=14.5%
B=42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745816800.670.030.32303.15045.49
HexAE3AA804332012f322d
Octal2567225001033404576255
Binary10101110111010101010000100001111100000100101111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3AA8; }

 p { color: rgb(174,58,168); }

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

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

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

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

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

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

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