#AD9194

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

Shades of Viola #AD9194

Tints of Viola #AD9194

Color information

#AD9194 (or 0xAD9194) is unknown color: approx Viola. HEX triplet: AD, 91 and 94. RGB value is (173,145,148). Sum of RGB (Red+Green+Blue) = 173+145+148=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 145 (57.03% from 255 or 31.12% from 466); Blue value is 148 (58.20% from 255 or 31.76% from 466); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9194 is #526E6B. Grayscale: #999999. Windows color (decimal): -5402220 or 9736621. OLE color: 9736621.

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

Color convert

RGB173145148-
CMYK00.160.140.32
HSL353.57º14.58%62.35%-
HSV(B)353.57º16.18%67.84%-
XYZ32.731.2732.33-
YUV153.71124.78141.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.12%
GREEN value IS 145 (57.03% from 255) = 31.12%
BLUE value IS 148 (58.20% from 255) = 31.76%
R=37.12%
G=31.12%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314514800.160.140.32353.5714.5862.35
HexAD9194010E20162f3e
Octal25522122402016405421776
Binary10101101100100011001010001000011101000001011000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9194; }

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

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

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

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

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

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

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

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