#A49192

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

Shades of Viola #A49192

Tints of Viola #A49192

Color information

#A49192 (or 0xA49192) is unknown color: approx Viola. HEX triplet: A4, 91 and 92. RGB value is (164,145,146). Sum of RGB (Red+Green+Blue) = 164+145+146=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 146 (57.42% from 255 or 32.09% from 455); Max value from RGB is 164 - color contains mainly: red. Hex color #A49192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49192 is #5B6E6D. Grayscale: #969696. Windows color (decimal): -5992046 or 9605540. OLE color: 9605540.

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

Color convert

RGB164145146-
CMYK00.120.110.36
HSL356.84º9.45%60.59%-
HSV(B)356.84º11.59%64.31%-
XYZ30.6230.2231.41-
YUV150.8125.29137.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.04%
GREEN value IS 145 (57.03% from 255) = 31.87%
BLUE value IS 146 (57.42% from 255) = 32.09%
R=36.04%
G=31.87%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414514600.120.110.36356.849.4560.59
HexA491920CB2416593d
Octal24422122201413445451175
Binary1010010010010001100100100110010111001001011001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49192; }

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

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

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

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

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

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

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

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