#AD989C

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

Shades of Viola #AD989C

Tints of Viola #AD989C

Color information

#AD989C (or 0xAD989C) is unknown color: approx Viola. HEX triplet: AD, 98 and 9C. RGB value is (173,152,156). Sum of RGB (Red+Green+Blue) = 173+152+156=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 152 (59.77% from 255 or 31.60% from 481); Blue value is 156 (61.33% from 255 or 32.43% from 481); Max value from RGB is 173 - color contains mainly: red. Hex color #AD989C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD989C is #526763. Grayscale: #9E9E9E. Windows color (decimal): -5400420 or 10262701. OLE color: 10262701.

HSL color Cylindrical-coordinate representation of color #AD989C: hue angle of 348.57º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AD989C is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB173152156-
CMYK00.120.100.32
HSL348.57º11.35%63.73%-
HSV(B)348.57º12.14%67.84%-
XYZ34.4633.7436.15-
YUV158.73126.46138.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.97%
GREEN value IS 152 (59.77% from 255) = 31.60%
BLUE value IS 156 (61.33% from 255) = 32.43%
R=35.97%
G=31.60%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315215600.120.100.32348.5711.3563.73
HexAD989C0CA2015db40
Octal255230234014124053513100
Binary10101101100110001001110001100101010000010101110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD989C; }

 p { color: rgb(173,152,156); }

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

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

 a { background-color: rgb(173,152,156); }

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

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

 span { border-color: rgb(173,152,156); }

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