#ADA3DB

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

Shades of Wistful #ADA3DB

Tints of Wistful #ADA3DB

Color information

#ADA3DB (or 0xADA3DB) is unknown color: approx Wistful. HEX triplet: AD, A3 and DB. RGB value is (173,163,219). Sum of RGB (Red+Green+Blue) = 173+163+219=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 163 (64.06% from 255 or 29.37% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADA3DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA3DB is #525C24. Grayscale: #ACACAC. Windows color (decimal): -5397541 or 14394285. OLE color: 14394285.

HSL color Cylindrical-coordinate representation of color #ADA3DB: hue angle of 250.71º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADA3DB is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB173163219-
CMYK0.210.2600.14
HSL250.71º43.75%74.9%-
HSV(B)250.71º25.57%85.88%-
XYZ43.1240.1972.5-
YUV172.37154.31128.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.17%
GREEN value IS 163 (64.06% from 255) = 29.37%
BLUE value IS 219 (85.94% from 255) = 39.46%
R=31.17%
G=29.37%
B=39.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1731632190.210.2600.14250.7143.7574.9
HexADA3DB151A0Efb2c4b
Octal255243333253201637354113
Binary101011011010001111011011101011101001110111110111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA3DB; }

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

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

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

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

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

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

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

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