Shades of Wistful #A197D0
Tints of Wistful #A197D0
RGB
CMYK
RGB Variations
Color information
#A197D0 (or 0xA197D0) is known color: Wistful. HEX triplet: A1, 97 and D0. RGB value is (161,151,208). Sum of RGB (Red+Green+Blue) = 161+151+208=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 151 (59.38% from 255 or 29.04% from 520); Blue value is 208 (81.64% from 255 or 40% from 520); Max value from RGB is 208 - color contains mainly: blue. Hex color #A197D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A197D0 is #5E682F. Grayscale: #A0A0A0. Windows color (decimal): -6187056 or 13670305. OLE color: 13670305.
HSL color Cylindrical-coordinate representation of color #A197D0: hue angle of 250.53º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A197D0 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 151 | 208 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.18 |
| HSL | 250.53º | 0.38% | 0.7% | - |
| HSV(B) | 250.53º | 0.27% | 0.82% | - |
| XYZ | 37.15 | 34.26 | 64.33 | - |
| YUV | 160.49 | 154.81 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 151 | 208 | 0.23 | 0.27 | 0 | 0.18 | 250.53 | 0.38 | 0.7 |
| Hex | A1 | 97 | D0 | 17 | 1B | 0 | 12 | FB | 26 | 46 |
| Octal | 241 | 227 | 320 | 27 | 33 | 0 | 22 | 373 | 46 | 106 |
| Binary | 10100001 | 10010111 | 11010000 | 10111 | 11011 | 0 | 10010 | 11111011 | 100110 | 1000110 |
Color Harmonies of #A197D0
Complementary color
Monochromatic Colors of #A197D0
Black with #A197D0
Text Example
Text Example
White with #A197D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A197D0; }
p { color: rgb(161,151,208); }
H1.HeaderClassName
{
color: #A197D0;
}
.AnyTagClassName
{
color: #A197D0;
}
</style>
background-color css
<style>
a { background-color: #A197D0; }
a { background-color: rgb(161,151,208); }
div.DivClassName
{
background-color: #A197D0;
}
.BgClassName
{
background-color: #A197D0;
}
</style>
border-color css
<style>
span { border-color: #A197D0; }
span { border-color: rgb(161,151,208); }
td.TdClassName
{
border-color: #A197D0;
}
.TagClassName
{
border-color: #A197D0;
}
</style>