#AC58B4

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

Shades of Fuchsia #AC58B4

Tints of Fuchsia #AC58B4

Color information

#AC58B4 (or 0xAC58B4) is unknown color: approx Fuchsia. HEX triplet: AC, 58 and B4. RGB value is (172,88,180). Sum of RGB (Red+Green+Blue) = 172+88+180=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 88 (34.77% from 255 or 20% from 440); Blue value is 180 (70.70% from 255 or 40.91% from 440); Max value from RGB is 180 - color contains mainly: blue. Hex color #AC58B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC58B4 is #53A74B. Grayscale: #7B7B7B. Windows color (decimal): -5482316 or 11819180. OLE color: 11819180.

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

Color convert

RGB17288180-
CMYK0.040.5100.29
HSL294.78º38.02%52.55%-
HSV(B)294.78º51.11%70.59%-
XYZ28.7419.0545.34-
YUV123.6159.83162.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.09%
GREEN value IS 88 (34.77% from 255) = 20%
BLUE value IS 180 (70.70% from 255) = 40.91%
R=39.09%
G=20%
B=40.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal172881800.040.5100.29294.7838.0252.55
HexAC58B443301D1272635
Octal2541302644630354474665
Binary10101100101100010110100100110011011101100100111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC58B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC58B4; }

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

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

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

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

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

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

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

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