#AC58B6

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

Shades of Fuchsia #AC58B6

Tints of Fuchsia #AC58B6

Color information

#AC58B6 (or 0xAC58B6) is unknown color: approx Fuchsia. HEX triplet: AC, 58 and B6. RGB value is (172,88,182). Sum of RGB (Red+Green+Blue) = 172+88+182=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 88 (34.77% from 255 or 19.91% from 442); Blue value is 182 (71.48% from 255 or 41.18% from 442); Max value from RGB is 182 - color contains mainly: blue. Hex color #AC58B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC58B6 is #53A749. Grayscale: #7B7B7B. Windows color (decimal): -5482314 or 11950252. OLE color: 11950252.

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

Color convert

RGB17288182-
CMYK0.050.5200.29
HSL293.62º39.17%52.94%-
HSV(B)293.62º51.65%71.37%-
XYZ28.9519.1346.42-
YUV123.83160.83162.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.91%
GREEN value IS 88 (34.77% from 255) = 19.91%
BLUE value IS 182 (71.48% from 255) = 41.18%
R=38.91%
G=19.91%
B=41.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal172881820.050.5200.29293.6239.1752.94
HexAC58B653401D1262735
Octal2541302665640354464765
Binary10101100101100010110110101110100011101100100110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC58B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC58B6; }

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

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

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

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

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

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

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

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