#AE31AC

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

Shades of Fuchsia #AE31AC

Tints of Fuchsia #AE31AC

Color information

#AE31AC (or 0xAE31AC) is unknown color: approx Fuchsia. HEX triplet: AE, 31 and AC. RGB value is (174,49,172). Sum of RGB (Red+Green+Blue) = 174+49+172=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 49 (19.53% from 255 or 12.41% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 174 - color contains mainly: red. Hex color #AE31AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE31AC is #51CE53. Grayscale: #646464. Windows color (decimal): -5361236 or 11284910. OLE color: 11284910.

HSL color Cylindrical-coordinate representation of color #AE31AC: hue angle of 300.96º 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 #AE31AC is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB17449172-
CMYK00.720.010.32
HSL300.96º56.05%43.73%-
HSV(B)300.96º71.84%68.24%-
XYZ2614.1740.4-
YUV100.4168.41180.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.05%
GREEN value IS 49 (19.53% from 255) = 12.41%
BLUE value IS 172 (67.58% from 255) = 43.54%
R=44.05%
G=12.41%
B=43.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744917200.720.010.32300.9656.0543.73
HexAE31AC04812012d382c
Octal2566125401101404557054
Binary1010111011000110101100010010001100000100101101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE31AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE31AC; }

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

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

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

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

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

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

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

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