Shades of Wistful #A194DF
Tints of Wistful #A194DF
RGB
CMYK
RGB Variations
Color information
#A194DF (or 0xA194DF) is known color: Wistful. HEX triplet: A1, 94 and DF. RGB value is (161,148,223). Sum of RGB (Red+Green+Blue) = 161+148+223=532 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.26% from 532); Green value is 148 (58.20% from 255 or 27.82% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #A194DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A194DF is #5E6B20. Grayscale: #A0A0A0. Windows color (decimal): -6187809 or 14652577. OLE color: 14652577.
HSL color Cylindrical-coordinate representation of color #A194DF: hue angle of 250.4º 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 #A194DF is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 148 | 223 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.13 |
| HSL | 250.4º | 0.54% | 0.73% | - |
| HSV(B) | 250.4º | 0.34% | 0.87% | - |
| XYZ | 38.61 | 34.08 | 74.36 | - |
| YUV | 160.44 | 163.31 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 148 | 223 | 0.28 | 0.34 | 0 | 0.13 | 250.4 | 0.54 | 0.73 |
| Hex | A1 | 94 | DF | 1C | 22 | 0 | D | FA | 36 | 49 |
| Octal | 241 | 224 | 337 | 34 | 42 | 0 | 15 | 372 | 66 | 111 |
| Binary | 10100001 | 10010100 | 11011111 | 11100 | 100010 | 0 | 1101 | 11111010 | 110110 | 1001001 |
Color Harmonies of #A194DF
Complementary color
Monochromatic Colors of #A194DF
Black with #A194DF
Text Example
Text Example
White with #A194DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A194DF; }
p { color: rgb(161,148,223); }
H1.HeaderClassName
{
color: #A194DF;
}
.AnyTagClassName
{
color: #A194DF;
}
</style>
background-color css
<style>
a { background-color: #A194DF; }
a { background-color: rgb(161,148,223); }
div.DivClassName
{
background-color: #A194DF;
}
.BgClassName
{
background-color: #A194DF;
}
</style>
border-color css
<style>
span { border-color: #A194DF; }
span { border-color: rgb(161,148,223); }
td.TdClassName
{
border-color: #A194DF;
}
.TagClassName
{
border-color: #A194DF;
}
</style>