Html Css Color HEX #AD8F97 Viola

📋 copy color: '#AD8F97'

red 173 ◦ green 143 ◦ blue 151

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

Shades of Viola #AD8F97

Tints of Viola #AD8F97

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.62%

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

R = 37.04%
G = 30.62%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AD8F97 (or 0xAD8F97) is known color: Viola. HEX triplet: AD, 8F and 97. RGB value is (173,143,151). Sum of RGB (Red+Green+Blue) = 173+143+151=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 151 (59.38% from 255 or 32.33% from 467); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8F97 is #527068. Grayscale: #989898. Windows color (decimal): -5402729 or 9932717. OLE color: 9932717.

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

Color convert

RGB 173 143 151 -
CMYK 0 0.17 0.13 0.32
HSL 344º 0.15% 0.62% -
HSV(B) 344º 0.17% 0.68% -
XYZ 32.64 30.76 33.5 -
YUV 152.88 126.94 142.35 -
System Red Green Blue C M Y K H S L
Decimal 173 143 151 0 0.17 0.13 0.32 344 0.15 0.62
Hex AD 8F 97 0 11 D 20 158 F 3E
Octal 255 217 227 0 21 15 40 530 17 76
Binary 10101101 10001111 10010111 0 10001 1101 100000 101011000 1111 111110

Color Harmonies of #AD8F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8F97

Black with #AD8F97

Text Example


Text Example

White with #AD8F97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8F97; }

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

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

background-color css

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

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

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

border-color css

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

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

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