#AC9397

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

Shades of Viola #AC9397

Tints of Viola #AC9397

Color information

#AC9397 (or 0xAC9397) is unknown color: approx Viola. HEX triplet: AC, 93 and 97. RGB value is (172,147,151). Sum of RGB (Red+Green+Blue) = 172+147+151=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 151 (59.38% from 255 or 32.13% from 470); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9397 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9397 is #536C68. Grayscale: #9A9A9A. Windows color (decimal): -5467241 or 9933740. OLE color: 9933740.

HSL color Cylindrical-coordinate representation of color #AC9397: hue angle of 350.4º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AC9397 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB172147151-
CMYK00.150.120.33
HSL350.4º13.09%62.55%-
HSV(B)350.4º14.53%67.45%-
XYZ33.0331.8733.69-
YUV154.93125.78140.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.60%
GREEN value IS 147 (57.81% from 255) = 31.28%
BLUE value IS 151 (59.38% from 255) = 32.13%
R=36.60%
G=31.28%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214715100.150.120.33350.413.0962.55
HexAC93970FC2115ed3f
Octal25422322701714415361577
Binary1010110010010011100101110111111001000011010111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9397; }

 p { color: rgb(172,147,151); }

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

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

 a { background-color: rgb(172,147,151); }

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

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

 span { border-color: rgb(172,147,151); }

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