#ADA3D9

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

Shades of Wistful #ADA3D9

Tints of Wistful #ADA3D9

Color information

#ADA3D9 (or 0xADA3D9) is unknown color: approx Wistful. HEX triplet: AD, A3 and D9. RGB value is (173,163,217). Sum of RGB (Red+Green+Blue) = 173+163+217=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 163 (64.06% from 255 or 29.48% from 553); Blue value is 217 (85.16% from 255 or 39.24% from 553); Max value from RGB is 217 - color contains mainly: blue. Hex color #ADA3D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA3D9 is #525C26. Grayscale: #ABABAB. Windows color (decimal): -5397543 or 14263213. OLE color: 14263213.

HSL color Cylindrical-coordinate representation of color #ADA3D9: hue angle of 251.11º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADA3D9 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB173163217-
CMYK0.200.2500.15
HSL251.11º41.54%74.51%-
HSV(B)251.11º24.88%85.1%-
XYZ42.8640.0971.12-
YUV172.15153.31128.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.28%
GREEN value IS 163 (64.06% from 255) = 29.48%
BLUE value IS 217 (85.16% from 255) = 39.24%
R=31.28%
G=29.48%
B=39.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1731632170.200.2500.15251.1141.5474.51
HexADA3D914190Ffb2a4b
Octal255243331243101737352113
Binary101011011010001111011001101001100101111111110111010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA3D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA3D9; }

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

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

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

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

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

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

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

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