#A49DBE

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

Shades of Wistful #A49DBE

Tints of Wistful #A49DBE

Color information

#A49DBE (or 0xA49DBE) is unknown color: approx Wistful. HEX triplet: A4, 9D and BE. RGB value is (164,157,190). Sum of RGB (Red+Green+Blue) = 164+157+190=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 190 - color contains mainly: blue. Hex color #A49DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49DBE is #5B6241. Grayscale: #A2A2A2. Windows color (decimal): -5988930 or 12492196. OLE color: 12492196.

HSL color Cylindrical-coordinate representation of color #A49DBE: hue angle of 252.73º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A49DBE is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB164157190-
CMYK0.140.1700.25
HSL252.73º20.25%68.04%-
HSV(B)252.73º17.37%74.51%-
XYZ36.6635.7253.68-
YUV162.85143.32128.82-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.09%
GREEN value IS 157 (61.72% from 255) = 30.72%
BLUE value IS 190 (74.61% from 255) = 37.18%
R=32.09%
G=30.72%
B=37.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641571900.140.1700.25252.7320.2568.04
HexA49DBEE11019fd1444
Octal244235276162103137524104
Binary10100100100111011011111011101000101100111111101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49DBE; }

 p { color: rgb(164,157,190); }

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

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

 a { background-color: rgb(164,157,190); }

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

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

 span { border-color: rgb(164,157,190); }

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