#AD9096

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

Shades of Viola #AD9096

Tints of Viola #AD9096

Color information

#AD9096 (or 0xAD9096) is unknown color: approx Viola. HEX triplet: AD, 90 and 96. RGB value is (173,144,150). Sum of RGB (Red+Green+Blue) = 173+144+150=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9096 is #526F69. Grayscale: #999999. Windows color (decimal): -5402474 or 9867437. OLE color: 9867437.

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

Color convert

RGB173144150-
CMYK00.170.130.32
HSL347.59º15.03%62.16%-
HSV(B)347.59º16.76%67.84%-
XYZ32.7131.0333.12-
YUV153.35126.11142.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.04%
GREEN value IS 144 (56.64% from 255) = 30.84%
BLUE value IS 150 (58.98% from 255) = 32.12%
R=37.04%
G=30.84%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314415000.170.130.32347.5915.0362.16
HexAD9096011D2015cf3e
Octal25522022602115405341776
Binary10101101100100001001011001000111011000001010111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9096; }

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

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

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

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

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

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

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

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