#A79395

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

Shades of Viola #A79395

Tints of Viola #A79395

Color information

#A79395 (or 0xA79395) is unknown color: approx Viola. HEX triplet: A7, 93 and 95. RGB value is (167,147,149). Sum of RGB (Red+Green+Blue) = 167+147+149=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 167 - color contains mainly: red. Hex color #A79395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79395 is #586C6A. Grayscale: #999999. Windows color (decimal): -5794923 or 9802663. OLE color: 9802663.

HSL color Cylindrical-coordinate representation of color #A79395: hue angle of 354º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A79395 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB167147149-
CMYK00.120.110.35
HSL354º10.2%61.57%-
HSV(B)354º11.98%65.49%-
XYZ31.7931.2532.79-
YUV153.21125.63137.84-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.07%
GREEN value IS 147 (57.81% from 255) = 31.75%
BLUE value IS 149 (58.59% from 255) = 32.18%
R=36.07%
G=31.75%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714714900.120.110.3535410.261.57
HexA793950CB23162a3e
Octal24722322501413435421276
Binary1010011110010011100101010110010111000111011000101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79395; }

 p { color: rgb(167,147,149); }

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

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

 a { background-color: rgb(167,147,149); }

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

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

 span { border-color: rgb(167,147,149); }

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