#ADA8DD

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

Shades of Wistful #ADA8DD

Tints of Wistful #ADA8DD

Color information

#ADA8DD (or 0xADA8DD) is unknown color: approx Wistful. HEX triplet: AD, A8 and DD. RGB value is (173,168,221). Sum of RGB (Red+Green+Blue) = 173+168+221=562 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.78% from 562); Green value is 168 (66.02% from 255 or 29.89% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADA8DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA8DD is #525722. Grayscale: #AFAFAF. Windows color (decimal): -5396259 or 14526637. OLE color: 14526637.

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

Color convert

RGB173168221-
CMYK0.220.2400.13
HSL245.66º43.8%76.27%-
HSV(B)245.66º23.98%86.67%-
XYZ44.2942.1174.2-
YUV175.54153.66126.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.78%
GREEN value IS 168 (66.02% from 255) = 29.89%
BLUE value IS 221 (86.72% from 255) = 39.32%
R=30.78%
G=29.89%
B=39.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1731682210.220.2400.13245.6643.876.27
HexADA8DD16180Df62c4c
Octal255250335263001536654114
Binary101011011010100011011101101101100001101111101101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA8DD; }

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

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

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

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

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

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

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

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