#AD9297

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

Shades of Viola #AD9297

Tints of Viola #AD9297

Color information

#AD9297 (or 0xAD9297) is unknown color: approx Viola. HEX triplet: AD, 92 and 97. RGB value is (173,146,151). Sum of RGB (Red+Green+Blue) = 173+146+151=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 151 (59.38% from 255 or 32.13% from 470); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9297 is #526D68. Grayscale: #9A9A9A. Windows color (decimal): -5401961 or 9933485. OLE color: 9933485.

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

Color convert

RGB173146151-
CMYK00.160.130.32
HSL348.89º14.14%62.55%-
HSV(B)348.89º15.61%67.84%-
XYZ33.131.6833.65-
YUV154.64125.95141.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.81%
GREEN value IS 146 (57.42% from 255) = 31.06%
BLUE value IS 151 (59.38% from 255) = 32.13%
R=36.81%
G=31.06%
B=32.13%

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
Decimal17314615100.160.130.32348.8914.1462.55
HexAD9297010D2015de3f
Octal25522222702015405351677
Binary10101101100100101001011101000011011000001010111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9297; }

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

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

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

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

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

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

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

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