#A98B8E

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

Shades of Viola #A98B8E

Tints of Viola #A98B8E

Color information

#A98B8E (or 0xA98B8E) is unknown color: approx Viola. HEX triplet: A9, 8B and 8E. RGB value is (169,139,142). Sum of RGB (Red+Green+Blue) = 169+139+142=450 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.56% from 450); Green value is 139 (54.69% from 255 or 30.89% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 169 - color contains mainly: red. Hex color #A98B8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98B8E is #567471. Grayscale: #949494. Windows color (decimal): -5665906 or 9341865. OLE color: 9341865.

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

Color convert

RGB169139142-
CMYK00.180.160.34
HSL354º14.85%60.39%-
HSV(B)354º17.75%66.27%-
XYZ30.4828.8529.55-
YUV148.31124.44142.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.56%
GREEN value IS 139 (54.69% from 255) = 30.89%
BLUE value IS 142 (55.86% from 255) = 31.56%
R=37.56%
G=30.89%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913914200.180.160.3435414.8560.39
HexA98B8E0121022162f3c
Octal25121321602220425421774
Binary101010011000101110001110010010100001000101011000101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98B8E; }

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

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

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

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

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

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

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

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