#AD9093

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

Shades of Viola #AD9093

Tints of Viola #AD9093

Color information

#AD9093 (or 0xAD9093) is unknown color: approx Viola. HEX triplet: AD, 90 and 93. RGB value is (173,144,147). Sum of RGB (Red+Green+Blue) = 173+144+147=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9093 is #526F6C. Grayscale: #999999. Windows color (decimal): -5402477 or 9670829. OLE color: 9670829.

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

Color convert

RGB173144147-
CMYK00.170.150.32
HSL353.79º15.03%62.16%-
HSV(B)353.79º16.76%67.84%-
XYZ32.4730.9431.86-
YUV153.01124.61142.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.28%
GREEN value IS 144 (56.64% from 255) = 31.03%
BLUE value IS 147 (57.81% from 255) = 31.68%
R=37.28%
G=31.03%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314414700.170.150.32353.7915.0362.16
HexAD9093011F20162f3e
Octal25522022302117405421776
Binary10101101100100001001001101000111111000001011000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9093; }

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

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

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

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

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

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

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

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