#A49CD9

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

Shades of Wistful #A49CD9

Tints of Wistful #A49CD9

Color information

#A49CD9 (or 0xA49CD9) is unknown color: approx Wistful. HEX triplet: A4, 9C and D9. RGB value is (164,156,217). Sum of RGB (Red+Green+Blue) = 164+156+217=537 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.54% from 537); Green value is 156 (61.33% from 255 or 29.05% from 537); Blue value is 217 (85.16% from 255 or 40.41% from 537); Max value from RGB is 217 - color contains mainly: blue. Hex color #A49CD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49CD9 is #5B6326. Grayscale: #A5A5A5. Windows color (decimal): -5989159 or 14261412. OLE color: 14261412.

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

Color convert

RGB164156217-
CMYK0.240.2800.15
HSL247.87º44.53%73.14%-
HSV(B)247.87º28.11%85.1%-
XYZ39.7236.6870.63-
YUV165.35157.15127.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.54%
GREEN value IS 156 (61.33% from 255) = 29.05%
BLUE value IS 217 (85.16% from 255) = 40.41%
R=30.54%
G=29.05%
B=40.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1641562170.240.2800.15247.8744.5373.14
HexA49CD9181C0Ff82d49
Octal244234331303401737055111
Binary101001001001110011011001110001110001111111110001011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49CD9; }

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

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

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

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

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

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

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

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