#AC999D

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

Shades of Viola #AC999D

Tints of Viola #AC999D

Color information

#AC999D (or 0xAC999D) is unknown color: approx Viola. HEX triplet: AC, 99 and 9D. RGB value is (172,153,157). Sum of RGB (Red+Green+Blue) = 172+153+157=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 157 (61.72% from 255 or 32.57% from 482); Max value from RGB is 172 - color contains mainly: red. Hex color #AC999D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC999D is #536662. Grayscale: #9F9F9F. Windows color (decimal): -5465699 or 10328492. OLE color: 10328492.

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

Color convert

RGB172153157-
CMYK00.110.090.33
HSL347.37º10.27%63.73%-
HSV(B)347.37º11.05%67.45%-
XYZ34.4933.9936.64-
YUV159.14126.79137.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.68%
GREEN value IS 153 (60.16% from 255) = 31.74%
BLUE value IS 157 (61.72% from 255) = 32.57%
R=35.68%
G=31.74%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215315700.110.090.33347.3710.2763.73
HexAC999D0B92115ba40
Octal254231235013114153312100
Binary10101100100110011001110101011100110000110101101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC999D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC999D; }

 p { color: rgb(172,153,157); }

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

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

 a { background-color: rgb(172,153,157); }

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

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

 span { border-color: rgb(172,153,157); }

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