#ADA5DA

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

Shades of Wistful #ADA5DA

Tints of Wistful #ADA5DA

Color information

#ADA5DA (or 0xADA5DA) is unknown color: approx Wistful. HEX triplet: AD, A5 and DA. RGB value is (173,165,218). Sum of RGB (Red+Green+Blue) = 173+165+218=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 165 (64.84% from 255 or 29.68% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADA5DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA5DA is #525A25. Grayscale: #ADADAD. Windows color (decimal): -5397030 or 14329261. OLE color: 14329261.

HSL color Cylindrical-coordinate representation of color #ADA5DA: hue angle of 249.06º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADA5DA is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB173165218-
CMYK0.210.2400.15
HSL249.06º41.73%75.1%-
HSV(B)249.06º24.31%85.49%-
XYZ43.3440.8671.93-
YUV173.43153.15127.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.12%
GREEN value IS 165 (64.84% from 255) = 29.68%
BLUE value IS 218 (85.55% from 255) = 39.21%
R=31.12%
G=29.68%
B=39.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1731652180.210.2400.15249.0641.7375.1
HexADA5DA15180Ff92a4b
Octal255245332253001737152113
Binary101011011010010111011010101011100001111111110011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA5DA; }

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

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

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

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

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

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

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

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