#A79194

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

Shades of Viola #A79194

Tints of Viola #A79194

Color information

#A79194 (or 0xA79194) is unknown color: approx Viola. HEX triplet: A7, 91 and 94. RGB value is (167,145,148). Sum of RGB (Red+Green+Blue) = 167+145+148=460 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.30% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 148 (58.20% from 255 or 32.17% from 460); Max value from RGB is 167 - color contains mainly: red. Hex color #A79194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79194 is #586E6B. Grayscale: #979797. Windows color (decimal): -5795436 or 9736615. OLE color: 9736615.

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

Color convert

RGB167145148-
CMYK00.130.110.35
HSL351.82º11.11%61.18%-
HSV(B)351.82º13.17%65.49%-
XYZ31.4130.632.27-
YUV151.92125.79138.76-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.30%
GREEN value IS 145 (57.03% from 255) = 31.52%
BLUE value IS 148 (58.20% from 255) = 32.17%
R=36.30%
G=31.52%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714514800.130.110.35351.8211.1161.18
HexA791940DB23160b3d
Octal24722122401513435401375
Binary1010011110010001100101000110110111000111011000001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79194; }

 p { color: rgb(167,145,148); }

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

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

 a { background-color: rgb(167,145,148); }

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

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

 span { border-color: rgb(167,145,148); }

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