#AC59AD

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

Shades of Violet Blue #AC59AD

Tints of Violet Blue #AC59AD

Color information

#AC59AD (or 0xAC59AD) is unknown color: approx Violet Blue. HEX triplet: AC, 59 and AD. RGB value is (172,89,173). Sum of RGB (Red+Green+Blue) = 172+89+173=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC59AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC59AD is #53A652. Grayscale: #7B7B7B. Windows color (decimal): -5482067 or 11360684. OLE color: 11360684.

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

Color convert

RGB17289173-
CMYK0.010.4900.32
HSL299.29º33.87%51.37%-
HSV(B)299.29º48.55%67.84%-
XYZ28.1318.9341.71-
YUV123.39156162.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.63%
GREEN value IS 89 (35.16% from 255) = 20.51%
BLUE value IS 173 (67.97% from 255) = 39.86%
R=39.63%
G=20.51%
B=39.86%

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
Decimal172891730.010.4900.32299.2933.8751.37
HexAC59AD13102012b2233
Octal2541312551610404534263
Binary1010110010110011010110111100010100000100101011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC59AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC59AD; }

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

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

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

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

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

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

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

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