#AC45B4

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

Shades of Fuchsia #AC45B4

Tints of Fuchsia #AC45B4

Color information

#AC45B4 (or 0xAC45B4) is unknown color: approx Fuchsia. HEX triplet: AC, 45 and B4. RGB value is (172,69,180). Sum of RGB (Red+Green+Blue) = 172+69+180=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 69 (27.34% from 255 or 16.39% from 421); Blue value is 180 (70.70% from 255 or 42.76% from 421); Max value from RGB is 180 - color contains mainly: blue. Hex color #AC45B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC45B4 is #53BA4B. Grayscale: #707070. Windows color (decimal): -5487180 or 11814316. OLE color: 11814316.

HSL color Cylindrical-coordinate representation of color #AC45B4: hue angle of 295.68º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC45B4 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17269180-
CMYK0.040.6200.29
HSL295.68º44.58%48.82%-
HSV(B)295.68º61.67%70.59%-
XYZ27.3816.3244.89-
YUV112.45166.12170.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.86%
GREEN value IS 69 (27.34% from 255) = 16.39%
BLUE value IS 180 (70.70% from 255) = 42.76%
R=40.86%
G=16.39%
B=42.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal172691800.040.6200.29295.6844.5848.82
HexAC45B443E01D1282d31
Octal2541052644760354505561
Binary10101100100010110110100100111110011101100101000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC45B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC45B4; }

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

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

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

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

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

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

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

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