Html Css Color HEX #AD959B Viola

📋 copy color: '#AD959B'

red 173 ◦ green 149 ◦ blue 155

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

Shades of Viola #AD959B

Tints of Viola #AD959B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.24%

 BLUE value IS 155 (60.94% from 255) = 32.49%

R = 36.27%
G = 31.24%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD959B (or 0xAD959B) is known color: Viola. HEX triplet: AD, 95 and 9B. RGB value is (173,149,155). Sum of RGB (Red+Green+Blue) = 173+149+155=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 149 (58.59% from 255 or 31.24% from 477); Blue value is 155 (60.94% from 255 or 32.49% from 477); Max value from RGB is 173 - color contains mainly: red. Hex color #AD959B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD959B is #526A64. Grayscale: #9C9C9C. Windows color (decimal): -5401189 or 10196397. OLE color: 10196397.

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

Color convert

RGB 173 149 155 -
CMYK 0 0.14 0.10 0.32
HSL 345º 0.13% 0.63% -
HSV(B) 345º 0.14% 0.68% -
XYZ 33.9 32.75 35.54 -
YUV 156.86 126.95 139.51 -
System Red Green Blue C M Y K H S L
Decimal 173 149 155 0 0.14 0.10 0.32 345 0.13 0.63
Hex AD 95 9B 0 E A 20 159 D 3F
Octal 255 225 233 0 16 12 40 531 15 77
Binary 10101101 10010101 10011011 0 1110 1010 100000 101011001 1101 111111

Color Harmonies of #AD959B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD959B

Black with #AD959B

Text Example


Text Example

White with #AD959B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD959B; }

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

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

background-color css

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

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

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

border-color css

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

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

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