#AC59AA

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

Shades of Violet Blue #AC59AA

Tints of Violet Blue #AC59AA

Color information

#AC59AA (or 0xAC59AA) is unknown color: approx Violet Blue. HEX triplet: AC, 59 and AA. RGB value is (172,89,170). Sum of RGB (Red+Green+Blue) = 172+89+170=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 89 (35.16% from 255 or 20.65% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC59AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC59AA is #53A655. Grayscale: #7A7A7A. Windows color (decimal): -5482070 or 11164076. OLE color: 11164076.

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

Color convert

RGB17289170-
CMYK00.480.010.33
HSL301.45º33.33%51.18%-
HSV(B)301.45º48.26%67.45%-
XYZ27.8418.8240.19-
YUV123.05154.5162.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.91%
GREEN value IS 89 (35.16% from 255) = 20.65%
BLUE value IS 170 (66.80% from 255) = 39.44%
R=39.91%
G=20.65%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728917000.480.010.33301.4533.3351.18
HexAC59AA03012112d2133
Octal2541312520601414554163
Binary1010110010110011010101001100001100001100101101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC59AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC59AA; }

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

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

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

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

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

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

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

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