#A39293

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

Shades of Viola #A39293

Tints of Viola #A39293

Color information

#A39293 (or 0xA39293) is unknown color: approx Viola. HEX triplet: A3, 92 and 93. RGB value is (163,146,147). Sum of RGB (Red+Green+Blue) = 163+146+147=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 146 (57.42% from 255 or 32.02% from 456); Blue value is 147 (57.81% from 255 or 32.24% from 456); Max value from RGB is 163 - color contains mainly: red. Hex color #A39293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39293 is #5C6D6C. Grayscale: #979797. Windows color (decimal): -6057325 or 9671331. OLE color: 9671331.

HSL color Cylindrical-coordinate representation of color #A39293: hue angle of 356.47º 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 #A39293 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB163146147-
CMYK00.100.100.36
HSL356.47º8.46%60.59%-
HSV(B)356.47º10.43%63.92%-
XYZ30.6530.4531.87-
YUV151.2125.63136.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.75%
GREEN value IS 146 (57.42% from 255) = 32.02%
BLUE value IS 147 (57.81% from 255) = 32.24%
R=35.75%
G=32.02%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314614700.100.100.36356.478.4660.59
HexA392930AA2416483d
Octal24322222301212445441075
Binary1010001110010010100100110101010101001001011001001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39293; }

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

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

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

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

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

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

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

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