#A49FCF

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

Shades of Wistful #A49FCF

Tints of Wistful #A49FCF

Color information

#A49FCF (or 0xA49FCF) is unknown color: approx Wistful. HEX triplet: A4, 9F and CF. RGB value is (164,159,207). Sum of RGB (Red+Green+Blue) = 164+159+207=530 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.94% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 207 - color contains mainly: blue. Hex color #A49FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49FCF is #5B6030. Grayscale: #A5A5A5. Windows color (decimal): -5988401 or 13606820. OLE color: 13606820.

HSL color Cylindrical-coordinate representation of color #A49FCF: hue angle of 246.25º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A49FCF is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB164159207-
CMYK0.210.2300.19
HSL246.25º33.33%71.76%-
HSV(B)246.25º23.19%81.18%-
XYZ38.9737.1964.16-
YUV165.97151.16126.6-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.94%
GREEN value IS 159 (62.5% from 255) = 30%
BLUE value IS 207 (81.25% from 255) = 39.06%
R=30.94%
G=30%
B=39.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1641592070.210.2300.19246.2533.3371.76
HexA49FCF1517013f62148
Octal244237317252702336641110
Binary1010010010011111110011111010110111010011111101101000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49FCF; }

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

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

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

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

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

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

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

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