#AD949A

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

Shades of Viola #AD949A

Tints of Viola #AD949A

Color information

#AD949A (or 0xAD949A) is unknown color: approx Viola. HEX triplet: AD, 94 and 9A. RGB value is (173,148,154). Sum of RGB (Red+Green+Blue) = 173+148+154=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 173 - color contains mainly: red. Hex color #AD949A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD949A is #526B65. Grayscale: #9C9C9C. Windows color (decimal): -5401446 or 10130605. OLE color: 10130605.

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

Color convert

RGB173148154-
CMYK00.140.110.32
HSL345.6º13.23%62.94%-
HSV(B)345.6º14.45%67.84%-
XYZ33.6632.435.05-
YUV156.16126.78140.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.42%
GREEN value IS 148 (58.20% from 255) = 31.16%
BLUE value IS 154 (60.55% from 255) = 32.42%
R=36.42%
G=31.16%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314815400.140.110.32345.613.2362.94
HexAD949A0EB2015ad3f
Octal25522423201613405321577
Binary1010110110010100100110100111010111000001010110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD949A; }

 p { color: rgb(173,148,154); }

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

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

 a { background-color: rgb(173,148,154); }

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

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

 span { border-color: rgb(173,148,154); }

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