#AD9199

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

Shades of Viola #AD9199

Tints of Viola #AD9199

Color information

#AD9199 (or 0xAD9199) is unknown color: approx Viola. HEX triplet: AD, 91 and 99. RGB value is (173,145,153). Sum of RGB (Red+Green+Blue) = 173+145+153=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 145 (57.03% from 255 or 30.79% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9199 is #526E66. Grayscale: #9A9A9A. Windows color (decimal): -5402215 or 10064301. OLE color: 10064301.

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

Color convert

RGB173145153-
CMYK00.160.120.32
HSL342.86º14.58%62.35%-
HSV(B)342.86º16.18%67.84%-
XYZ33.1131.4334.46-
YUV154.28127.28141.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.73%
GREEN value IS 145 (57.03% from 255) = 30.79%
BLUE value IS 153 (60.16% from 255) = 32.48%
R=36.73%
G=30.79%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314515300.160.120.32342.8614.5862.35
HexAD9199010C20157f3e
Octal25522123102014405271776
Binary10101101100100011001100101000011001000001010101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9199; }

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

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

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

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

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

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

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

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