#ADA4DD

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

Shades of Wistful #ADA4DD

Tints of Wistful #ADA4DD

Color information

#ADA4DD (or 0xADA4DD) is unknown color: approx Wistful. HEX triplet: AD, A4 and DD. RGB value is (173,164,221). Sum of RGB (Red+Green+Blue) = 173+164+221=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 164 (64.45% from 255 or 29.39% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADA4DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA4DD is #525B22. Grayscale: #ACACAC. Windows color (decimal): -5397283 or 14525613. OLE color: 14525613.

HSL color Cylindrical-coordinate representation of color #ADA4DD: hue angle of 249.47º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADA4DD is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173164221-
CMYK0.220.2600.13
HSL249.47º45.6%75.49%-
HSV(B)249.47º25.79%86.67%-
XYZ43.5640.6673.96-
YUV173.19154.98127.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.00%
GREEN value IS 164 (64.45% from 255) = 29.39%
BLUE value IS 221 (86.72% from 255) = 39.61%
R=31.00%
G=29.39%
B=39.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1731642210.220.2600.13249.4745.675.49
HexADA4DD161A0Df92e4b
Octal255244335263201537156113
Binary101011011010010011011101101101101001101111110011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA4DD; }

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

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

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

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

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

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

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

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