#A99395

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

Shades of Viola #A99395

Tints of Viola #A99395

Color information

#A99395 (or 0xA99395) is unknown color: approx Viola. HEX triplet: A9, 93 and 95. RGB value is (169,147,149). Sum of RGB (Red+Green+Blue) = 169+147+149=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 147 (57.81% from 255 or 31.61% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 169 - color contains mainly: red. Hex color #A99395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99395 is #566C6A. Grayscale: #999999. Windows color (decimal): -5663851 or 9802665. OLE color: 9802665.

HSL color Cylindrical-coordinate representation of color #A99395: hue angle of 354.55º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A99395 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB169147149-
CMYK00.130.120.34
HSL354.55º11.34%61.96%-
HSV(B)354.55º13.02%66.27%-
XYZ32.2231.4732.81-
YUV153.81125.29138.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.34%
GREEN value IS 147 (57.81% from 255) = 31.61%
BLUE value IS 149 (58.59% from 255) = 32.04%
R=36.34%
G=31.61%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914714900.130.120.34354.5511.3461.96
HexA993950DC22163b3e
Octal25122322501514425431376
Binary1010100110010011100101010110111001000101011000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99395; }

 p { color: rgb(169,147,149); }

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

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

 a { background-color: rgb(169,147,149); }

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

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

 span { border-color: rgb(169,147,149); }

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