Html Css Color HEX #AD9199 Viola

📋 copy color: '#AD9199'

red 173 ◦ green 145 ◦ blue 153

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

Shades of Viola #AD9199

Tints of Viola #AD9199

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.79%

 BLUE value IS 153 (60.16% from 255) = 32.48%

R = 36.73%
G = 30.79%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AD9199 (or 0xAD9199) is known color: Viola. HEX triplet: AD, 91 and 99. RGB value is (173,145,153). Sum of RGB (Red+Green+Blue) = 173+145+153=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 145 (57.03% from 255 or 30.79% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9199 is #526E66. Grayscale: #9A9A9A. Windows color (decimal): -5402215 or 10064301. OLE color: 10064301.

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

Color convert

RGB 173 145 153 -
CMYK 0 0.16 0.12 0.32
HSL 342.86º 0.15% 0.62% -
HSV(B) 342.86º 0.16% 0.68% -
XYZ 33.11 31.43 34.46 -
YUV 154.28 127.28 141.35 -
System Red Green Blue C M Y K H S L
Decimal 173 145 153 0 0.16 0.12 0.32 342.86 0.15 0.62
Hex AD 91 99 0 10 C 20 157 F 3E
Octal 255 221 231 0 20 14 40 527 17 76
Binary 10101101 10010001 10011001 0 10000 1100 100000 101010111 1111 111110

Color Harmonies of #AD9199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9199

Black with #AD9199

Text Example


Text Example

White with #AD9199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9199; }

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

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

background-color css

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

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

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

border-color css

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

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

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