#A9989A

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

Shades of Viola #A9989A

Tints of Viola #A9989A

Color information

#A9989A (or 0xA9989A) is unknown color: approx Viola. HEX triplet: A9, 98 and 9A. RGB value is (169,152,154). Sum of RGB (Red+Green+Blue) = 169+152+154=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 169 - color contains mainly: red. Hex color #A9989A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9989A is #566765. Grayscale: #9D9D9D. Windows color (decimal): -5662566 or 10131625. OLE color: 10131625.

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

Color convert

RGB169152154-
CMYK00.100.090.34
HSL352.94º8.99%62.94%-
HSV(B)352.94º10.06%66.27%-
XYZ33.4233.2235.22-
YUV157.31126.13136.34-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.58%
GREEN value IS 152 (59.77% from 255) = 32%
BLUE value IS 154 (60.55% from 255) = 32.42%
R=35.58%
G=32%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915215400.100.090.34352.948.9962.94
HexA9989A0A92216193f
Octal25123023201211425411177
Binary1010100110011000100110100101010011000101011000011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9989A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9989A; }

 p { color: rgb(169,152,154); }

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

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

 a { background-color: rgb(169,152,154); }

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

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

 span { border-color: rgb(169,152,154); }

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