#ADA7D9

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

Shades of Wistful #ADA7D9

Tints of Wistful #ADA7D9

Color information

#ADA7D9 (or 0xADA7D9) is unknown color: approx Wistful. HEX triplet: AD, A7 and D9. RGB value is (173,167,217). Sum of RGB (Red+Green+Blue) = 173+167+217=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 167 (65.62% from 255 or 29.98% from 557); Blue value is 217 (85.16% from 255 or 38.96% from 557); Max value from RGB is 217 - color contains mainly: blue. Hex color #ADA7D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA7D9 is #525826. Grayscale: #AEAEAE. Windows color (decimal): -5396519 or 14264237. OLE color: 14264237.

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

Color convert

RGB173167217-
CMYK0.200.2300.15
HSL247.2º39.68%75.29%-
HSV(B)247.2º23.04%85.1%-
XYZ43.5841.5371.37-
YUV174.49151.99126.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.06%
GREEN value IS 167 (65.62% from 255) = 29.98%
BLUE value IS 217 (85.16% from 255) = 38.96%
R=31.06%
G=29.98%
B=38.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1731672170.200.2300.15247.239.6875.29
HexADA7D914170Ff7284b
Octal255247331242701736750113
Binary101011011010011111011001101001011101111111101111010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA7D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA7D9; }

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

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

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

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

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

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

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

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