#AD8B8E

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

Shades of Viola #AD8B8E

Tints of Viola #AD8B8E

Color information

#AD8B8E (or 0xAD8B8E) is unknown color: approx Viola. HEX triplet: AD, 8B and 8E. RGB value is (173,139,142). Sum of RGB (Red+Green+Blue) = 173+139+142=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 139 (54.69% from 255 or 30.62% from 454); Blue value is 142 (55.86% from 255 or 31.28% from 454); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8B8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8B8E is #527471. Grayscale: #959595. Windows color (decimal): -5403762 or 9341869. OLE color: 9341869.

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

Color convert

RGB173139142-
CMYK00.200.180.32
HSL354.71º17.17%61.18%-
HSV(B)354.71º19.65%67.84%-
XYZ31.3529.329.59-
YUV149.51123.76144.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.11%
GREEN value IS 139 (54.69% from 255) = 30.62%
BLUE value IS 142 (55.86% from 255) = 31.28%
R=38.11%
G=30.62%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313914200.200.180.32354.7117.1761.18
HexAD8B8E0141220163113d
Octal25521321602422405432175
Binary1010110110001011100011100101001001010000010110001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8B8E; }

 p { color: rgb(173,139,142); }

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

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

 a { background-color: rgb(173,139,142); }

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

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

 span { border-color: rgb(173,139,142); }

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