#AD989B

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

Shades of Viola #AD989B

Tints of Viola #AD989B

Color information

#AD989B (or 0xAD989B) is unknown color: approx Viola. HEX triplet: AD, 98 and 9B. RGB value is (173,152,155). Sum of RGB (Red+Green+Blue) = 173+152+155=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 152 (59.77% from 255 or 31.67% from 480); Blue value is 155 (60.94% from 255 or 32.29% from 480); Max value from RGB is 173 - color contains mainly: red. Hex color #AD989B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD989B is #526764. Grayscale: #9E9E9E. Windows color (decimal): -5400421 or 10197165. OLE color: 10197165.

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

Color convert

RGB173152155-
CMYK00.120.100.32
HSL351.43º11.35%63.73%-
HSV(B)351.43º12.14%67.84%-
XYZ34.3833.7135.7-
YUV158.62125.96138.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.04%
GREEN value IS 152 (59.77% from 255) = 31.67%
BLUE value IS 155 (60.94% from 255) = 32.29%
R=36.04%
G=31.67%
B=32.29%

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
Decimal17315215500.120.100.32351.4311.3563.73
HexAD989B0CA2015fb40
Octal255230233014124053713100
Binary10101101100110001001101101100101010000010101111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD989B; }

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

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

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

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

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

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

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

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