#ADA3EA

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

Shades of Wistful #ADA3EA

Tints of Wistful #ADA3EA

Color information

#ADA3EA (or 0xADA3EA) is unknown color: approx Wistful. HEX triplet: AD, A3 and EA. RGB value is (173,163,234). Sum of RGB (Red+Green+Blue) = 173+163+234=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 163 (64.06% from 255 or 28.60% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADA3EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA3EA is #525C15. Grayscale: #ADADAD. Windows color (decimal): -5397526 or 15377325. OLE color: 15377325.

HSL color Cylindrical-coordinate representation of color #ADA3EA: hue angle of 248.45º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADA3EA is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB173163234-
CMYK0.260.3000.08
HSL248.45º62.83%77.84%-
HSV(B)248.45º30.34%91.76%-
XYZ45.1841.0283.38-
YUV174.08161.81127.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.35%
GREEN value IS 163 (64.06% from 255) = 28.60%
BLUE value IS 234 (91.80% from 255) = 41.05%
R=30.35%
G=28.60%
B=41.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1731632340.260.3000.08248.4562.8377.84
HexADA3EA1A1E08f83f4e
Octal255243352323601037077116
Binary101011011010001111101010110101111001000111110001111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA3EA; }

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

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

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

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

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

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

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

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