Html Css Color HEX #AD9398 Viola

📋 copy color: '#AD9398'

red 173 ◦ green 147 ◦ blue 152

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

Shades of Viola #AD9398

Tints of Viola #AD9398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 32.2%

R = 36.65%
G = 31.14%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AD9398 (or 0xAD9398) is known color: Viola. HEX triplet: AD, 93 and 98. RGB value is (173,147,152). Sum of RGB (Red+Green+Blue) = 173+147+152=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 152 (59.77% from 255 or 32.20% from 472); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9398 is #526C67. Grayscale: #9B9B9B. Windows color (decimal): -5401704 or 9999277. OLE color: 9999277.

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

Color convert

RGB 173 147 152 -
CMYK 0 0.15 0.12 0.32
HSL 348.46º 0.14% 0.63% -
HSV(B) 348.46º 0.15% 0.68% -
XYZ 33.33 32.02 34.13 -
YUV 155.34 126.11 140.59 -
System Red Green Blue C M Y K H S L
Decimal 173 147 152 0 0.15 0.12 0.32 348.46 0.14 0.63
Hex AD 93 98 0 F C 20 15C E 3F
Octal 255 223 230 0 17 14 40 534 16 77
Binary 10101101 10010011 10011000 0 1111 1100 100000 101011100 1110 111111

Color Harmonies of #AD9398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9398

Black with #AD9398

Text Example


Text Example

White with #AD9398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9398; }

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

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

background-color css

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

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

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

border-color css

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

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

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