#AD979A

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

Shades of Viola #AD979A

Tints of Viola #AD979A

Color information

#AD979A (or 0xAD979A) is unknown color: approx Viola. HEX triplet: AD, 97 and 9A. RGB value is (173,151,154). Sum of RGB (Red+Green+Blue) = 173+151+154=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 151 (59.38% from 255 or 31.59% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 173 - color contains mainly: red. Hex color #AD979A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD979A is #526865. Grayscale: #9D9D9D. Windows color (decimal): -5400678 or 10131373. OLE color: 10131373.

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

Color convert

RGB173151154-
CMYK00.130.110.32
HSL351.82º11.83%63.53%-
HSV(B)351.82º12.72%67.84%-
XYZ34.1333.3535.21-
YUV157.92125.79138.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.19%
GREEN value IS 151 (59.38% from 255) = 31.59%
BLUE value IS 154 (60.55% from 255) = 32.22%
R=36.19%
G=31.59%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315115400.130.110.32351.8211.8363.53
HexAD979A0DB20160c40
Octal255227232015134054014100
Binary10101101100101111001101001101101110000010110000011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD979A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD979A; }

 p { color: rgb(173,151,154); }

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

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

 a { background-color: rgb(173,151,154); }

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

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

 span { border-color: rgb(173,151,154); }

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