#AC9192

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

Shades of Viola #AC9192

Tints of Viola #AC9192

Color information

#AC9192 (or 0xAC9192) is unknown color: approx Viola. HEX triplet: AC, 91 and 92. RGB value is (172,145,146). Sum of RGB (Red+Green+Blue) = 172+145+146=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 146 (57.42% from 255 or 31.53% from 463); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9192 is #536E6D. Grayscale: #999999. Windows color (decimal): -5467758 or 9605548. OLE color: 9605548.

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

Color convert

RGB172145146-
CMYK00.160.150.33
HSL357.78º13.99%62.16%-
HSV(B)357.78º15.7%67.45%-
XYZ32.3331.131.49-
YUV153.19123.95141.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.15%
GREEN value IS 145 (57.03% from 255) = 31.32%
BLUE value IS 146 (57.42% from 255) = 31.53%
R=37.15%
G=31.32%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214514600.160.150.33357.7813.9962.16
HexAC9192010F21166e3e
Octal25422122202017415461676
Binary10101100100100011001001001000011111000011011001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9192; }

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

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

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

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

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

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

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

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