#A59193

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

Shades of Viola #A59193

Tints of Viola #A59193

Color information

#A59193 (or 0xA59193) is unknown color: approx Viola. HEX triplet: A5, 91 and 93. RGB value is (165,145,147). Sum of RGB (Red+Green+Blue) = 165+145+147=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 145 (57.03% from 255 or 31.73% from 457); Blue value is 147 (57.81% from 255 or 32.17% from 457); Max value from RGB is 165 - color contains mainly: red. Hex color #A59193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59193 is #5A6E6C. Grayscale: #979797. Windows color (decimal): -5926509 or 9671077. OLE color: 9671077.

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

Color convert

RGB165145147-
CMYK00.120.110.35
HSL354º10%60.78%-
HSV(B)354º12.12%64.71%-
XYZ30.9130.3631.83-
YUV151.21125.63137.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.11%
GREEN value IS 145 (57.03% from 255) = 31.73%
BLUE value IS 147 (57.81% from 255) = 32.17%
R=36.11%
G=31.73%
B=32.17%

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
Decimal16514514700.120.110.353541060.78
HexA591930CB23162a3d
Octal24522122301413435421275
Binary1010010110010001100100110110010111000111011000101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59193; }

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

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

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

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

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

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

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

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