#ADAAD9

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

Shades of Wistful #ADAAD9

Tints of Wistful #ADAAD9

Color information

#ADAAD9 (or 0xADAAD9) is unknown color: approx Wistful. HEX triplet: AD, AA and D9. RGB value is (173,170,217). Sum of RGB (Red+Green+Blue) = 173+170+217=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 217 (85.16% from 255 or 38.75% from 560); Max value from RGB is 217 - color contains mainly: blue. Hex color #ADAAD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAAD9 is #525526. Grayscale: #B0B0B0. Windows color (decimal): -5395751 or 14265005. OLE color: 14265005.

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

Color convert

RGB173170217-
CMYK0.200.2200.15
HSL243.83º38.21%75.88%-
HSV(B)243.83º21.66%85.1%-
XYZ44.1342.6471.55-
YUV176.26150.99125.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.89%
GREEN value IS 170 (66.80% from 255) = 30.36%
BLUE value IS 217 (85.16% from 255) = 38.75%
R=30.89%
G=30.36%
B=38.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1731702170.200.2200.15243.8338.2175.88
HexADAAD914160Ff4264c
Octal255252331242601736446114
Binary101011011010101011011001101001011001111111101001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAAD9; }

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

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

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

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

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

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

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

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