#AD898F

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

Shades of Viola #AD898F

Tints of Viola #AD898F

Color information

#AD898F (or 0xAD898F) is unknown color: approx Viola. HEX triplet: AD, 89 and 8F. RGB value is (173,137,143). Sum of RGB (Red+Green+Blue) = 173+137+143=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 137 (53.91% from 255 or 30.24% from 453); Blue value is 143 (56.25% from 255 or 31.57% from 453); Max value from RGB is 173 - color contains mainly: red. Hex color #AD898F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD898F is #527670. Grayscale: #949494. Windows color (decimal): -5404273 or 9406893. OLE color: 9406893.

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

Color convert

RGB173137143-
CMYK00.210.170.32
HSL350º18%60.78%-
HSV(B)350º20.81%67.84%-
XYZ31.1428.7629.9-
YUV148.45124.93145.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.19%
GREEN value IS 137 (53.91% from 255) = 30.24%
BLUE value IS 143 (56.25% from 255) = 31.57%
R=38.19%
G=30.24%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313714300.210.170.323501860.78
HexAD898F015112015e123d
Octal25521121702521405362275
Binary1010110110001001100011110101011000110000010101111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD898F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD898F; }

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

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

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

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

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

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

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

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