#AD979C

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

Shades of Viola #AD979C

Tints of Viola #AD979C

Color information

#AD979C (or 0xAD979C) is unknown color: approx Viola. HEX triplet: AD, 97 and 9C. RGB value is (173,151,156). Sum of RGB (Red+Green+Blue) = 173+151+156=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 151 (59.38% from 255 or 31.46% from 480); Blue value is 156 (61.33% from 255 or 32.5% from 480); Max value from RGB is 173 - color contains mainly: red. Hex color #AD979C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD979C is #526863. Grayscale: #9E9E9E. Windows color (decimal): -5400676 or 10262445. OLE color: 10262445.

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

Color convert

RGB173151156-
CMYK00.130.100.32
HSL346.36º11.83%63.53%-
HSV(B)346.36º12.72%67.84%-
XYZ34.333.4236.09-
YUV158.15126.79138.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.04%
GREEN value IS 151 (59.38% from 255) = 31.46%
BLUE value IS 156 (61.33% from 255) = 32.5%
R=36.04%
G=31.46%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315115600.130.100.32346.3611.8363.53
HexAD979C0DA2015ac40
Octal255227234015124053214100
Binary10101101100101111001110001101101010000010101101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD979C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD979C; }

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

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

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

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

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

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

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

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