#A294FA

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

Shades of Wistful #A294FA

Tints of Wistful #A294FA

Color information

#A294FA (or 0xA294FA) is unknown color: approx Wistful. HEX triplet: A2, 94 and FA. RGB value is (162,148,250). Sum of RGB (Red+Green+Blue) = 162+148+250=560 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.93% from 560); Green value is 148 (58.20% from 255 or 26.43% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #A294FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A294FA is #5D6B05. Grayscale: #A3A3A3. Windows color (decimal): -6122246 or 16422050. OLE color: 16422050.

HSL color Cylindrical-coordinate representation of color #A294FA: hue angle of 248.24º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A294FA is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB162148250-
CMYK0.350.4100.02
HSL248.24º91.07%78.04%-
HSV(B)248.24º40.8%98.04%-
XYZ42.7535.7695.09-
YUV163.81176.64126.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.93%
GREEN value IS 148 (58.20% from 255) = 26.43%
BLUE value IS 250 (98.05% from 255) = 44.64%
R=28.93%
G=26.43%
B=44.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1621482500.350.4100.02248.2491.0778.04
HexA294FA232902f85b4e
Octal242224372435102370133116
Binary1010001010010100111110101000111010010101111100010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A294FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A294FA; }

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

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

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

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

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

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

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

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