#AD9296

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

Shades of Viola #AD9296

Tints of Viola #AD9296

Color information

#AD9296 (or 0xAD9296) is unknown color: approx Viola. HEX triplet: AD, 92 and 96. RGB value is (173,146,150). Sum of RGB (Red+Green+Blue) = 173+146+150=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9296 is #526D69. Grayscale: #9A9A9A. Windows color (decimal): -5401962 or 9867949. OLE color: 9867949.

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

Color convert

RGB173146150-
CMYK00.160.130.32
HSL351.11º14.14%62.55%-
HSV(B)351.11º15.61%67.84%-
XYZ33.0231.6433.22-
YUV154.53125.45141.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.89%
GREEN value IS 146 (57.42% from 255) = 31.13%
BLUE value IS 150 (58.98% from 255) = 31.98%
R=36.89%
G=31.13%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314615000.160.130.32351.1114.1462.55
HexAD9296010D2015fe3f
Octal25522222602015405371677
Binary10101101100100101001011001000011011000001010111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9296; }

 p { color: rgb(173,146,150); }

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

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

 a { background-color: rgb(173,146,150); }

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

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

 span { border-color: rgb(173,146,150); }

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