#ADA4DC

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

Shades of Wistful #ADA4DC

Tints of Wistful #ADA4DC

Color information

#ADA4DC (or 0xADA4DC) is unknown color: approx Wistful. HEX triplet: AD, A4 and DC. RGB value is (173,164,220). Sum of RGB (Red+Green+Blue) = 173+164+220=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 164 (64.45% from 255 or 29.44% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADA4DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA4DC is #525B23. Grayscale: #ACACAC. Windows color (decimal): -5397284 or 14460077. OLE color: 14460077.

HSL color Cylindrical-coordinate representation of color #ADA4DC: hue angle of 249.64º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADA4DC is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB173164220-
CMYK0.210.2500.14
HSL249.64º44.44%75.29%-
HSV(B)249.64º25.45%86.27%-
XYZ43.4340.673.26-
YUV173.08154.48127.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.06%
GREEN value IS 164 (64.45% from 255) = 29.44%
BLUE value IS 220 (86.33% from 255) = 39.50%
R=31.06%
G=29.44%
B=39.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1731642200.210.2500.14249.6444.4475.29
HexADA4DC15190Efa2c4b
Octal255244334253101637254113
Binary101011011010010011011100101011100101110111110101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA4DC; }

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

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

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

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

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

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

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

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