#A99799

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

Shades of Viola #A99799

Tints of Viola #A99799

Color information

#A99799 (or 0xA99799) is unknown color: approx Viola. HEX triplet: A9, 97 and 99. RGB value is (169,151,153). Sum of RGB (Red+Green+Blue) = 169+151+153=473 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.73% from 473); Green value is 151 (59.38% from 255 or 31.92% from 473); Blue value is 153 (60.16% from 255 or 32.35% from 473); Max value from RGB is 169 - color contains mainly: red. Hex color #A99799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99799 is #566866. Grayscale: #9C9C9C. Windows color (decimal): -5662823 or 10065833. OLE color: 10065833.

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

Color convert

RGB169151153-
CMYK00.110.090.34
HSL353.33º9.47%62.75%-
HSV(B)353.33º10.65%66.27%-
XYZ33.1832.8734.73-
YUV156.61125.96136.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.73%
GREEN value IS 151 (59.38% from 255) = 31.92%
BLUE value IS 153 (60.16% from 255) = 32.35%
R=35.73%
G=31.92%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915115300.110.090.34353.339.4762.75
HexA997990B92216193f
Octal25122723101311425411177
Binary1010100110010111100110010101110011000101011000011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99799; }

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

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

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

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

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

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

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

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