#ADA9DB

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

Shades of Wistful #ADA9DB

Tints of Wistful #ADA9DB

Color information

#ADA9DB (or 0xADA9DB) is unknown color: approx Wistful. HEX triplet: AD, A9 and DB. RGB value is (173,169,219). Sum of RGB (Red+Green+Blue) = 173+169+219=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 169 (66.41% from 255 or 30.12% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADA9DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA9DB is #525624. Grayscale: #AFAFAF. Windows color (decimal): -5396005 or 14395821. OLE color: 14395821.

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

Color convert

RGB173169219-
CMYK0.210.2300.14
HSL244.8º40.98%76.08%-
HSV(B)244.8º22.83%85.88%-
XYZ44.2142.3772.87-
YUV175.9152.33125.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.84%
GREEN value IS 169 (66.41% from 255) = 30.12%
BLUE value IS 219 (85.94% from 255) = 39.04%
R=30.84%
G=30.12%
B=39.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1731692190.210.2300.14244.840.9876.08
HexADA9DB15170Ef5294c
Octal255251333252701636551114
Binary101011011010100111011011101011011101110111101011010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA9DB; }

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

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

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

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

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

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

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

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