#A49FC9

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

Shades of Wistful #A49FC9

Tints of Wistful #A49FC9

Color information

#A49FC9 (or 0xA49FC9) is unknown color: approx Wistful. HEX triplet: A4, 9F and C9. RGB value is (164,159,201). Sum of RGB (Red+Green+Blue) = 164+159+201=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 201 (78.91% from 255 or 38.36% from 524); Max value from RGB is 201 - color contains mainly: blue. Hex color #A49FC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49FC9 is #5B6036. Grayscale: #A5A5A5. Windows color (decimal): -5988407 or 13213604. OLE color: 13213604.

HSL color Cylindrical-coordinate representation of color #A49FC9: hue angle of 247.14º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A49FC9 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB164159201-
CMYK0.180.2100.21
HSL247.14º28%70.59%-
HSV(B)247.14º20.9%78.82%-
XYZ38.2536.9160.37-
YUV165.28148.16127.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.30%
GREEN value IS 159 (62.5% from 255) = 30.34%
BLUE value IS 201 (78.91% from 255) = 38.36%
R=31.30%
G=30.34%
B=38.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1641592010.180.2100.21247.142870.59
HexA49FC91215015f71c47
Octal244237311222502536734107
Binary101001001001111111001001100101010101010111110111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49FC9; }

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

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

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

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

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

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

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

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