#AC579A

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

Shades of Violet Blue #AC579A

Tints of Violet Blue #AC579A

Color information

#AC579A (or 0xAC579A) is unknown color: approx Violet Blue. HEX triplet: AC, 57 and 9A. RGB value is (172,87,154). Sum of RGB (Red+Green+Blue) = 172+87+154=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 87 (34.38% from 255 or 21.07% from 413); Blue value is 154 (60.55% from 255 or 37.29% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC579A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC579A is #53A865. Grayscale: #777777. Windows color (decimal): -5482598 or 10114988. OLE color: 10114988.

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

Color convert

RGB17287154-
CMYK00.490.100.33
HSL312.71º33.86%50.78%-
HSV(B)312.71º49.42%67.45%-
XYZ26.2517.9232.65-
YUV120.05147.16165.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.65%
GREEN value IS 87 (34.38% from 255) = 21.07%
BLUE value IS 154 (60.55% from 255) = 37.29%
R=41.65%
G=21.07%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728715400.490.100.33312.7133.8650.78
HexAC579A031A211392233
Octal25412723206112414714263
Binary1010110010101111001101001100011010100001100111001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC579A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC579A; }

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

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

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

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

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

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

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

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