#ADA7DD

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

Shades of Wistful #ADA7DD

Tints of Wistful #ADA7DD

Color information

#ADA7DD (or 0xADA7DD) is unknown color: approx Wistful. HEX triplet: AD, A7 and DD. RGB value is (173,167,221). Sum of RGB (Red+Green+Blue) = 173+167+221=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 167 (65.62% from 255 or 29.77% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADA7DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA7DD is #525822. Grayscale: #AEAEAE. Windows color (decimal): -5396515 or 14526381. OLE color: 14526381.

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

Color convert

RGB173167221-
CMYK0.220.2400.13
HSL246.67º44.26%76.08%-
HSV(B)246.67º24.43%86.67%-
XYZ44.141.7474.14-
YUV174.95153.99126.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.84%
GREEN value IS 167 (65.62% from 255) = 29.77%
BLUE value IS 221 (86.72% from 255) = 39.39%
R=30.84%
G=29.77%
B=39.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1731672210.220.2400.13246.6744.2676.08
HexADA7DD16180Df72c4c
Octal255247335263001536754114
Binary101011011010011111011101101101100001101111101111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA7DD; }

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

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

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

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

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

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

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

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