#ADA5DE

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

Shades of Wistful #ADA5DE

Tints of Wistful #ADA5DE

Color information

#ADA5DE (or 0xADA5DE) is unknown color: approx Wistful. HEX triplet: AD, A5 and DE. RGB value is (173,165,222). Sum of RGB (Red+Green+Blue) = 173+165+222=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 165 (64.84% from 255 or 29.46% from 560); Blue value is 222 (87.11% from 255 or 39.64% from 560); Max value from RGB is 222 - color contains mainly: blue. Hex color #ADA5DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA5DE is #525A21. Grayscale: #ADADAD. Windows color (decimal): -5397026 or 14591405. OLE color: 14591405.

HSL color Cylindrical-coordinate representation of color #ADA5DE: hue angle of 248.42º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADA5DE is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173165222-
CMYK0.220.2600.13
HSL248.42º46.34%75.88%-
HSV(B)248.42º25.68%87.06%-
XYZ43.8741.0774.72-
YUV173.89155.15127.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.89%
GREEN value IS 165 (64.84% from 255) = 29.46%
BLUE value IS 222 (87.11% from 255) = 39.64%
R=30.89%
G=29.46%
B=39.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1731652220.220.2600.13248.4246.3475.88
HexADA5DE161A0Df82e4c
Octal255245336263201537056114
Binary101011011010010111011110101101101001101111110001011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA5DE; }

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

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

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

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

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

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

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

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