#A49FC2

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

Shades of Wistful #A49FC2

Tints of Wistful #A49FC2

Color information

#A49FC2 (or 0xA49FC2) is unknown color: approx Wistful. HEX triplet: A4, 9F and C2. RGB value is (164,159,194). Sum of RGB (Red+Green+Blue) = 164+159+194=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 194 (76.17% from 255 or 37.52% from 517); Max value from RGB is 194 - color contains mainly: blue. Hex color #A49FC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49FC2 is #5B603D. Grayscale: #A4A4A4. Windows color (decimal): -5988414 or 12754852. OLE color: 12754852.

HSL color Cylindrical-coordinate representation of color #A49FC2: hue angle of 248.57º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A49FC2 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB164159194-
CMYK0.150.1800.24
HSL248.57º22.29%69.22%-
HSV(B)248.57º18.04%76.08%-
XYZ37.4536.5856.13-
YUV164.48144.66127.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.72%
GREEN value IS 159 (62.5% from 255) = 30.75%
BLUE value IS 194 (76.17% from 255) = 37.52%
R=31.72%
G=30.75%
B=37.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641591940.150.1800.24248.5722.2969.22
HexA49FC2F12018f91645
Octal244237302172203037126105
Binary10100100100111111100001011111001001100011111001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49FC2; }

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

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

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

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

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

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

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

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