#AD9092

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

Shades of Viola #AD9092

Tints of Viola #AD9092

Color information

#AD9092 (or 0xAD9092) is unknown color: approx Viola. HEX triplet: AD, 90 and 92. RGB value is (173,144,146). Sum of RGB (Red+Green+Blue) = 173+144+146=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 146 (57.42% from 255 or 31.53% from 463); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9092 is #526F6D. Grayscale: #989898. Windows color (decimal): -5402478 or 9605293. OLE color: 9605293.

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

Color convert

RGB173144146-
CMYK00.170.160.32
HSL355.86º15.03%62.16%-
HSV(B)355.86º16.76%67.84%-
XYZ32.430.9131.45-
YUV152.9124.11142.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.37%
GREEN value IS 144 (56.64% from 255) = 31.10%
BLUE value IS 146 (57.42% from 255) = 31.53%
R=37.37%
G=31.10%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314414600.170.160.32355.8615.0362.16
HexAD90920111020164f3e
Octal25522022202120405441776
Binary101011011001000010010010010001100001000001011001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9092; }

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

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

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

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

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

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

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

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