#A99597

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

Shades of Viola #A99597

Tints of Viola #A99597

Color information

#A99597 (or 0xA99597) is unknown color: approx Viola. HEX triplet: A9, 95 and 97. RGB value is (169,149,151). Sum of RGB (Red+Green+Blue) = 169+149+151=469 (62% of max value = 765). Red value is 169 (66.41% from 255 or 36.03% from 469); Green value is 149 (58.59% from 255 or 31.77% from 469); Blue value is 151 (59.38% from 255 or 32.20% from 469); Max value from RGB is 169 - color contains mainly: red. Hex color #A99597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99597 is #566A68. Grayscale: #9B9B9B. Windows color (decimal): -5663337 or 9934249. OLE color: 9934249.

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

Color convert

RGB169149151-
CMYK00.120.110.34
HSL354º10.42%62.35%-
HSV(B)354º11.83%66.27%-
XYZ32.732.1633.76-
YUV155.21125.63137.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.03%
GREEN value IS 149 (58.59% from 255) = 31.77%
BLUE value IS 151 (59.38% from 255) = 32.20%
R=36.03%
G=31.77%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914915100.120.110.3435410.4262.35
HexA995970CB22162a3e
Octal25122522701413425421276
Binary1010100110010101100101110110010111000101011000101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99597; }

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

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

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

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

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

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

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

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