#AD8D8F

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

Shades of Viola #AD8D8F

Tints of Viola #AD8D8F

Color information

#AD8D8F (or 0xAD8D8F) is unknown color: approx Viola. HEX triplet: AD, 8D and 8F. RGB value is (173,141,143). Sum of RGB (Red+Green+Blue) = 173+141+143=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 143 (56.25% from 255 or 31.29% from 457); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8D8F is #527270. Grayscale: #969696. Windows color (decimal): -5403249 or 9407917. OLE color: 9407917.

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

Color convert

RGB173141143-
CMYK00.180.170.32
HSL356.25º16.33%61.57%-
HSV(B)356.25º18.5%67.84%-
XYZ31.7229.9230.09-
YUV150.8123.6143.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.86%
GREEN value IS 141 (55.47% from 255) = 30.85%
BLUE value IS 143 (56.25% from 255) = 31.29%
R=37.86%
G=30.85%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314114300.180.170.32356.2516.3361.57
HexAD8D8F0121120164103e
Octal25521521702221405442076
Binary1010110110001101100011110100101000110000010110010010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8D8F; }

 p { color: rgb(173,141,143); }

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

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

 a { background-color: rgb(173,141,143); }

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

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

 span { border-color: rgb(173,141,143); }

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