Shades of Wistful #A197DF
Tints of Wistful #A197DF
RGB
CMYK
RGB Variations
Color information
#A197DF (or 0xA197DF) is known color: Wistful. HEX triplet: A1, 97 and DF. RGB value is (161,151,223). Sum of RGB (Red+Green+Blue) = 161+151+223=535 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.09% from 535); Green value is 151 (59.38% from 255 or 28.22% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #A197DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A197DF is #5E6820. Grayscale: #A1A1A1. Windows color (decimal): -6187041 or 14653345. OLE color: 14653345.
HSL color Cylindrical-coordinate representation of color #A197DF: hue angle of 248.33º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A197DF is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 151 | 223 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.13 |
| HSL | 248.33º | 0.53% | 0.73% | - |
| HSV(B) | 248.33º | 0.32% | 0.87% | - |
| XYZ | 39.08 | 35.04 | 74.52 | - |
| YUV | 162.2 | 162.31 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 151 | 223 | 0.28 | 0.32 | 0 | 0.13 | 248.33 | 0.53 | 0.73 |
| Hex | A1 | 97 | DF | 1C | 20 | 0 | D | F8 | 35 | 49 |
| Octal | 241 | 227 | 337 | 34 | 40 | 0 | 15 | 370 | 65 | 111 |
| Binary | 10100001 | 10010111 | 11011111 | 11100 | 100000 | 0 | 1101 | 11111000 | 110101 | 1001001 |
Color Harmonies of #A197DF
Complementary color
Monochromatic Colors of #A197DF
Black with #A197DF
Text Example
Text Example
White with #A197DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A197DF; }
p { color: rgb(161,151,223); }
H1.HeaderClassName
{
color: #A197DF;
}
.AnyTagClassName
{
color: #A197DF;
}
</style>
background-color css
<style>
a { background-color: #A197DF; }
a { background-color: rgb(161,151,223); }
div.DivClassName
{
background-color: #A197DF;
}
.BgClassName
{
background-color: #A197DF;
}
</style>
border-color css
<style>
span { border-color: #A197DF; }
span { border-color: rgb(161,151,223); }
td.TdClassName
{
border-color: #A197DF;
}
.TagClassName
{
border-color: #A197DF;
}
</style>