#AC989C

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

Shades of Viola #AC989C

Tints of Viola #AC989C

Color information

#AC989C (or 0xAC989C) is unknown color: approx Viola. HEX triplet: AC, 98 and 9C. RGB value is (172,152,156). Sum of RGB (Red+Green+Blue) = 172+152+156=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 152 (59.77% from 255 or 31.67% from 480); Blue value is 156 (61.33% from 255 or 32.5% from 480); Max value from RGB is 172 - color contains mainly: red. Hex color #AC989C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC989C is #536763. Grayscale: #9E9E9E. Windows color (decimal): -5465956 or 10262700. OLE color: 10262700.

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

Color convert

RGB172152156-
CMYK00.120.090.33
HSL348º10.75%63.53%-
HSV(B)348º11.63%67.45%-
XYZ34.2433.6336.14-
YUV158.44126.63137.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.83%
GREEN value IS 152 (59.77% from 255) = 31.67%
BLUE value IS 156 (61.33% from 255) = 32.5%
R=35.83%
G=31.67%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215215600.120.090.3334810.7563.53
HexAC989C0C92115cb40
Octal254230234014114153413100
Binary10101100100110001001110001100100110000110101110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC989C; }

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

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

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

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

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

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

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

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