#AC56A9

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

Shades of Violet Blue #AC56A9

Tints of Violet Blue #AC56A9

Color information

#AC56A9 (or 0xAC56A9) is unknown color: approx Violet Blue. HEX triplet: AC, 56 and A9. RGB value is (172,86,169). Sum of RGB (Red+Green+Blue) = 172+86+169=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 86 (33.98% from 255 or 20.14% from 427); Blue value is 169 (66.41% from 255 or 39.58% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC56A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC56A9 is #53A956. Grayscale: #787878. Windows color (decimal): -5482839 or 11097772. OLE color: 11097772.

HSL color Cylindrical-coordinate representation of color #AC56A9: hue angle of 302.09º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC56A9 is Cyan = 0, Magento = 0.5, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB17286169-
CMYK00.50.020.33
HSL302.09º34.13%50.59%-
HSV(B)302.09º50%67.45%-
XYZ27.518.2939.62-
YUV121.18154.99164.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.28%
GREEN value IS 86 (33.98% from 255) = 20.14%
BLUE value IS 169 (66.41% from 255) = 39.58%
R=40.28%
G=20.14%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728616900.50.020.33302.0934.1350.59
HexAC56A903222112e2233
Octal2541262510622414564263
Binary10101100101011010101001011001010100001100101110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC56A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC56A9; }

 p { color: rgb(172,86,169); }

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

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

 a { background-color: rgb(172,86,169); }

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

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

 span { border-color: rgb(172,86,169); }

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