#ac59b7

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

Shades of Fuchsia #AC59B7

Tints of Fuchsia #AC59B7

Color information

#AC59B7 (or 0xAC59B7) is unknown color: approx Fuchsia. HEX triplet: AC, 59 and B7. RGB value is (172,89,183). Sum of RGB (Red+Green+Blue) = 172+89+183=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 89 (35.16% from 255 or 20.05% from 444); Blue value is 183 (71.88% from 255 or 41.22% from 444); Max value from RGB is 183 - color contains mainly: blue. Hex color #AC59B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC59B7 is #53A648. Grayscale: #7C7C7C. Windows color (decimal): -5482057 or 12016044. OLE color: 12016044.

HSL color Cylindrical-coordinate representation of color #AC59B7: hue angle of 292.98º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC59B7 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17289183-
CMYK0.060.5100.28
HSL292.98º39.5%53.33%-
HSV(B)292.98º51.37%71.76%-
XYZ29.1319.3347-
YUV124.53161161.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.74%
GREEN value IS 89 (35.16% from 255) = 20.05%
BLUE value IS 183 (71.88% from 255) = 41.22%
R=38.74%
G=20.05%
B=41.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal172891830.060.5100.28292.9839.553.33
HexAC59B763301C1252735
Octal2541312676630344454765
Binary10101100101100110110111110110011011100100100101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac59b7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac59b7; }

 p { color: rgb(172,89,183); }

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

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

 a { background-color: rgb(172,89,183); }

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

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

 span { border-color: rgb(172,89,183); }

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