#AC57A0

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

Shades of Violet Blue #AC57A0

Tints of Violet Blue #AC57A0

Color information

#AC57A0 (or 0xAC57A0) is unknown color: approx Violet Blue. HEX triplet: AC, 57 and A0. RGB value is (172,87,160). Sum of RGB (Red+Green+Blue) = 172+87+160=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 87 (34.38% from 255 or 20.76% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC57A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC57A0 is #53A85F. Grayscale: #787878. Windows color (decimal): -5482592 or 10508204. OLE color: 10508204.

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

Color convert

RGB17287160-
CMYK00.490.070.33
HSL308.47º33.86%50.78%-
HSV(B)308.47º49.42%67.45%-
XYZ26.7718.1335.35-
YUV120.74150.16164.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.05%
GREEN value IS 87 (34.38% from 255) = 20.76%
BLUE value IS 160 (62.89% from 255) = 38.19%
R=41.05%
G=20.76%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728716000.490.070.33308.4733.8650.78
HexAC57A00317211342233
Octal2541272400617414644263
Binary101011001010111101000000110001111100001100110100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC57A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC57A0; }

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

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

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

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

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

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

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

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