Html Css Color HEX #ADA9DB Wistful

📋 copy color: '#ADA9DB'

red 173 ◦ green 169 ◦ blue 219

#ADA9DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wistful #ADA9DB

Tints of Wistful #ADA9DB

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 value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ADA9DB (or 0xADA9DB) is known color: 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

RGB 173 169 219 -
CMYK 0.21 0.23 0 0.14
HSL 244.8º 0.41% 0.76% -
HSV(B) 244.8º 0.23% 0.86% -
XYZ 44.21 42.37 72.87 -
YUV 175.9 152.33 125.93 -
System Red Green Blue C M Y K H S L
Decimal 173 169 219 0.21 0.23 0 0.14 244.8 0.41 0.76
Hex AD A9 DB 15 17 0 E F5 29 4C
Octal 255 251 333 25 27 0 16 365 51 114
Binary 10101101 10101001 11011011 10101 10111 0 1110 11110101 101001 1001100

Color Harmonies of #ADA9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA9DB

Black with #ADA9DB

Text Example


Text Example

White with #ADA9DB

Text Example


Text Example

HTML Codes & Css Web 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>