#A49293

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

Shades of Viola #A49293

Tints of Viola #A49293

Color information

#A49293 (or 0xA49293) is unknown color: approx Viola. HEX triplet: A4, 92 and 93. RGB value is (164,146,147). Sum of RGB (Red+Green+Blue) = 164+146+147=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 146 (57.42% from 255 or 31.95% from 457); Blue value is 147 (57.81% from 255 or 32.17% from 457); Max value from RGB is 164 - color contains mainly: red. Hex color #A49293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49293 is #5B6D6C. Grayscale: #979797. Windows color (decimal): -5991789 or 9671332. OLE color: 9671332.

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

Color convert

RGB164146147-
CMYK00.110.100.36
HSL356.67º9%60.78%-
HSV(B)356.67º10.98%64.31%-
XYZ30.8630.5631.88-
YUV151.5125.46136.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.89%
GREEN value IS 146 (57.42% from 255) = 31.95%
BLUE value IS 147 (57.81% from 255) = 32.17%
R=35.89%
G=31.95%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414614700.110.100.36356.67960.78
HexA492930BA2416593d
Octal24422222301312445451175
Binary1010010010010010100100110101110101001001011001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49293; }

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

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

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

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

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

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

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

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