Html Css Color HEX #AD9394 Viola

📋 copy color: '#AD9394'

red 173 ◦ green 147 ◦ blue 148

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

Shades of Viola #AD9394

Tints of Viola #AD9394

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.41%

 BLUE value IS 148 (58.2% from 255) = 31.62%

R = 36.97%
G = 31.41%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AD9394 (or 0xAD9394) is known color: Viola. HEX triplet: AD, 93 and 94. RGB value is (173,147,148). Sum of RGB (Red+Green+Blue) = 173+147+148=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9394 is #526C6B. Grayscale: #9A9A9A. Windows color (decimal): -5401708 or 9737133. OLE color: 9737133.

HSL color Cylindrical-coordinate representation of color #AD9394: hue angle of 357.69º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AD9394 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 147 148 -
CMYK 0 0.15 0.14 0.32
HSL 357.69º 0.14% 0.63% -
HSV(B) 357.69º 0.15% 0.68% -
XYZ 33.01 31.89 32.43 -
YUV 154.89 124.11 140.92 -
System Red Green Blue C M Y K H S L
Decimal 173 147 148 0 0.15 0.14 0.32 357.69 0.14 0.63
Hex AD 93 94 0 F E 20 166 E 3F
Octal 255 223 224 0 17 16 40 546 16 77
Binary 10101101 10010011 10010100 0 1111 1110 100000 101100110 1110 111111

Color Harmonies of #AD9394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9394

Black with #AD9394

Text Example


Text Example

White with #AD9394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9394; }

 p { color: rgb(173,147,148); }

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

background-color css

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

 a { background-color: rgb(173,147,148); }

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

border-color css

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

 span { border-color: rgb(173,147,148); }

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