#A99396

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

Shades of Viola #A99396

Tints of Viola #A99396

Color information

#A99396 (or 0xA99396) is unknown color: approx Viola. HEX triplet: A9, 93 and 96. RGB value is (169,147,150). Sum of RGB (Red+Green+Blue) = 169+147+150=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 147 (57.81% from 255 or 31.55% from 466); Blue value is 150 (58.98% from 255 or 32.19% from 466); Max value from RGB is 169 - color contains mainly: red. Hex color #A99396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99396 is #566C69. Grayscale: #999999. Windows color (decimal): -5663850 or 9868201. OLE color: 9868201.

HSL color Cylindrical-coordinate representation of color #A99396: hue angle of 351.82º 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 #A99396 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB169147150-
CMYK00.130.110.34
HSL351.82º11.34%61.96%-
HSV(B)351.82º13.02%66.27%-
XYZ32.331.533.23-
YUV153.92125.79138.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.27%
GREEN value IS 147 (57.81% from 255) = 31.55%
BLUE value IS 150 (58.98% from 255) = 32.19%
R=36.27%
G=31.55%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914715000.130.110.34351.8211.3461.96
HexA993960DB22160b3e
Octal25122322601513425401376
Binary1010100110010011100101100110110111000101011000001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99396; }

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

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

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

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

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

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

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

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