#A49BD9

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

Shades of Wistful #A49BD9

Tints of Wistful #A49BD9

Color information

#A49BD9 (or 0xA49BD9) is unknown color: approx Wistful. HEX triplet: A4, 9B and D9. RGB value is (164,155,217). Sum of RGB (Red+Green+Blue) = 164+155+217=536 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.60% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 217 (85.16% from 255 or 40.49% from 536); Max value from RGB is 217 - color contains mainly: blue. Hex color #A49BD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49BD9 is #5B6426. Grayscale: #A4A4A4. Windows color (decimal): -5989415 or 14261156. OLE color: 14261156.

HSL color Cylindrical-coordinate representation of color #A49BD9: hue angle of 248.71º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A49BD9 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB164155217-
CMYK0.240.2900.15
HSL248.71º44.93%72.94%-
HSV(B)248.71º28.57%85.1%-
XYZ39.5636.3470.58-
YUV164.76157.48127.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.60%
GREEN value IS 155 (60.94% from 255) = 28.92%
BLUE value IS 217 (85.16% from 255) = 40.49%
R=30.60%
G=28.92%
B=40.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1641552170.240.2900.15248.7144.9372.94
HexA49BD9181D0Ff92d49
Octal244233331303501737155111
Binary101001001001101111011001110001110101111111110011011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49BD9; }

 p { color: rgb(164,155,217); }

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

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

 a { background-color: rgb(164,155,217); }

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

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

 span { border-color: rgb(164,155,217); }

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