#ADA9D5

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

Shades of Wistful #ADA9D5

Tints of Wistful #ADA9D5

Color information

#ADA9D5 (or 0xADA9D5) is unknown color: approx Wistful. HEX triplet: AD, A9 and D5. RGB value is (173,169,213). Sum of RGB (Red+Green+Blue) = 173+169+213=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 169 (66.41% from 255 or 30.45% from 555); Blue value is 213 (83.59% from 255 or 38.38% from 555); Max value from RGB is 213 - color contains mainly: blue. Hex color #ADA9D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA9D5 is #52562A. Grayscale: #AFAFAF. Windows color (decimal): -5396011 or 14002605. OLE color: 14002605.

HSL color Cylindrical-coordinate representation of color #ADA9D5: hue angle of 245.45º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADA9D5 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB173169213-
CMYK0.190.2100.16
HSL245.45º34.37%74.9%-
HSV(B)245.45º20.66%83.53%-
XYZ43.4342.0668.78-
YUV175.21149.33126.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.17%
GREEN value IS 169 (66.41% from 255) = 30.45%
BLUE value IS 213 (83.59% from 255) = 38.38%
R=31.17%
G=30.45%
B=38.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1731692130.190.2100.16245.4534.3774.9
HexADA9D51315010f5224b
Octal255251325232502036542113
Binary1010110110101001110101011001110101010000111101011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA9D5; }

 p { color: rgb(173,169,213); }

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

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

 a { background-color: rgb(173,169,213); }

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

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

 span { border-color: rgb(173,169,213); }

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