#ADA4ED

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

Shades of Wistful #ADA4ED

Tints of Wistful #ADA4ED

Color information

#ADA4ED (or 0xADA4ED) is unknown color: approx Wistful. HEX triplet: AD, A4 and ED. RGB value is (173,164,237). Sum of RGB (Red+Green+Blue) = 173+164+237=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 164 (64.45% from 255 or 28.57% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADA4ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA4ED is #525B12. Grayscale: #AEAEAE. Windows color (decimal): -5397267 or 15574189. OLE color: 15574189.

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

Color convert

RGB173164237-
CMYK0.270.3100.07
HSL247.4º66.97%78.63%-
HSV(B)247.4º30.8%92.94%-
XYZ45.841.5585.73-
YUV175.01162.98126.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.14%
GREEN value IS 164 (64.45% from 255) = 28.57%
BLUE value IS 237 (92.97% from 255) = 41.29%
R=30.14%
G=28.57%
B=41.29%

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
Decimal1731642370.270.3100.07247.466.9778.63
HexADA4ED1B1F07f7434f
Octal255244355333707367103117
Binary101011011010010011101101110111111101111111011110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA4ED; }

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

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

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

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

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

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

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

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