#A294F0

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

Shades of Wistful #A294F0

Tints of Wistful #A294F0

Color information

#A294F0 (or 0xA294F0) is unknown color: approx Wistful. HEX triplet: A2, 94 and F0. RGB value is (162,148,240). Sum of RGB (Red+Green+Blue) = 162+148+240=550 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.45% from 550); Green value is 148 (58.20% from 255 or 26.91% from 550); Blue value is 240 (94.14% from 255 or 43.64% from 550); Max value from RGB is 240 - color contains mainly: blue. Hex color #A294F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A294F0 is #5D6B0F. Grayscale: #A2A2A2. Windows color (decimal): -6122256 or 15766690. OLE color: 15766690.

HSL color Cylindrical-coordinate representation of color #A294F0: hue angle of 249.13º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A294F0 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB162148240-
CMYK0.320.3800.06
HSL249.13º75.41%76.08%-
HSV(B)249.13º38.33%94.12%-
XYZ41.2235.1587.05-
YUV162.67171.64127.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.45%
GREEN value IS 148 (58.20% from 255) = 26.91%
BLUE value IS 240 (94.14% from 255) = 43.64%
R=29.45%
G=26.91%
B=43.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1621482400.320.3800.06249.1375.4176.08
HexA294F0202606f94b4c
Octal242224360404606371113114
Binary10100010100101001111000010000010011001101111100110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A294F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A294F0; }

 p { color: rgb(162,148,240); }

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

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

 a { background-color: rgb(162,148,240); }

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

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

 span { border-color: rgb(162,148,240); }

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