#AE42AC

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

Shades of Fuchsia #AE42AC

Tints of Fuchsia #AE42AC

Color information

#AE42AC (or 0xAE42AC) is unknown color: approx Fuchsia. HEX triplet: AE, 42 and AC. RGB value is (174,66,172). Sum of RGB (Red+Green+Blue) = 174+66+172=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 66 (26.17% from 255 or 16.02% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 174 - color contains mainly: red. Hex color #AE42AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE42AC is #51BD53. Grayscale: #6E6E6E. Windows color (decimal): -5356884 or 11289262. OLE color: 11289262.

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

Color convert

RGB17466172-
CMYK00.620.010.32
HSL301.11º45%47.06%-
HSV(B)301.11º62.07%68.24%-
XYZ26.8515.8740.68-
YUV110.38162.78173.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.23%
GREEN value IS 66 (26.17% from 255) = 16.02%
BLUE value IS 172 (67.58% from 255) = 41.75%
R=42.23%
G=16.02%
B=41.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746617200.620.010.32301.114547.06
HexAE42AC03E12012d2d2f
Octal2561022540761404555557
Binary1010111010000101010110001111101100000100101101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE42AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE42AC; }

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

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

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

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

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

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

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

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