#AD9394

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

Shades of Viola #AD9394

Tints of Viola #AD9394

Color information

#AD9394 (or 0xAD9394) is unknown color: approx Viola. HEX triplet: AD, 93 and 94. RGB value is (173,147,148). Sum of RGB (Red+Green+Blue) = 173+147+148=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9394 is #526C6B. Grayscale: #9A9A9A. Windows color (decimal): -5401708 or 9737133. OLE color: 9737133.

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

Color convert

RGB173147148-
CMYK00.150.140.32
HSL357.69º13.68%62.75%-
HSV(B)357.69º15.03%67.84%-
XYZ33.0131.8932.43-
YUV154.89124.11140.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.97%
GREEN value IS 147 (57.81% from 255) = 31.41%
BLUE value IS 148 (58.20% from 255) = 31.62%
R=36.97%
G=31.41%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314714800.150.140.32357.6913.6862.75
HexAD93940FE20166e3f
Octal25522322401716405461677
Binary1010110110010011100101000111111101000001011001101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9394; }

 p { color: rgb(173,147,148); }

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

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

 a { background-color: rgb(173,147,148); }

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

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

 span { border-color: rgb(173,147,148); }

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