Html Css Color HEX #ADA5DB Wistful

📋 copy color: '#ADA5DB'

red 173 ◦ green 165 ◦ blue 219

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

Shades of Wistful #ADA5DB

Tints of Wistful #ADA5DB

RGB

 RED value IS 173 (67.97% from 255) = 31.06%

 GREEN value IS 165 (64.84% from 255) = 29.62%

 BLUE value IS 219 (85.94% from 255) = 39.32%

R = 31.06%
G = 29.62%
B = 39.32%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ADA5DB (or 0xADA5DB) is known color: Wistful. HEX triplet: AD, A5 and DB. RGB value is (173,165,219). Sum of RGB (Red+Green+Blue) = 173+165+219=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 165 (64.84% from 255 or 29.62% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADA5DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA5DB is #525A24. Grayscale: #ADADAD. Windows color (decimal): -5397029 or 14394797. OLE color: 14394797.

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

Color convert

RGB 173 165 219 -
CMYK 0.21 0.25 0 0.14
HSL 248.89º 0.43% 0.75% -
HSV(B) 248.89º 0.25% 0.86% -
XYZ 43.47 40.91 72.62 -
YUV 173.55 153.65 127.61 -
System Red Green Blue C M Y K H S L
Decimal 173 165 219 0.21 0.25 0 0.14 248.89 0.43 0.75
Hex AD A5 DB 15 19 0 E F9 2B 4B
Octal 255 245 333 25 31 0 16 371 53 113
Binary 10101101 10100101 11011011 10101 11001 0 1110 11111001 101011 1001011

Color Harmonies of #ADA5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA5DB

Black with #ADA5DB

Text Example


Text Example

White with #ADA5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA5DB; }

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

 H1.HeaderClassName
 {
   color: #ADA5DB;
 }
 .AnyTagClassName
 {
   color: #ADA5DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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