#AC3EAE

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

Shades of Fuchsia #AC3EAE

Tints of Fuchsia #AC3EAE

Color information

#AC3EAE (or 0xAC3EAE) is unknown color: approx Fuchsia. HEX triplet: AC, 3E and AE. RGB value is (172,62,174). Sum of RGB (Red+Green+Blue) = 172+62+174=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 62 (24.61% from 255 or 15.20% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC3EAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3EAE is #53C151. Grayscale: #6B6B6B. Windows color (decimal): -5488978 or 11419308. OLE color: 11419308.

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

Color convert

RGB17262174-
CMYK0.010.6400.32
HSL298.93º47.46%46.27%-
HSV(B)298.93º64.37%68.24%-
XYZ26.3815.2741.6-
YUV107.66165.44173.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.16%
GREEN value IS 62 (24.61% from 255) = 15.20%
BLUE value IS 174 (68.36% from 255) = 42.65%
R=42.16%
G=15.20%
B=42.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172621740.010.6400.32298.9347.4646.27
HexAC3EAE14002012b2f2e
Octal2547625611000404535756
Binary1010110011111010101110110000000100000100101011101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3EAE; }

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

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

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

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

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

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

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

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