Shades of Wistful #A294DF
Tints of Wistful #A294DF
RGB
CMYK
RGB Variations
Color information
#A294DF (or 0xA294DF) is known color: 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
| RGB | 162 | 148 | 223 | - |
| CMYK | 0.27 | 0.34 | 0 | 0.13 |
| HSL | 251.2º | 0.54% | 0.73% | - |
| HSV(B) | 251.2º | 0.34% | 0.87% | - |
| XYZ | 38.81 | 34.19 | 74.37 | - |
| YUV | 160.74 | 163.14 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 148 | 223 | 0.27 | 0.34 | 0 | 0.13 | 251.2 | 0.54 | 0.73 |
| Hex | A2 | 94 | DF | 1B | 22 | 0 | D | FB | 36 | 49 |
| Octal | 242 | 224 | 337 | 33 | 42 | 0 | 15 | 373 | 66 | 111 |
| Binary | 10100010 | 10010100 | 11011111 | 11011 | 100010 | 0 | 1101 | 11111011 | 110110 | 1001001 |
Color Harmonies of #A294DF
Complementary color
Monochromatic Colors of #A294DF
Black with #A294DF
Text Example
Text Example
White with #A294DF
Text Example
Text Example
HTML Codes & Css Web 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>