#A49FD9

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

Shades of Wistful #A49FD9

Tints of Wistful #A49FD9

Color information

#A49FD9 (or 0xA49FD9) is unknown color: approx Wistful. HEX triplet: A4, 9F and D9. RGB value is (164,159,217). Sum of RGB (Red+Green+Blue) = 164+159+217=540 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.37% from 540); Green value is 159 (62.5% from 255 or 29.44% from 540); Blue value is 217 (85.16% from 255 or 40.19% from 540); Max value from RGB is 217 - color contains mainly: blue. Hex color #A49FD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49FD9 is #5B6026. Grayscale: #A6A6A6. Windows color (decimal): -5988391 or 14262180. OLE color: 14262180.

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

Color convert

RGB164159217-
CMYK0.240.2700.15
HSL245.17º43.28%73.73%-
HSV(B)245.17º26.73%85.1%-
XYZ40.2337.770.8-
YUV167.11156.16125.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.37%
GREEN value IS 159 (62.5% from 255) = 29.44%
BLUE value IS 217 (85.16% from 255) = 40.19%
R=30.37%
G=29.44%
B=40.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1641592170.240.2700.15245.1743.2873.73
HexA49FD9181B0Ff52b4a
Octal244237331303301736553112
Binary101001001001111111011001110001101101111111101011010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49FD9; }

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

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

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

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

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

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

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

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