#AD8F91

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

Shades of Viola #AD8F91

Tints of Viola #AD8F91

Color information

#AD8F91 (or 0xAD8F91) is unknown color: approx Viola. HEX triplet: AD, 8F and 91. RGB value is (173,143,145). Sum of RGB (Red+Green+Blue) = 173+143+145=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 145 (57.03% from 255 or 31.45% from 461); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8F91 is #52706E. Grayscale: #989898. Windows color (decimal): -5402735 or 9539501. OLE color: 9539501.

HSL color Cylindrical-coordinate representation of color #AD8F91: hue angle of 356º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AD8F91 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB173143145-
CMYK00.170.160.32
HSL356º15.46%61.96%-
HSV(B)356º17.34%67.84%-
XYZ32.1730.5730.99-
YUV152.2123.94142.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.53%
GREEN value IS 143 (56.25% from 255) = 31.02%
BLUE value IS 145 (57.03% from 255) = 31.45%
R=37.53%
G=31.02%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314314500.170.160.3235615.4661.96
HexAD8F910111020164f3e
Octal25521722102120405441776
Binary101011011000111110010001010001100001000001011001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8F91; }

 p { color: rgb(173,143,145); }

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

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

 a { background-color: rgb(173,143,145); }

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

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

 span { border-color: rgb(173,143,145); }

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