#A294F5

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

Shades of Wistful #A294F5

Tints of Wistful #A294F5

Color information

#A294F5 (or 0xA294F5) is unknown color: approx Wistful. HEX triplet: A2, 94 and F5. RGB value is (162,148,245). Sum of RGB (Red+Green+Blue) = 162+148+245=555 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.19% from 555); Green value is 148 (58.20% from 255 or 26.67% from 555); Blue value is 245 (96.09% from 255 or 44.14% from 555); Max value from RGB is 245 - color contains mainly: blue. Hex color #A294F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A294F5 is #5D6B0A. Grayscale: #A2A2A2. Windows color (decimal): -6122251 or 16094370. OLE color: 16094370.

HSL color Cylindrical-coordinate representation of color #A294F5: hue angle of 248.66º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A294F5 is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB162148245-
CMYK0.340.4000.04
HSL248.66º82.91%77.06%-
HSV(B)248.66º39.59%96.08%-
XYZ41.9735.4591.02-
YUV163.24174.14127.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.19%
GREEN value IS 148 (58.20% from 255) = 26.67%
BLUE value IS 245 (96.09% from 255) = 44.14%
R=29.19%
G=26.67%
B=44.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1621482450.340.4000.04248.6682.9177.06
HexA294F5222804f9534d
Octal242224365425004371123115
Binary10100010100101001111010110001010100001001111100110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A294F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A294F5; }

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

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

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

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

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

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

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

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