#ADA6D1

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

Shades of Wistful #ADA6D1

Tints of Wistful #ADA6D1

Color information

#ADA6D1 (or 0xADA6D1) is unknown color: approx Wistful. HEX triplet: AD, A6 and D1. RGB value is (173,166,209). Sum of RGB (Red+Green+Blue) = 173+166+209=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 166 (65.23% from 255 or 30.29% from 548); Blue value is 209 (82.03% from 255 or 38.14% from 548); Max value from RGB is 209 - color contains mainly: blue. Hex color #ADA6D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA6D1 is #52592E. Grayscale: #ACACAC. Windows color (decimal): -5396783 or 13739693. OLE color: 13739693.

HSL color Cylindrical-coordinate representation of color #ADA6D1: hue angle of 249.77º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADA6D1 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB173166209-
CMYK0.170.2100.18
HSL249.77º31.85%73.53%-
HSV(B)249.77º20.57%81.96%-
XYZ42.3840.7665.96-
YUV172.99148.32128-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.57%
GREEN value IS 166 (65.23% from 255) = 30.29%
BLUE value IS 209 (82.03% from 255) = 38.14%
R=31.57%
G=30.29%
B=38.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1731662090.170.2100.18249.7731.8573.53
HexADA6D11115012fa204a
Octal255246321212502237240112
Binary1010110110100110110100011000110101010010111110101000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA6D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA6D1; }

 p { color: rgb(173,166,209); }

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

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

 a { background-color: rgb(173,166,209); }

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

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

 span { border-color: rgb(173,166,209); }

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