#AE31A8

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

Shades of Fuchsia #AE31A8

Tints of Fuchsia #AE31A8

Color information

#AE31A8 (or 0xAE31A8) is unknown color: approx Fuchsia. HEX triplet: AE, 31 and A8. RGB value is (174,49,168). Sum of RGB (Red+Green+Blue) = 174+49+168=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 49 (19.53% from 255 or 12.53% from 391); Blue value is 168 (66.02% from 255 or 42.97% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AE31A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE31A8 is #51CE57. Grayscale: #636363. Windows color (decimal): -5361240 or 11022766. OLE color: 11022766.

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

Color convert

RGB17449168-
CMYK00.720.030.32
HSL302.88º56.05%43.73%-
HSV(B)302.88º71.84%68.24%-
XYZ25.6214.0238.4-
YUV99.94166.41180.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.50%
GREEN value IS 49 (19.53% from 255) = 12.53%
BLUE value IS 168 (66.02% from 255) = 42.97%
R=44.50%
G=12.53%
B=42.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744916800.720.030.32302.8856.0543.73
HexAE31A804832012f382c
Octal2566125001103404577054
Binary10101110110001101010000100100011100000100101111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE31A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE31A8; }

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

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

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

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

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

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

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

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