#A49CF1

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

Shades of Wistful #A49CF1

Tints of Wistful #A49CF1

Color information

#A49CF1 (or 0xA49CF1) is unknown color: approx Wistful. HEX triplet: A4, 9C and F1. RGB value is (164,156,241). Sum of RGB (Red+Green+Blue) = 164+156+241=561 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.23% from 561); Green value is 156 (61.33% from 255 or 27.81% from 561); Blue value is 241 (94.53% from 255 or 42.96% from 561); Max value from RGB is 241 - color contains mainly: blue. Hex color #A49CF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49CF1 is #5B630E. Grayscale: #A7A7A7. Windows color (decimal): -5989135 or 15834276. OLE color: 15834276.

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

Color convert

RGB164156241-
CMYK0.320.3500.05
HSL245.65º75.22%77.84%-
HSV(B)245.65º35.27%94.51%-
XYZ43.0838.0288.29-
YUV168.08169.15125.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.23%
GREEN value IS 156 (61.33% from 255) = 27.81%
BLUE value IS 241 (94.53% from 255) = 42.96%
R=29.23%
G=27.81%
B=42.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1641562410.320.3500.05245.6575.2277.84
HexA49CF1202305f64b4e
Octal244234361404305366113116
Binary10100100100111001111000110000010001101011111011010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49CF1; }

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

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

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

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

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

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

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

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