#A98D8E

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

Shades of Viola #A98D8E

Tints of Viola #A98D8E

Color information

#A98D8E (or 0xA98D8E) is unknown color: approx Viola. HEX triplet: A9, 8D and 8E. RGB value is (169,141,142). Sum of RGB (Red+Green+Blue) = 169+141+142=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 141 (55.47% from 255 or 31.19% from 452); Blue value is 142 (55.86% from 255 or 31.42% from 452); Max value from RGB is 169 - color contains mainly: red. Hex color #A98D8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98D8E is #567271. Grayscale: #959595. Windows color (decimal): -5665394 or 9342377. OLE color: 9342377.

HSL color Cylindrical-coordinate representation of color #A98D8E: hue angle of 357.86º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A98D8E is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB169141142-
CMYK00.170.160.34
HSL357.86º14%60.78%-
HSV(B)357.86º16.57%66.27%-
XYZ30.7729.4429.65-
YUV149.49123.78141.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.39%
GREEN value IS 141 (55.47% from 255) = 31.19%
BLUE value IS 142 (55.86% from 255) = 31.42%
R=37.39%
G=31.19%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914114200.170.160.34357.861460.78
HexA98D8E0111022166e3d
Octal25121521602120425461675
Binary101010011000110110001110010001100001000101011001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98D8E; }

 p { color: rgb(169,141,142); }

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

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

 a { background-color: rgb(169,141,142); }

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

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

 span { border-color: rgb(169,141,142); }

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