#ADA6DD

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

Shades of Wistful #ADA6DD

Tints of Wistful #ADA6DD

Color information

#ADA6DD (or 0xADA6DD) is unknown color: approx Wistful. HEX triplet: AD, A6 and DD. RGB value is (173,166,221). Sum of RGB (Red+Green+Blue) = 173+166+221=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 166 (65.23% from 255 or 29.64% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADA6DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA6DD is #525922. Grayscale: #AEAEAE. Windows color (decimal): -5396771 or 14526125. OLE color: 14526125.

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

Color convert

RGB173166221-
CMYK0.220.2500.13
HSL247.64º44.72%75.88%-
HSV(B)247.64º24.89%86.67%-
XYZ43.9241.3874.08-
YUV174.36154.32127.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.89%
GREEN value IS 166 (65.23% from 255) = 29.64%
BLUE value IS 221 (86.72% from 255) = 39.46%
R=30.89%
G=29.64%
B=39.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1731662210.220.2500.13247.6444.7275.88
HexADA6DD16190Df82d4c
Octal255246335263101537055114
Binary101011011010011011011101101101100101101111110001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA6DD; }

 p { color: rgb(173,166,221); }

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

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

 a { background-color: rgb(173,166,221); }

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

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

 span { border-color: rgb(173,166,221); }

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