#AC8D96

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

Shades of Viola #AC8D96

Tints of Viola #AC8D96

Color information

#AC8D96 (or 0xAC8D96) is unknown color: approx Viola. HEX triplet: AC, 8D and 96. RGB value is (172,141,150). Sum of RGB (Red+Green+Blue) = 172+141+150=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 141 (55.47% from 255 or 30.45% from 463); Blue value is 150 (58.98% from 255 or 32.40% from 463); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8D96 is #537269. Grayscale: #979797. Windows color (decimal): -5468778 or 9866668. OLE color: 9866668.

HSL color Cylindrical-coordinate representation of color #AC8D96: hue angle of 342.58º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AC8D96 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB172141150-
CMYK00.180.130.33
HSL342.58º15.74%61.37%-
HSV(B)342.58º18.02%67.45%-
XYZ32.0430.0232.96-
YUV151.29127.27142.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.15%
GREEN value IS 141 (55.47% from 255) = 30.45%
BLUE value IS 150 (58.98% from 255) = 32.40%
R=37.15%
G=30.45%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214115000.180.130.33342.5815.7461.37
HexAC8D96012D21157103d
Octal25421522602215415272075
Binary101011001000110110010110010010110110000110101011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8D96; }

 p { color: rgb(172,141,150); }

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

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

 a { background-color: rgb(172,141,150); }

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

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

 span { border-color: rgb(172,141,150); }

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