#AC9196

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

Shades of Viola #AC9196

Tints of Viola #AC9196

Color information

#AC9196 (or 0xAC9196) is unknown color: approx Viola. HEX triplet: AC, 91 and 96. RGB value is (172,145,150). Sum of RGB (Red+Green+Blue) = 172+145+150=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 145 (57.03% from 255 or 31.05% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9196 is #536E69. Grayscale: #999999. Windows color (decimal): -5467754 or 9867692. OLE color: 9867692.

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

Color convert

RGB172145150-
CMYK00.160.130.33
HSL348.89º13.99%62.16%-
HSV(B)348.89º15.7%67.45%-
XYZ32.6431.2233.16-
YUV153.64125.95141.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.83%
GREEN value IS 145 (57.03% from 255) = 31.05%
BLUE value IS 150 (58.98% from 255) = 32.12%
R=36.83%
G=31.05%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214515000.160.130.33348.8913.9962.16
HexAC9196010D2115de3e
Octal25422122602015415351676
Binary10101100100100011001011001000011011000011010111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9196; }

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

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

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

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

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

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

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

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