#AC579C

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

Shades of Violet Blue #AC579C

Tints of Violet Blue #AC579C

Color information

#AC579C (or 0xAC579C) is unknown color: approx Violet Blue. HEX triplet: AC, 57 and 9C. RGB value is (172,87,156). Sum of RGB (Red+Green+Blue) = 172+87+156=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 87 (34.38% from 255 or 20.96% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #AC579C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC579C is #53A863. Grayscale: #787878. Windows color (decimal): -5482596 or 10246060. OLE color: 10246060.

HSL color Cylindrical-coordinate representation of color #AC579C: hue angle of 311.29º 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 #AC579C is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB17287156-
CMYK00.490.090.33
HSL311.29º33.86%50.78%-
HSV(B)311.29º49.42%67.45%-
XYZ26.4217.9933.53-
YUV120.28148.16164.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.45%
GREEN value IS 87 (34.38% from 255) = 20.96%
BLUE value IS 156 (61.33% from 255) = 37.59%
R=41.45%
G=20.96%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728715600.490.090.33311.2933.8650.78
HexAC579C0319211372233
Octal25412723406111414674263
Binary1010110010101111001110001100011001100001100110111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC579C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC579C; }

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

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

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

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

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

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

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

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