#ADA4D0

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

Shades of Wistful #ADA4D0

Tints of Wistful #ADA4D0

Color information

#ADA4D0 (or 0xADA4D0) is unknown color: approx Wistful. HEX triplet: AD, A4 and D0. RGB value is (173,164,208). Sum of RGB (Red+Green+Blue) = 173+164+208=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 164 (64.45% from 255 or 30.09% from 545); Blue value is 208 (81.64% from 255 or 38.17% from 545); Max value from RGB is 208 - color contains mainly: blue. Hex color #ADA4D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA4D0 is #525B2F. Grayscale: #ABABAB. Windows color (decimal): -5397296 or 13673645. OLE color: 13673645.

HSL color Cylindrical-coordinate representation of color #ADA4D0: hue angle of 252.27º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADA4D0 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB173164208-
CMYK0.170.2100.18
HSL252.27º31.88%72.94%-
HSV(B)252.27º21.15%81.57%-
XYZ41.8939.9965.19-
YUV171.71148.48128.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.74%
GREEN value IS 164 (64.45% from 255) = 30.09%
BLUE value IS 208 (81.64% from 255) = 38.17%
R=31.74%
G=30.09%
B=38.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1731642080.170.2100.18252.2731.8872.94
HexADA4D01115012fc2049
Octal255244320212502237440111
Binary1010110110100100110100001000110101010010111111001000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA4D0; }

 p { color: rgb(173,164,208); }

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

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

 a { background-color: rgb(173,164,208); }

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

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

 span { border-color: rgb(173,164,208); }

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