#A49AF1

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

Shades of Wistful #A49AF1

Tints of Wistful #A49AF1

Color information

#A49AF1 (or 0xA49AF1) is unknown color: approx Wistful. HEX triplet: A4, 9A and F1. RGB value is (164,154,241). Sum of RGB (Red+Green+Blue) = 164+154+241=559 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.34% from 559); Green value is 154 (60.55% from 255 or 27.55% from 559); Blue value is 241 (94.53% from 255 or 43.11% from 559); Max value from RGB is 241 - color contains mainly: blue. Hex color #A49AF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49AF1 is #5B650E. Grayscale: #A6A6A6. Windows color (decimal): -5989647 or 15833764. OLE color: 15833764.

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

Color convert

RGB164154241-
CMYK0.320.3600.05
HSL246.9º75.65%77.45%-
HSV(B)246.9º36.1%94.51%-
XYZ42.7437.3588.18-
YUV166.91169.81125.93-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.34%
GREEN value IS 154 (60.55% from 255) = 27.55%
BLUE value IS 241 (94.53% from 255) = 43.11%
R=29.34%
G=27.55%
B=43.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1641542410.320.3600.05246.975.6577.45
HexA49AF1202405f74c4d
Octal244232361404405367114115
Binary10100100100110101111000110000010010001011111011110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49AF1; }

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

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

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

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

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

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

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

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