Html Css Color HEX #AD999D Viola

📋 copy color: '#AD999D'

red 173 ◦ green 153 ◦ blue 157

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

Shades of Viola #AD999D

Tints of Viola #AD999D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.68%

 BLUE value IS 157 (61.72% from 255) = 32.51%

R = 35.82%
G = 31.68%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD999D (or 0xAD999D) is known color: Viola. HEX triplet: AD, 99 and 9D. RGB value is (173,153,157). Sum of RGB (Red+Green+Blue) = 173+153+157=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 157 (61.72% from 255 or 32.51% from 483); Max value from RGB is 173 - color contains mainly: red. Hex color #AD999D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD999D is #526662. Grayscale: #9F9F9F. Windows color (decimal): -5400163 or 10328493. OLE color: 10328493.

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

Color convert

RGB 173 153 157 -
CMYK 0 0.12 0.09 0.32
HSL 348º 0.11% 0.64% -
HSV(B) 348º 0.12% 0.68% -
XYZ 34.71 34.1 36.65 -
YUV 159.44 126.63 137.67 -
System Red Green Blue C M Y K H S L
Decimal 173 153 157 0 0.12 0.09 0.32 348 0.11 0.64
Hex AD 99 9D 0 C 9 20 15C B 40
Octal 255 231 235 0 14 11 40 534 13 100
Binary 10101101 10011001 10011101 0 1100 1001 100000 101011100 1011 1000000

Color Harmonies of #AD999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD999D

Black with #AD999D

Text Example


Text Example

White with #AD999D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD999D; }

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

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

background-color css

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

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

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

border-color css

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

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

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