#AC59AE

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

Shades of Violet Blue #AC59AE

Tints of Violet Blue #AC59AE

Color information

#AC59AE (or 0xAC59AE) is unknown color: approx Violet Blue. HEX triplet: AC, 59 and AE. RGB value is (172,89,174). Sum of RGB (Red+Green+Blue) = 172+89+174=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 89 (35.16% from 255 or 20.46% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC59AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC59AE is #53A651. Grayscale: #7B7B7B. Windows color (decimal): -5482066 or 11426220. OLE color: 11426220.

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

Color convert

RGB17289174-
CMYK0.010.4900.32
HSL298.59º34.41%51.57%-
HSV(B)298.59º48.85%68.24%-
XYZ28.2318.9742.22-
YUV123.51156.5162.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.54%
GREEN value IS 89 (35.16% from 255) = 20.46%
BLUE value IS 174 (68.36% from 255) = 40%
R=39.54%
G=20.46%
B=40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172891740.010.4900.32298.5934.4151.57
HexAC59AE13102012b2234
Octal2541312561610404534264
Binary1010110010110011010111011100010100000100101011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC59AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC59AE; }

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

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

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

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

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

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

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

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