#A98D8F

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

Shades of Viola #A98D8F

Tints of Viola #A98D8F

Color information

#A98D8F (or 0xA98D8F) is unknown color: approx Viola. HEX triplet: A9, 8D and 8F. RGB value is (169,141,143). Sum of RGB (Red+Green+Blue) = 169+141+143=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 143 (56.25% from 255 or 31.57% from 453); Max value from RGB is 169 - color contains mainly: red. Hex color #A98D8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98D8F is #567270. Grayscale: #959595. Windows color (decimal): -5665393 or 9407913. OLE color: 9407913.

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

Color convert

RGB169141143-
CMYK00.170.150.34
HSL355.71º14%60.78%-
HSV(B)355.71º16.57%66.27%-
XYZ30.8429.4730.05-
YUV149.6124.28141.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.31%
GREEN value IS 141 (55.47% from 255) = 31.13%
BLUE value IS 143 (56.25% from 255) = 31.57%
R=37.31%
G=31.13%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914114300.170.150.34355.711460.78
HexA98D8F011F22164e3d
Octal25121521702117425441675
Binary10101001100011011000111101000111111000101011001001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98D8F; }

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

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

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

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

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

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

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

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