Html Css Color HEX #AD939A Viola

📋 copy color: '#AD939A'

red 173 ◦ green 147 ◦ blue 154

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

Shades of Viola #AD939A

Tints of Viola #AD939A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.49%

R = 36.5%
G = 31.01%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AD939A (or 0xAD939A) is known color: Viola. HEX triplet: AD, 93 and 9A. RGB value is (173,147,154). Sum of RGB (Red+Green+Blue) = 173+147+154=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 154 (60.55% from 255 or 32.49% from 474); Max value from RGB is 173 - color contains mainly: red. Hex color #AD939A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD939A is #526C65. Grayscale: #9B9B9B. Windows color (decimal): -5401702 or 10130349. OLE color: 10130349.

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

Color convert

RGB 173 147 154 -
CMYK 0 0.15 0.11 0.32
HSL 343.85º 0.14% 0.63% -
HSV(B) 343.85º 0.15% 0.68% -
XYZ 33.5 32.08 35 -
YUV 155.57 127.11 140.43 -
System Red Green Blue C M Y K H S L
Decimal 173 147 154 0 0.15 0.11 0.32 343.85 0.14 0.63
Hex AD 93 9A 0 F B 20 158 E 3F
Octal 255 223 232 0 17 13 40 530 16 77
Binary 10101101 10010011 10011010 0 1111 1011 100000 101011000 1110 111111

Color Harmonies of #AD939A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD939A

Black with #AD939A

Text Example


Text Example

White with #AD939A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD939A; }

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

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

background-color css

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

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

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

border-color css

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

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

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