#ADA3ED

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

Shades of Wistful #ADA3ED

Tints of Wistful #ADA3ED

Color information

#ADA3ED (or 0xADA3ED) is unknown color: approx Wistful. HEX triplet: AD, A3 and ED. RGB value is (173,163,237). Sum of RGB (Red+Green+Blue) = 173+163+237=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 163 (64.06% from 255 or 28.45% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADA3ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA3ED is #525C12. Grayscale: #AEAEAE. Windows color (decimal): -5397523 or 15573933. OLE color: 15573933.

HSL color Cylindrical-coordinate representation of color #ADA3ED: hue angle of 248.11º degrees, saturation: 0.67, 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 #ADA3ED is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173163237-
CMYK0.270.3100.07
HSL248.11º67.27%78.43%-
HSV(B)248.11º31.22%92.94%-
XYZ45.6241.1985.67-
YUV174.43163.31126.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.19%
GREEN value IS 163 (64.06% from 255) = 28.45%
BLUE value IS 237 (92.97% from 255) = 41.36%
R=30.19%
G=28.45%
B=41.36%

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
Decimal1731632370.270.3100.07248.1167.2778.43
HexADA3ED1B1F07f8434e
Octal255243355333707370103116
Binary101011011010001111101101110111111101111111100010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA3ED; }

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

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

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

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

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

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

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

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