#AD959A

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

Shades of Viola #AD959A

Tints of Viola #AD959A

Color information

#AD959A (or 0xAD959A) is unknown color: approx Viola. HEX triplet: AD, 95 and 9A. RGB value is (173,149,154). Sum of RGB (Red+Green+Blue) = 173+149+154=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 149 (58.59% from 255 or 31.30% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 173 - color contains mainly: red. Hex color #AD959A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD959A is #526A65. Grayscale: #9C9C9C. Windows color (decimal): -5401190 or 10130861. OLE color: 10130861.

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

Color convert

RGB173149154-
CMYK00.140.110.32
HSL347.5º12.77%63.14%-
HSV(B)347.5º13.87%67.84%-
XYZ33.8132.7135.1-
YUV156.75126.45139.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.34%
GREEN value IS 149 (58.59% from 255) = 31.30%
BLUE value IS 154 (60.55% from 255) = 32.35%
R=36.34%
G=31.30%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314915400.140.110.32347.512.7763.14
HexAD959A0EB2015cd3f
Octal25522523201613405341577
Binary1010110110010101100110100111010111000001010111001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD959A; }

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

 H1.HeaderClassName
 {
   color: #AD959A;
 }
 .AnyTagClassName
 {
   color: #AD959A;
 }
</style>
background-color css

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

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

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

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

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

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