#A59394

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

Shades of Viola #A59394

Tints of Viola #A59394

Color information

#A59394 (or 0xA59394) is unknown color: approx Viola. HEX triplet: A5, 93 and 94. RGB value is (165,147,148). Sum of RGB (Red+Green+Blue) = 165+147+148=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 147 (57.81% from 255 or 31.96% from 460); Blue value is 148 (58.20% from 255 or 32.17% from 460); Max value from RGB is 165 - color contains mainly: red. Hex color #A59394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59394 is #5A6C6B. Grayscale: #989898. Windows color (decimal): -5925996 or 9737125. OLE color: 9737125.

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

Color convert

RGB165147148-
CMYK00.110.100.35
HSL356.67º9.09%61.18%-
HSV(B)356.67º10.91%64.71%-
XYZ31.33132.35-
YUV152.5125.46136.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.87%
GREEN value IS 147 (57.81% from 255) = 31.96%
BLUE value IS 148 (58.20% from 255) = 32.17%
R=35.87%
G=31.96%
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.35
SystemRedGreenBlueCMYKHSL
Decimal16514714800.110.100.35356.679.0961.18
HexA593940BA2316593d
Octal24522322401312435451175
Binary1010010110010011100101000101110101000111011001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59394; }

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

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

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

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

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

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

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

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