#A98B91

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

Shades of Viola #A98B91

Tints of Viola #A98B91

Color information

#A98B91 (or 0xA98B91) is unknown color: approx Viola. HEX triplet: A9, 8B and 91. RGB value is (169,139,145). Sum of RGB (Red+Green+Blue) = 169+139+145=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 145 (57.03% from 255 or 32.01% from 453); Max value from RGB is 169 - color contains mainly: red. Hex color #A98B91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98B91 is #56746E. Grayscale: #949494. Windows color (decimal): -5665903 or 9538473. OLE color: 9538473.

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

Color convert

RGB169139145-
CMYK00.180.140.34
HSL348º14.85%60.39%-
HSV(B)348º17.75%66.27%-
XYZ30.7128.9430.76-
YUV148.65125.94142.51-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.31%
GREEN value IS 139 (54.69% from 255) = 30.68%
BLUE value IS 145 (57.03% from 255) = 32.01%
R=37.31%
G=30.68%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913914500.180.140.3434814.8560.39
HexA98B91012E2215cf3c
Octal25121322102216425341774
Binary10101001100010111001000101001011101000101010111001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98B91; }

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

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

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

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

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

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

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

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