#AC59A0

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

Shades of Violet Blue #AC59A0

Tints of Violet Blue #AC59A0

Color information

#AC59A0 (or 0xAC59A0) is unknown color: approx Violet Blue. HEX triplet: AC, 59 and A0. RGB value is (172,89,160). Sum of RGB (Red+Green+Blue) = 172+89+160=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 89 (35.16% from 255 or 21.14% from 421); Blue value is 160 (62.89% from 255 or 38.00% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #AC59A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC59A0 is #53A65F. Grayscale: #797979. Windows color (decimal): -5482080 or 10508716. OLE color: 10508716.

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

Color convert

RGB17289160-
CMYK00.480.070.33
HSL308.67º33.33%51.18%-
HSV(B)308.67º48.26%67.45%-
XYZ26.9318.4535.4-
YUV121.91149.5163.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.86%
GREEN value IS 89 (35.16% from 255) = 21.14%
BLUE value IS 160 (62.89% from 255) = 38.00%
R=40.86%
G=21.14%
B=38.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728916000.480.070.33308.6733.3351.18
HexAC59A00307211352133
Octal2541312400607414654163
Binary101011001011001101000000110000111100001100110101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC59A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC59A0; }

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

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

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

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

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

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

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

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