#AD9395

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

Shades of Viola #AD9395

Tints of Viola #AD9395

Color information

#AD9395 (or 0xAD9395) is unknown color: approx Viola. HEX triplet: AD, 93 and 95. RGB value is (173,147,149). Sum of RGB (Red+Green+Blue) = 173+147+149=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 149 (58.59% from 255 or 31.77% from 469); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9395 is #526C6A. Grayscale: #9B9B9B. Windows color (decimal): -5401707 or 9802669. OLE color: 9802669.

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

Color convert

RGB173147149-
CMYK00.150.140.32
HSL355.38º13.68%62.75%-
HSV(B)355.38º15.03%67.84%-
XYZ33.0931.9232.85-
YUV155124.61140.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.89%
GREEN value IS 147 (57.81% from 255) = 31.34%
BLUE value IS 149 (58.59% from 255) = 31.77%
R=36.89%
G=31.34%
B=31.77%

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
Decimal17314714900.150.140.32355.3813.6862.75
HexAD93950FE20163e3f
Octal25522322501716405431677
Binary1010110110010011100101010111111101000001011000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9395; }

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

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

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

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

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

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

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

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