#AC60A8

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

Shades of Violet Blue #AC60A8

Tints of Violet Blue #AC60A8

Color information

#AC60A8 (or 0xAC60A8) is unknown color: approx Violet Blue. HEX triplet: AC, 60 and A8. RGB value is (172,96,168). Sum of RGB (Red+Green+Blue) = 172+96+168=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 168 (66.02% from 255 or 38.53% from 436); Max value from RGB is 172 - color contains mainly: red. Hex color #AC60A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC60A8 is #539F57. Grayscale: #7E7E7E. Windows color (decimal): -5480280 or 11034796. OLE color: 11034796.

HSL color Cylindrical-coordinate representation of color #AC60A8: hue angle of 303.16º 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 #AC60A8 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB17296168-
CMYK00.440.020.33
HSL303.16º31.4%52.55%-
HSV(B)303.16º44.19%67.45%-
XYZ28.2619.9639.41-
YUV126.93151.18160.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.45%
GREEN value IS 96 (37.89% from 255) = 22.02%
BLUE value IS 168 (66.02% from 255) = 38.53%
R=39.45%
G=22.02%
B=38.53%

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
Decimal1729616800.440.020.33303.1631.452.55
HexAC60A802C22112f1f35
Octal2541402500542414573765
Binary1010110011000001010100001011001010000110010111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC60A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC60A8; }

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

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

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

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

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

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

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

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