#A294DF

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

Shades of Wistful #A294DF

Tints of Wistful #A294DF

Color information

#A294DF (or 0xA294DF) is unknown color: approx Wistful. HEX triplet: A2, 94 and DF. RGB value is (162,148,223). Sum of RGB (Red+Green+Blue) = 162+148+223=533 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.39% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #A294DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A294DF is #5D6B20. Grayscale: #A0A0A0. Windows color (decimal): -6122273 or 14652578. OLE color: 14652578.

HSL color Cylindrical-coordinate representation of color #A294DF: hue angle of 251.2º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A294DF is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB162148223-
CMYK0.270.3400.13
HSL251.2º53.96%72.75%-
HSV(B)251.2º33.63%87.45%-
XYZ38.8134.1974.37-
YUV160.74163.14128.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.39%
GREEN value IS 148 (58.20% from 255) = 27.77%
BLUE value IS 223 (87.5% from 255) = 41.84%
R=30.39%
G=27.77%
B=41.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1621482230.270.3400.13251.253.9672.75
HexA294DF1B220Dfb3649
Octal242224337334201537366111
Binary1010001010010100110111111101110001001101111110111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A294DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A294DF; }

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

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

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

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

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

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

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

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