#ADA5DC

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

Shades of Wistful #ADA5DC

Tints of Wistful #ADA5DC

Color information

#ADA5DC (or 0xADA5DC) is unknown color: approx 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

RGB173165220-
CMYK0.210.2500.14
HSL248.73º44%75.49%-
HSV(B)248.73º25%86.27%-
XYZ43.6140.9673.32-
YUV173.66154.15127.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.00%
GREEN value IS 165 (64.84% from 255) = 29.57%
BLUE value IS 220 (86.33% from 255) = 39.43%
R=31.00%
G=29.57%
B=39.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1731652200.210.2500.14248.734475.49
HexADA5DC15190Ef92c4b
Octal255245334253101637154113
Binary101011011010010111011100101011100101110111110011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>