#AC57AB

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

Shades of Violet Blue #AC57AB

Tints of Violet Blue #AC57AB

Color information

#AC57AB (or 0xAC57AB) is unknown color: approx Violet Blue. HEX triplet: AC, 57 and AB. RGB value is (172,87,171). Sum of RGB (Red+Green+Blue) = 172+87+171=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 87 (34.38% from 255 or 20.23% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 172 - color contains mainly: red. Hex color #AC57AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC57AB is #53A854. Grayscale: #797979. Windows color (decimal): -5482581 or 11229100. OLE color: 11229100.

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

Color convert

RGB17287171-
CMYK00.490.010.33
HSL300.71º33.86%50.78%-
HSV(B)300.71º49.42%67.45%-
XYZ27.7718.5340.64-
YUV121.99155.66163.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40%
GREEN value IS 87 (34.38% from 255) = 20.23%
BLUE value IS 171 (67.19% from 255) = 39.77%
R=40%
G=20.23%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728717100.490.010.33300.7133.8650.78
HexAC57AB03112112d2233
Octal2541272530611414554263
Binary1010110010101111010101101100011100001100101101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC57AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC57AB; }

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

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

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

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

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

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

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

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