#AC999C

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

Shades of Viola #AC999C

Tints of Viola #AC999C

Color information

#AC999C (or 0xAC999C) is unknown color: approx Viola. HEX triplet: AC, 99 and 9C. RGB value is (172,153,156). Sum of RGB (Red+Green+Blue) = 172+153+156=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 156 (61.33% from 255 or 32.43% from 481); Max value from RGB is 172 - color contains mainly: red. Hex color #AC999C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC999C is #536663. Grayscale: #9F9F9F. Windows color (decimal): -5465700 or 10262956. OLE color: 10262956.

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

Color convert

RGB172153156-
CMYK00.110.090.33
HSL350.53º10.27%63.73%-
HSV(B)350.53º11.05%67.45%-
XYZ34.4133.9536.19-
YUV159.02126.29137.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.76%
GREEN value IS 153 (60.16% from 255) = 31.81%
BLUE value IS 156 (61.33% from 255) = 32.43%
R=35.76%
G=31.81%
B=32.43%

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
Decimal17215315600.110.090.33350.5310.2763.73
HexAC999C0B92115fa40
Octal254231234013114153712100
Binary10101100100110011001110001011100110000110101111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC999C; }

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

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

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

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

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

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

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

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