#ADA6DC

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

Shades of Wistful #ADA6DC

Tints of Wistful #ADA6DC

Color information

#ADA6DC (or 0xADA6DC) is unknown color: approx Wistful. HEX triplet: AD, A6 and DC. RGB value is (173,166,220). Sum of RGB (Red+Green+Blue) = 173+166+220=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 166 (65.23% from 255 or 29.70% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADA6DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA6DC is #525923. Grayscale: #AEAEAE. Windows color (decimal): -5396772 or 14460589. OLE color: 14460589.

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

Color convert

RGB173166220-
CMYK0.210.2500.14
HSL247.78º43.55%75.69%-
HSV(B)247.78º24.55%86.27%-
XYZ43.7941.3273.38-
YUV174.25153.82127.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.95%
GREEN value IS 166 (65.23% from 255) = 29.70%
BLUE value IS 220 (86.33% from 255) = 39.36%
R=30.95%
G=29.70%
B=39.36%

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
Decimal1731662200.210.2500.14247.7843.5575.69
HexADA6DC15190Ef82c4c
Octal255246334253101637054114
Binary101011011010011011011100101011100101110111110001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA6DC; }

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

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

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

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

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

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

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

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