#ADA9D4

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

Shades of Wistful #ADA9D4

Tints of Wistful #ADA9D4

Color information

#ADA9D4 (or 0xADA9D4) is unknown color: approx Wistful. HEX triplet: AD, A9 and D4. RGB value is (173,169,212). Sum of RGB (Red+Green+Blue) = 173+169+212=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 169 (66.41% from 255 or 30.51% from 554); Blue value is 212 (83.20% from 255 or 38.27% from 554); Max value from RGB is 212 - color contains mainly: blue. Hex color #ADA9D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA9D4 is #52562B. Grayscale: #AEAEAE. Windows color (decimal): -5396012 or 13937069. OLE color: 13937069.

HSL color Cylindrical-coordinate representation of color #ADA9D4: hue angle of 245.58º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADA9D4 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB173169212-
CMYK0.180.2000.17
HSL245.58º33.33%74.71%-
HSV(B)245.58º20.28%83.14%-
XYZ43.3142.0168.11-
YUV175.1148.83126.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.23%
GREEN value IS 169 (66.41% from 255) = 30.51%
BLUE value IS 212 (83.20% from 255) = 38.27%
R=31.23%
G=30.51%
B=38.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1731692120.180.2000.17245.5833.3374.71
HexADA9D41214011f6214b
Octal255251324222402136641113
Binary1010110110101001110101001001010100010001111101101000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA9D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA9D4; }

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

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

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

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

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

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

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

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