Html Css Color HEX #ADA5DC Wistful

📋 copy color: '#ADA5DC'

red 173 ◦ green 165 ◦ blue 220

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

Shades of Wistful #ADA5DC

Tints of Wistful #ADA5DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.43%

R = 31%
G = 29.57%
B = 39.43%

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

#ADA5DC (or 0xADA5DC) is known color: Wistful. HEX triplet: AD, A5 and DC. RGB value is (173,165,220). Sum of RGB (Red+Green+Blue) = 173+165+220=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 165 (64.84% from 255 or 29.57% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADA5DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA5DC is #525A23. Grayscale: #ADADAD. Windows color (decimal): -5397028 or 14460333. OLE color: 14460333.

HSL color Cylindrical-coordinate representation of color #ADA5DC: hue angle of 248.73º degrees, saturation: 0.44, 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 #ADA5DC is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 165 220 -
CMYK 0.21 0.25 0 0.14
HSL 248.73º 0.44% 0.75% -
HSV(B) 248.73º 0.25% 0.86% -
XYZ 43.61 40.96 73.32 -
YUV 173.66 154.15 127.53 -
System Red Green Blue C M Y K H S L
Decimal 173 165 220 0.21 0.25 0 0.14 248.73 0.44 0.75
Hex AD A5 DC 15 19 0 E F9 2C 4B
Octal 255 245 334 25 31 0 16 371 54 113
Binary 10101101 10100101 11011100 10101 11001 0 1110 11111001 101100 1001011

Color Harmonies of #ADA5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA5DC

Black with #ADA5DC

Text Example


Text Example

White with #ADA5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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