#AC57AE

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

Shades of Violet Blue #AC57AE

Tints of Violet Blue #AC57AE

Color information

#AC57AE (or 0xAC57AE) is unknown color: approx Violet Blue. HEX triplet: AC, 57 and AE. RGB value is (172,87,174). Sum of RGB (Red+Green+Blue) = 172+87+174=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 87 (34.38% from 255 or 20.09% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC57AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC57AE is #53A851. Grayscale: #7A7A7A. Windows color (decimal): -5482578 or 11425708. OLE color: 11425708.

HSL color Cylindrical-coordinate representation of color #AC57AE: hue angle of 298.62º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC57AE is Cyan = 0.01, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17287174-
CMYK0.010.500.32
HSL298.62º34.94%51.18%-
HSV(B)298.62º50%68.24%-
XYZ28.0618.6442.16-
YUV122.33157.16163.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.72%
GREEN value IS 87 (34.38% from 255) = 20.09%
BLUE value IS 174 (68.36% from 255) = 40.18%
R=39.72%
G=20.09%
B=40.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172871740.010.500.32298.6234.9451.18
HexAC57AE13202012b2333
Octal2541272561620404534363
Binary1010110010101111010111011100100100000100101011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC57AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC57AE; }

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

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

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

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

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

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

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

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