#AC60A9

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

Shades of Violet Blue #AC60A9

Tints of Violet Blue #AC60A9

Color information

#AC60A9 (or 0xAC60A9) is unknown color: approx Violet Blue. HEX triplet: AC, 60 and A9. RGB value is (172,96,169). Sum of RGB (Red+Green+Blue) = 172+96+169=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 169 (66.41% from 255 or 38.67% from 437); Max value from RGB is 172 - color contains mainly: red. Hex color #AC60A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC60A9 is #539F56. Grayscale: #7E7E7E. Windows color (decimal): -5480279 or 11100332. OLE color: 11100332.

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

Color convert

RGB17296169-
CMYK00.440.020.33
HSL302.37º31.4%52.55%-
HSV(B)302.37º44.19%67.45%-
XYZ28.362039.9-
YUV127.05151.68160.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.36%
GREEN value IS 96 (37.89% from 255) = 21.97%
BLUE value IS 169 (66.41% from 255) = 38.67%
R=39.36%
G=21.97%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729616900.440.020.33302.3731.452.55
HexAC60A902C22112e1f35
Octal2541402510542414563765
Binary1010110011000001010100101011001010000110010111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC60A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC60A9; }

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

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

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

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

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

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

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

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