#A39394

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

Shades of Viola #A39394

Tints of Viola #A39394

Color information

#A39394 (or 0xA39394) is unknown color: approx Viola. HEX triplet: A3, 93 and 94. RGB value is (163,147,148). Sum of RGB (Red+Green+Blue) = 163+147+148=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 147 (57.81% from 255 or 32.10% from 458); Blue value is 148 (58.20% from 255 or 32.31% from 458); Max value from RGB is 163 - color contains mainly: red. Hex color #A39394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39394 is #5C6C6B. Grayscale: #979797. Windows color (decimal): -6057068 or 9737123. OLE color: 9737123.

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

Color convert

RGB163147148-
CMYK00.100.090.36
HSL356.25º8%60.78%-
HSV(B)356.25º9.82%63.92%-
XYZ30.8830.7932.33-
YUV151.9125.8135.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.59%
GREEN value IS 147 (57.81% from 255) = 32.10%
BLUE value IS 148 (58.20% from 255) = 32.31%
R=35.59%
G=32.10%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314714800.100.090.36356.25860.78
HexA393940A92416483d
Octal24322322401211445441075
Binary1010001110010011100101000101010011001001011001001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39394; }

 p { color: rgb(163,147,148); }

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

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

 a { background-color: rgb(163,147,148); }

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

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

 span { border-color: rgb(163,147,148); }

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