#A49091

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

Shades of Viola #A49091

Tints of Viola #A49091

Color information

#A49091 (or 0xA49091) is unknown color: approx Viola. HEX triplet: A4, 90 and 91. RGB value is (164,144,145). Sum of RGB (Red+Green+Blue) = 164+144+145=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 145 (57.03% from 255 or 32.01% from 453); Max value from RGB is 164 - color contains mainly: red. Hex color #A49091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49091 is #5B6F6E. Grayscale: #969696. Windows color (decimal): -5992303 or 9539748. OLE color: 9539748.

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

Color convert

RGB164144145-
CMYK00.120.120.36
HSL357º9.9%60.39%-
HSV(B)357º12.2%64.31%-
XYZ30.3929.8830.95-
YUV150.09125.13137.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.20%
GREEN value IS 144 (56.64% from 255) = 31.79%
BLUE value IS 145 (57.03% from 255) = 32.01%
R=36.20%
G=31.79%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414414500.120.120.363579.960.39
HexA490910CC24165a3c
Octal24422022101414445451274
Binary1010010010010000100100010110011001001001011001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49091; }

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

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

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

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

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

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

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

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