#ADA6DB

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

Shades of Wistful #ADA6DB

Tints of Wistful #ADA6DB

Color information

#ADA6DB (or 0xADA6DB) is unknown color: approx Wistful. HEX triplet: AD, A6 and DB. RGB value is (173,166,219). Sum of RGB (Red+Green+Blue) = 173+166+219=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 166 (65.23% from 255 or 29.75% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADA6DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA6DB is #525924. Grayscale: #ADADAD. Windows color (decimal): -5396773 or 14395053. OLE color: 14395053.

HSL color Cylindrical-coordinate representation of color #ADA6DB: hue angle of 247.92º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADA6DB is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB173166219-
CMYK0.210.2400.14
HSL247.92º42.4%75.49%-
HSV(B)247.92º24.2%85.88%-
XYZ43.6641.2772.68-
YUV174.14153.32127.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.00%
GREEN value IS 166 (65.23% from 255) = 29.75%
BLUE value IS 219 (85.94% from 255) = 39.25%
R=31.00%
G=29.75%
B=39.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1731662190.210.2400.14247.9242.475.49
HexADA6DB15180Ef82a4b
Octal255246333253001637052113
Binary101011011010011011011011101011100001110111110001010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA6DB; }

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

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

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

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

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

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

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

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