#AC979A

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

Shades of Viola #AC979A

Tints of Viola #AC979A

Color information

#AC979A (or 0xAC979A) is unknown color: approx Viola. HEX triplet: AC, 97 and 9A. RGB value is (172,151,154). Sum of RGB (Red+Green+Blue) = 172+151+154=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 151 (59.38% from 255 or 31.66% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 172 - color contains mainly: red. Hex color #AC979A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC979A is #536865. Grayscale: #9D9D9D. Windows color (decimal): -5466214 or 10131372. OLE color: 10131372.

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

Color convert

RGB172151154-
CMYK00.120.100.33
HSL351.43º11.23%63.33%-
HSV(B)351.43º12.21%67.45%-
XYZ33.9133.2435.2-
YUV157.62125.96138.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.06%
GREEN value IS 151 (59.38% from 255) = 31.66%
BLUE value IS 154 (60.55% from 255) = 32.29%
R=36.06%
G=31.66%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215115400.120.100.33351.4311.2363.33
HexAC979A0CA2115fb3f
Octal25422723201412415371377
Binary1010110010010111100110100110010101000011010111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC979A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC979A; }

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

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

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

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

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

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

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

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