#ADA5DD

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

Shades of Wistful #ADA5DD

Tints of Wistful #ADA5DD

Color information

#ADA5DD (or 0xADA5DD) is unknown color: approx Wistful. HEX triplet: AD, A5 and DD. RGB value is (173,165,221). Sum of RGB (Red+Green+Blue) = 173+165+221=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 165 (64.84% from 255 or 29.52% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADA5DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA5DD is #525A22. Grayscale: #ADADAD. Windows color (decimal): -5397027 or 14525869. OLE color: 14525869.

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

Color convert

RGB173165221-
CMYK0.220.2500.13
HSL248.57º45.16%75.69%-
HSV(B)248.57º25.34%86.67%-
XYZ43.7441.0174.02-
YUV173.78154.65127.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.95%
GREEN value IS 165 (64.84% from 255) = 29.52%
BLUE value IS 221 (86.72% from 255) = 39.53%
R=30.95%
G=29.52%
B=39.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1731652210.220.2500.13248.5745.1675.69
HexADA5DD16190Df92d4c
Octal255245335263101537155114
Binary101011011010010111011101101101100101101111110011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA5DD; }

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

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

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

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

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

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

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

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