#AC57A5

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

Shades of Violet Blue #AC57A5

Tints of Violet Blue #AC57A5

Color information

#AC57A5 (or 0xAC57A5) is unknown color: approx Violet Blue. HEX triplet: AC, 57 and A5. RGB value is (172,87,165). Sum of RGB (Red+Green+Blue) = 172+87+165=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 87 (34.38% from 255 or 20.52% from 424); Blue value is 165 (64.84% from 255 or 38.92% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #AC57A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC57A5 is #53A85A. Grayscale: #797979. Windows color (decimal): -5482587 or 10835884. OLE color: 10835884.

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

Color convert

RGB17287165-
CMYK00.490.040.33
HSL304.94º33.86%50.78%-
HSV(B)304.94º49.42%67.45%-
XYZ27.2118.337.7-
YUV121.31152.66164.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.57%
GREEN value IS 87 (34.38% from 255) = 20.52%
BLUE value IS 165 (64.84% from 255) = 38.92%
R=40.57%
G=20.52%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728716500.490.040.33304.9433.8650.78
HexAC57A50314211312233
Octal2541272450614414614263
Binary101011001010111101001010110001100100001100110001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC57A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC57A5; }

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

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

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

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

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

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

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

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