#AD9091

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

Shades of Viola #AD9091

Tints of Viola #AD9091

Color information

#AD9091 (or 0xAD9091) is unknown color: approx Viola. HEX triplet: AD, 90 and 91. RGB value is (173,144,145). Sum of RGB (Red+Green+Blue) = 173+144+145=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 145 (57.03% from 255 or 31.39% from 462); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9091 is #526F6E. Grayscale: #989898. Windows color (decimal): -5402479 or 9539757. OLE color: 9539757.

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

Color convert

RGB173144145-
CMYK00.170.160.32
HSL357.93º15.03%62.16%-
HSV(B)357.93º16.76%67.84%-
XYZ32.3230.8831.04-
YUV152.78123.61142.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.45%
GREEN value IS 144 (56.64% from 255) = 31.17%
BLUE value IS 145 (57.03% from 255) = 31.39%
R=37.45%
G=31.17%
B=31.39%

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
Decimal17314414500.170.160.32357.9315.0362.16
HexAD90910111020166f3e
Octal25522022102120405461776
Binary101011011001000010010001010001100001000001011001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9091; }

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

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

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

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

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

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

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

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