#AC579F

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

Shades of Violet Blue #AC579F

Tints of Violet Blue #AC579F

Color information

#AC579F (or 0xAC579F) is unknown color: approx Violet Blue. HEX triplet: AC, 57 and 9F. RGB value is (172,87,159). Sum of RGB (Red+Green+Blue) = 172+87+159=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 87 (34.38% from 255 or 20.81% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 172 - color contains mainly: red. Hex color #AC579F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC579F is #53A860. Grayscale: #787878. Windows color (decimal): -5482593 or 10442668. OLE color: 10442668.

HSL color Cylindrical-coordinate representation of color #AC579F: hue angle of 309.18º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC579F is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB17287159-
CMYK00.490.080.33
HSL309.18º33.86%50.78%-
HSV(B)309.18º49.42%67.45%-
XYZ26.6818.0934.89-
YUV120.62149.66164.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.15%
GREEN value IS 87 (34.38% from 255) = 20.81%
BLUE value IS 159 (62.5% from 255) = 38.04%
R=41.15%
G=20.81%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728715900.490.080.33309.1833.8650.78
HexAC579F0318211352233
Octal25412723706110414654263
Binary1010110010101111001111101100011000100001100110101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC579F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC579F; }

 p { color: rgb(172,87,159); }

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

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

 a { background-color: rgb(172,87,159); }

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

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

 span { border-color: rgb(172,87,159); }

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