#AD959B

Color #AD959B Viola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viola #AD959B

Tints of Viola #AD959B

Color information

#AD959B (or 0xAD959B) is unknown color: approx 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

RGB173149155-
CMYK00.140.100.32
HSL345º12.77%63.14%-
HSV(B)345º13.87%67.84%-
XYZ33.932.7535.54-
YUV156.86126.95139.51-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314915500.140.100.3234512.7763.14
HexAD959B0EA20159d3f
Octal25522523301612405311577
Binary1010110110010101100110110111010101000001010110011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD959B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>