Html Css Color HEX #AD9395 Viola

📋 copy color: '#AD9395'

red 173 ◦ green 147 ◦ blue 149

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

Shades of Viola #AD9395

Tints of Viola #AD9395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.77%

R = 36.89%
G = 31.34%
B = 31.77%

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

#AD9395 (or 0xAD9395) is known color: Viola. HEX triplet: AD, 93 and 95. RGB value is (173,147,149). Sum of RGB (Red+Green+Blue) = 173+147+149=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 149 (58.59% from 255 or 31.77% from 469); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9395 is #526C6A. Grayscale: #9B9B9B. Windows color (decimal): -5401707 or 9802669. OLE color: 9802669.

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

Color convert

RGB 173 147 149 -
CMYK 0 0.15 0.14 0.32
HSL 355.38º 0.14% 0.63% -
HSV(B) 355.38º 0.15% 0.68% -
XYZ 33.09 31.92 32.85 -
YUV 155 124.61 140.84 -
System Red Green Blue C M Y K H S L
Decimal 173 147 149 0 0.15 0.14 0.32 355.38 0.14 0.63
Hex AD 93 95 0 F E 20 163 E 3F
Octal 255 223 225 0 17 16 40 543 16 77
Binary 10101101 10010011 10010101 0 1111 1110 100000 101100011 1110 111111

Color Harmonies of #AD9395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9395

Black with #AD9395

Text Example


Text Example

White with #AD9395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9395; }

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

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

background-color css

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

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

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

border-color css

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

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

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