Html Css Color HEX #AD979B Viola

📋 copy color: '#AD979B'

red 173 ◦ green 151 ◦ blue 155

#AD979B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viola #AD979B

Tints of Viola #AD979B

RGB

 RED value IS 173 (67.97% from 255) = 36.12%

 GREEN value IS 151 (59.38% from 255) = 31.52%

 BLUE value IS 155 (60.94% from 255) = 32.36%

R = 36.12%
G = 31.52%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD979B (or 0xAD979B) is known color: Viola. HEX triplet: AD, 97 and 9B. RGB value is (173,151,155). Sum of RGB (Red+Green+Blue) = 173+151+155=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 151 (59.38% from 255 or 31.52% from 479); Blue value is 155 (60.94% from 255 or 32.36% from 479); Max value from RGB is 173 - color contains mainly: red. Hex color #AD979B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD979B is #526864. Grayscale: #9E9E9E. Windows color (decimal): -5400677 or 10196909. OLE color: 10196909.

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

Color convert

RGB 173 151 155 -
CMYK 0 0.13 0.10 0.32
HSL 349.09º 0.12% 0.64% -
HSV(B) 349.09º 0.13% 0.68% -
XYZ 34.22 33.38 35.65 -
YUV 158.03 126.29 138.67 -
System Red Green Blue C M Y K H S L
Decimal 173 151 155 0 0.13 0.10 0.32 349.09 0.12 0.64
Hex AD 97 9B 0 D A 20 15D C 40
Octal 255 227 233 0 15 12 40 535 14 100
Binary 10101101 10010111 10011011 0 1101 1010 100000 101011101 1100 1000000

Color Harmonies of #AD979B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD979B

Black with #AD979B

Text Example


Text Example

White with #AD979B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD979B; }

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

 H1.HeaderClassName
 {
   color: #AD979B;
 }
 .AnyTagClassName
 {
   color: #AD979B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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