Html Css Color HEX #AD8E97 Viola

📋 copy color: '#AD8E97'

red 173 ◦ green 142 ◦ blue 151

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

Shades of Viola #AD8E97

Tints of Viola #AD8E97

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.47%

 BLUE value IS 151 (59.38% from 255) = 32.4%

R = 37.12%
G = 30.47%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AD8E97 (or 0xAD8E97) is known color: Viola. HEX triplet: AD, 8E and 97. RGB value is (173,142,151). Sum of RGB (Red+Green+Blue) = 173+142+151=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 142 (55.86% from 255 or 30.47% from 466); Blue value is 151 (59.38% from 255 or 32.40% from 466); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8E97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8E97 is #527168. Grayscale: #989898. Windows color (decimal): -5402985 or 9932461. OLE color: 9932461.

HSL color Cylindrical-coordinate representation of color #AD8E97: hue angle of 342.58º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AD8E97 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 142 151 -
CMYK 0 0.18 0.13 0.32
HSL 342.58º 0.16% 0.62% -
HSV(B) 342.58º 0.18% 0.68% -
XYZ 32.49 30.46 33.45 -
YUV 152.3 127.27 142.77 -
System Red Green Blue C M Y K H S L
Decimal 173 142 151 0 0.18 0.13 0.32 342.58 0.16 0.62
Hex AD 8E 97 0 12 D 20 157 10 3E
Octal 255 216 227 0 22 15 40 527 20 76
Binary 10101101 10001110 10010111 0 10010 1101 100000 101010111 10000 111110

Color Harmonies of #AD8E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8E97

Black with #AD8E97

Text Example


Text Example

White with #AD8E97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8E97; }

 p { color: rgb(173,142,151); }

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

background-color css

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

 a { background-color: rgb(173,142,151); }

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

border-color css

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

 span { border-color: rgb(173,142,151); }

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