#A98D90

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

Shades of Viola #A98D90

Tints of Viola #A98D90

Color information

#A98D90 (or 0xA98D90) is unknown color: approx Viola. HEX triplet: A9, 8D and 90. RGB value is (169,141,144). Sum of RGB (Red+Green+Blue) = 169+141+144=454 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.22% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 144 (56.64% from 255 or 31.72% from 454); Max value from RGB is 169 - color contains mainly: red. Hex color #A98D90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98D90 is #56726F. Grayscale: #959595. Windows color (decimal): -5665392 or 9473449. OLE color: 9473449.

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

Color convert

RGB169141144-
CMYK00.170.150.34
HSL353.57º14%60.78%-
HSV(B)353.57º16.57%66.27%-
XYZ30.9229.530.45-
YUV149.71124.78141.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.22%
GREEN value IS 141 (55.47% from 255) = 31.06%
BLUE value IS 144 (56.64% from 255) = 31.72%
R=37.22%
G=31.06%
B=31.72%

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
Decimal16914114400.170.150.34353.571460.78
HexA98D90011F22162e3d
Octal25121522002117425421675
Binary10101001100011011001000001000111111000101011000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98D90; }

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

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

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

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

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

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

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

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