#A49FED

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

Shades of Wistful #A49FED

Tints of Wistful #A49FED

Color information

#A49FED (or 0xA49FED) is unknown color: approx Wistful. HEX triplet: A4, 9F and ED. RGB value is (164,159,237). Sum of RGB (Red+Green+Blue) = 164+159+237=560 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.29% from 560); Green value is 159 (62.5% from 255 or 28.39% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #A49FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49FED is #5B6012. Grayscale: #A9A9A9. Windows color (decimal): -5988371 or 15572900. OLE color: 15572900.

HSL color Cylindrical-coordinate representation of color #A49FED: hue angle of 243.85º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A49FED is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB164159237-
CMYK0.310.3300.07
HSL243.85º68.42%77.65%-
HSV(B)243.85º32.91%92.94%-
XYZ42.9938.885.34-
YUV169.39166.16124.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.29%
GREEN value IS 159 (62.5% from 255) = 28.39%
BLUE value IS 237 (92.97% from 255) = 42.32%
R=29.29%
G=28.39%
B=42.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1641592370.310.3300.07243.8568.4277.65
HexA49FED1F2107f4444e
Octal244237355374107364104116
Binary1010010010011111111011011111110000101111111010010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49FED; }

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

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

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

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

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

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

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

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