#AC60A0

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

Shades of Violet Blue #AC60A0

Tints of Violet Blue #AC60A0

Color information

#AC60A0 (or 0xAC60A0) is unknown color: approx Violet Blue. HEX triplet: AC, 60 and A0. RGB value is (172,96,160). Sum of RGB (Red+Green+Blue) = 172+96+160=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 160 (62.89% from 255 or 37.38% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #AC60A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC60A0 is #539F5F. Grayscale: #7D7D7D. Windows color (decimal): -5480288 or 10510508. OLE color: 10510508.

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

Color convert

RGB17296160-
CMYK00.440.070.33
HSL309.47º31.4%52.55%-
HSV(B)309.47º44.19%67.45%-
XYZ27.5419.6735.6-
YUV126.02147.18160.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.19%
GREEN value IS 96 (37.89% from 255) = 22.43%
BLUE value IS 160 (62.89% from 255) = 37.38%
R=40.19%
G=22.43%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729616000.440.070.33309.4731.452.55
HexAC60A002C7211351f35
Octal2541402400547414653765
Binary10101100110000010100000010110011110000110011010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC60A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC60A0; }

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

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

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

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

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

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

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

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