#A49FF1

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

Shades of Wistful #A49FF1

Tints of Wistful #A49FF1

Color information

#A49FF1 (or 0xA49FF1) is unknown color: approx Wistful. HEX triplet: A4, 9F and F1. RGB value is (164,159,241). Sum of RGB (Red+Green+Blue) = 164+159+241=564 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.08% from 564); Green value is 159 (62.5% from 255 or 28.19% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #A49FF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49FF1 is #5B600E. Grayscale: #A9A9A9. Windows color (decimal): -5988367 or 15835044. OLE color: 15835044.

HSL color Cylindrical-coordinate representation of color #A49FF1: hue angle of 243.66º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A49FF1 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB164159241-
CMYK0.320.3400.05
HSL243.66º74.55%78.43%-
HSV(B)243.66º34.02%94.51%-
XYZ43.5939.0488.46-
YUV169.84168.16123.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.08%
GREEN value IS 159 (62.5% from 255) = 28.19%
BLUE value IS 241 (94.53% from 255) = 42.73%
R=29.08%
G=28.19%
B=42.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1641592410.320.3400.05243.6674.5578.43
HexA49FF1202205f44b4e
Octal244237361404205364113116
Binary10100100100111111111000110000010001001011111010010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49FF1; }

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

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

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

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

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

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

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

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