#AC57A1

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

Shades of Violet Blue #AC57A1

Tints of Violet Blue #AC57A1

Color information

#AC57A1 (or 0xAC57A1) is unknown color: approx Violet Blue. HEX triplet: AC, 57 and A1. RGB value is (172,87,161). Sum of RGB (Red+Green+Blue) = 172+87+161=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 87 (34.38% from 255 or 20.71% from 420); Blue value is 161 (63.28% from 255 or 38.33% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC57A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC57A1 is #53A85E. Grayscale: #787878. Windows color (decimal): -5482591 or 10573740. OLE color: 10573740.

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

Color convert

RGB17287161-
CMYK00.490.060.33
HSL307.76º33.86%50.78%-
HSV(B)307.76º49.42%67.45%-
XYZ26.8518.1635.81-
YUV120.85150.66164.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.95%
GREEN value IS 87 (34.38% from 255) = 20.71%
BLUE value IS 161 (63.28% from 255) = 38.33%
R=40.95%
G=20.71%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728716100.490.060.33307.7633.8650.78
HexAC57A10316211342233
Octal2541272410616414644263
Binary101011001010111101000010110001110100001100110100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC57A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC57A1; }

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

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

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

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

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

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

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

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