#ADA9C4

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

Shades of Wistful #ADA9C4

Tints of Wistful #ADA9C4

Color information

#ADA9C4 (or 0xADA9C4) is unknown color: approx Wistful. HEX triplet: AD, A9 and C4. RGB value is (173,169,196). Sum of RGB (Red+Green+Blue) = 173+169+196=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 169 (66.41% from 255 or 31.41% from 538); Blue value is 196 (76.95% from 255 or 36.43% from 538); Max value from RGB is 196 - color contains mainly: blue. Hex color #ADA9C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA9C4 is #52563B. Grayscale: #ADADAD. Windows color (decimal): -5396028 or 12888493. OLE color: 12888493.

HSL color Cylindrical-coordinate representation of color #ADA9C4: hue angle of 248.89º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADA9C4 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB173169196-
CMYK0.120.1400.23
HSL248.89º18.62%71.57%-
HSV(B)248.89º13.78%76.86%-
XYZ41.3941.2558-
YUV173.27140.83127.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.16%
GREEN value IS 169 (66.41% from 255) = 31.41%
BLUE value IS 196 (76.95% from 255) = 36.43%
R=32.16%
G=31.41%
B=36.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731691960.120.1400.23248.8918.6271.57
HexADA9C4CE017f91348
Octal255251304141602737123110
Binary1010110110101001110001001100111001011111111001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA9C4; }

 p { color: rgb(173,169,196); }

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

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

 a { background-color: rgb(173,169,196); }

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

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

 span { border-color: rgb(173,169,196); }

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