#AC58B9

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

Shades of Fuchsia #AC58B9

Tints of Fuchsia #AC58B9

Color information

#AC58B9 (or 0xAC58B9) is unknown color: approx Fuchsia. HEX triplet: AC, 58 and B9. RGB value is (172,88,185). Sum of RGB (Red+Green+Blue) = 172+88+185=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 88 (34.77% from 255 or 19.78% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 185 - color contains mainly: blue. Hex color #AC58B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC58B9 is #53A746. Grayscale: #7B7B7B. Windows color (decimal): -5482311 or 12146860. OLE color: 12146860.

HSL color Cylindrical-coordinate representation of color #AC58B9: hue angle of 291.96º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC58B9 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17288185-
CMYK0.070.5200.27
HSL291.96º40.93%53.53%-
HSV(B)291.96º52.43%72.55%-
XYZ29.2619.2548.07-
YUV124.17162.33162.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.65%
GREEN value IS 88 (34.77% from 255) = 19.78%
BLUE value IS 185 (72.66% from 255) = 41.57%
R=38.65%
G=19.78%
B=41.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal172881850.070.5200.27291.9640.9353.53
HexAC58B973401B1242936
Octal2541302717640334445166
Binary10101100101100010111001111110100011011100100100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC58B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC58B9; }

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

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

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

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

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

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

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

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