#A49596

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

Shades of Viola #A49596

Tints of Viola #A49596

Color information

#A49596 (or 0xA49596) is unknown color: approx Viola. HEX triplet: A4, 95 and 96. RGB value is (164,149,150). Sum of RGB (Red+Green+Blue) = 164+149+150=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 150 (58.98% from 255 or 32.40% from 463); Max value from RGB is 164 - color contains mainly: red. Hex color #A49596 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49596 is #5B6A69. Grayscale: #999999. Windows color (decimal): -5991018 or 9868708. OLE color: 9868708.

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

Color convert

RGB164149150-
CMYK00.090.090.36
HSL356º7.61%61.37%-
HSV(B)356º9.15%64.31%-
XYZ31.5631.5933.29-
YUV153.6125.97135.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.42%
GREEN value IS 149 (58.59% from 255) = 32.18%
BLUE value IS 150 (58.98% from 255) = 32.40%
R=35.42%
G=32.18%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414915000.090.090.363567.6161.37
HexA495960992416483d
Octal24422522601111445441075
Binary1010010010010101100101100100110011001001011001001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49596; }

 p { color: rgb(164,149,150); }

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

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

 a { background-color: rgb(164,149,150); }

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

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

 span { border-color: rgb(164,149,150); }

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