#AC45AE

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

Shades of Fuchsia #AC45AE

Tints of Fuchsia #AC45AE

Color information

#AC45AE (or 0xAC45AE) is unknown color: approx Fuchsia. HEX triplet: AC, 45 and AE. RGB value is (172,69,174). Sum of RGB (Red+Green+Blue) = 172+69+174=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 69 (27.34% from 255 or 16.63% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC45AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC45AE is #53BA51. Grayscale: #6F6F6F. Windows color (decimal): -5487186 or 11421100. OLE color: 11421100.

HSL color Cylindrical-coordinate representation of color #AC45AE: hue angle of 298.86º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC45AE is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17269174-
CMYK0.010.6000.32
HSL298.86º43.21%47.65%-
HSV(B)298.86º60.34%68.24%-
XYZ26.7816.0841.74-
YUV111.77163.12170.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.45%
GREEN value IS 69 (27.34% from 255) = 16.63%
BLUE value IS 174 (68.36% from 255) = 41.93%
R=41.45%
G=16.63%
B=41.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172691740.010.6000.32298.8643.2147.65
HexAC45AE13C02012b2b30
Octal2541052561740404535360
Binary1010110010001011010111011111000100000100101011101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC45AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC45AE; }

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

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

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

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

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

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

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

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