#AC42AE

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

Shades of Fuchsia #AC42AE

Tints of Fuchsia #AC42AE

Color information

#AC42AE (or 0xAC42AE) is unknown color: approx Fuchsia. HEX triplet: AC, 42 and AE. RGB value is (172,66,174). Sum of RGB (Red+Green+Blue) = 172+66+174=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 66 (26.17% from 255 or 16.02% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC42AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC42AE is #53BD51. Grayscale: #6D6D6D. Windows color (decimal): -5487954 or 11420332. OLE color: 11420332.

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

Color convert

RGB17266174-
CMYK0.010.6200.32
HSL298.89º45%47.06%-
HSV(B)298.89º62.07%68.24%-
XYZ26.615.7241.68-
YUV110.01164.12172.22-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172661740.010.6200.32298.894547.06
HexAC42AE13E02012b2d2f
Octal2541022561760404535557
Binary1010110010000101010111011111100100000100101011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC42AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC42AE; }

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

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

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

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

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

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

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

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