#AC9297

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

Shades of Viola #AC9297

Tints of Viola #AC9297

Color information

#AC9297 (or 0xAC9297) is unknown color: approx Viola. HEX triplet: AC, 92 and 97. RGB value is (172,146,151). Sum of RGB (Red+Green+Blue) = 172+146+151=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 151 (59.38% from 255 or 32.20% from 469); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9297 is #536D68. Grayscale: #9A9A9A. Windows color (decimal): -5467497 or 9933484. OLE color: 9933484.

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

Color convert

RGB172146151-
CMYK00.150.120.33
HSL348.46º13.54%62.35%-
HSV(B)348.46º15.12%67.45%-
XYZ32.8831.5633.64-
YUV154.34126.11140.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.67%
GREEN value IS 146 (57.42% from 255) = 31.13%
BLUE value IS 151 (59.38% from 255) = 32.20%
R=36.67%
G=31.13%
B=32.20%

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
Decimal17214615100.150.120.33348.4613.5462.35
HexAC92970FC2115ce3e
Octal25422222701714415341676
Binary1010110010010010100101110111111001000011010111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9297; }

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

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

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

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

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

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

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

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