#AC57AC

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

Shades of Violet Blue #AC57AC

Tints of Violet Blue #AC57AC

Color information

#AC57AC (or 0xAC57AC) is unknown color: approx Violet Blue. HEX triplet: AC, 57 and AC. RGB value is (172,87,172). Sum of RGB (Red+Green+Blue) = 172+87+172=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 87 (34.38% from 255 or 20.19% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC57AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC57AC is #53A853. Grayscale: #797979. Windows color (decimal): -5482580 or 11294636. OLE color: 11294636.

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

Color convert

RGB17287172-
CMYK00.4900.33
HSL300º33.86%50.78%-
HSV(B)300º49.42%67.45%-
XYZ27.8718.5741.14-
YUV122.1156.16163.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.91%
GREEN value IS 87 (34.38% from 255) = 20.19%
BLUE value IS 172 (67.58% from 255) = 39.91%
R=39.91%
G=20.19%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728717200.4900.3330033.8650.78
HexAC57AC03102112c2233
Octal2541272540610414544263
Binary1010110010101111010110001100010100001100101100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC57AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC57AC; }

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

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

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

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

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

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

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

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