#ADA8DB

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

Shades of Wistful #ADA8DB

Tints of Wistful #ADA8DB

Color information

#ADA8DB (or 0xADA8DB) is unknown color: approx Wistful. HEX triplet: AD, A8 and DB. RGB value is (173,168,219). Sum of RGB (Red+Green+Blue) = 173+168+219=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 168 (66.02% from 255 or 30% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADA8DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA8DB is #525724. Grayscale: #AFAFAF. Windows color (decimal): -5396261 or 14395565. OLE color: 14395565.

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

Color convert

RGB173168219-
CMYK0.210.2300.14
HSL245.88º41.46%75.88%-
HSV(B)245.88º23.29%85.88%-
XYZ44.024272.81-
YUV175.31152.66126.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.89%
GREEN value IS 168 (66.02% from 255) = 30%
BLUE value IS 219 (85.94% from 255) = 39.11%
R=30.89%
G=30%
B=39.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1731682190.210.2300.14245.8841.4675.88
HexADA8DB15170Ef6294c
Octal255250333252701636651114
Binary101011011010100011011011101011011101110111101101010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA8DB; }

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

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

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

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

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

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

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

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