#ADA3EC

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

Shades of Wistful #ADA3EC

Tints of Wistful #ADA3EC

Color information

#ADA3EC (or 0xADA3EC) is unknown color: approx Wistful. HEX triplet: AD, A3 and EC. RGB value is (173,163,236). Sum of RGB (Red+Green+Blue) = 173+163+236=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 163 (64.06% from 255 or 28.50% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADA3EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA3EC is #525C13. Grayscale: #AEAEAE. Windows color (decimal): -5397524 or 15508397. OLE color: 15508397.

HSL color Cylindrical-coordinate representation of color #ADA3EC: hue angle of 248.22º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADA3EC is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173163236-
CMYK0.270.3100.07
HSL248.22º65.77%78.24%-
HSV(B)248.22º30.93%92.55%-
XYZ45.4741.1384.9-
YUV174.31162.81127.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.24%
GREEN value IS 163 (64.06% from 255) = 28.50%
BLUE value IS 236 (92.58% from 255) = 41.26%
R=30.24%
G=28.50%
B=41.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1731632360.270.3100.07248.2265.7778.24
HexADA3EC1B1F07f8424e
Octal255243354333707370102116
Binary101011011010001111101100110111111101111111100010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA3EC; }

 p { color: rgb(173,163,236); }

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

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

 a { background-color: rgb(173,163,236); }

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

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

 span { border-color: rgb(173,163,236); }

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