#ADA9CA

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

Shades of Wistful #ADA9CA

Tints of Wistful #ADA9CA

Color information

#ADA9CA (or 0xADA9CA) is unknown color: approx Wistful. HEX triplet: AD, A9 and CA. RGB value is (173,169,202). Sum of RGB (Red+Green+Blue) = 173+169+202=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 169 (66.41% from 255 or 31.07% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 202 - color contains mainly: blue. Hex color #ADA9CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA9CA is #525635. Grayscale: #ADADAD. Windows color (decimal): -5396022 or 13281709. OLE color: 13281709.

HSL color Cylindrical-coordinate representation of color #ADA9CA: hue angle of 247.27º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADA9CA is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB173169202-
CMYK0.140.1600.21
HSL247.27º23.74%72.75%-
HSV(B)247.27º16.34%79.22%-
XYZ42.0841.5261.67-
YUV173.96143.83127.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.80%
GREEN value IS 169 (66.41% from 255) = 31.07%
BLUE value IS 202 (79.30% from 255) = 37.13%
R=31.80%
G=31.07%
B=37.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1731692020.140.1600.21247.2723.7472.75
HexADA9CAE10015f71849
Octal255251312162002536730111
Binary10101101101010011100101011101000001010111110111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA9CA; }

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

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

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

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

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

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

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

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