#AD999C

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

Shades of Viola #AD999C

Tints of Viola #AD999C

Color information

#AD999C (or 0xAD999C) is unknown color: approx Viola. HEX triplet: AD, 99 and 9C. RGB value is (173,153,156). Sum of RGB (Red+Green+Blue) = 173+153+156=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 173 - color contains mainly: red. Hex color #AD999C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD999C is #526663. Grayscale: #9F9F9F. Windows color (decimal): -5400164 or 10262957. OLE color: 10262957.

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

Color convert

RGB173153156-
CMYK00.120.100.32
HSL351º10.87%63.92%-
HSV(B)351º11.56%67.84%-
XYZ34.6334.0736.2-
YUV159.32126.13137.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.89%
GREEN value IS 153 (60.16% from 255) = 31.74%
BLUE value IS 156 (61.33% from 255) = 32.37%
R=35.89%
G=31.74%
B=32.37%

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
Decimal17315315600.120.100.3235110.8763.92
HexAD999C0CA2015fb40
Octal255231234014124053713100
Binary10101101100110011001110001100101010000010101111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD999C; }

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

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

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

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

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

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

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

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