#ADA9DD

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

Shades of Wistful #ADA9DD

Tints of Wistful #ADA9DD

Color information

#ADA9DD (or 0xADA9DD) is unknown color: approx Wistful. HEX triplet: AD, A9 and DD. RGB value is (173,169,221). Sum of RGB (Red+Green+Blue) = 173+169+221=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 169 (66.41% from 255 or 30.02% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADA9DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA9DD is #525622. Grayscale: #AFAFAF. Windows color (decimal): -5396003 or 14526893. OLE color: 14526893.

HSL color Cylindrical-coordinate representation of color #ADA9DD: hue angle of 244.62º degrees, saturation: 0.43, 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 #ADA9DD is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173169221-
CMYK0.220.2400.13
HSL244.62º43.33%76.47%-
HSV(B)244.62º23.53%86.67%-
XYZ44.4742.4874.26-
YUV176.12153.33125.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.73%
GREEN value IS 169 (66.41% from 255) = 30.02%
BLUE value IS 221 (86.72% from 255) = 39.25%
R=30.73%
G=30.02%
B=39.25%

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
Decimal1731692210.220.2400.13244.6243.3376.47
HexADA9DD16180Df52b4c
Octal255251335263001536553114
Binary101011011010100111011101101101100001101111101011010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA9DD; }

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

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

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

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

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

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

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

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