Shades of Wistful #A197DA
Tints of Wistful #A197DA
RGB
CMYK
RGB Variations
Color information
#A197DA (or 0xA197DA) is known color: Wistful. HEX triplet: A1, 97 and DA. RGB value is (161,151,218). Sum of RGB (Red+Green+Blue) = 161+151+218=530 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.38% from 530); Green value is 151 (59.38% from 255 or 28.49% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #A197DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A197DA is #5E6825. Grayscale: #A1A1A1. Windows color (decimal): -6187046 or 14325665. OLE color: 14325665.
HSL color Cylindrical-coordinate representation of color #A197DA: hue angle of 248.96º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A197DA is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 151 | 218 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.15 |
| HSL | 248.96º | 0.48% | 0.72% | - |
| HSV(B) | 248.96º | 0.31% | 0.85% | - |
| XYZ | 38.42 | 34.77 | 71.02 | - |
| YUV | 161.63 | 159.81 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 151 | 218 | 0.26 | 0.31 | 0 | 0.15 | 248.96 | 0.48 | 0.72 |
| Hex | A1 | 97 | DA | 1A | 1F | 0 | F | F9 | 30 | 48 |
| Octal | 241 | 227 | 332 | 32 | 37 | 0 | 17 | 371 | 60 | 110 |
| Binary | 10100001 | 10010111 | 11011010 | 11010 | 11111 | 0 | 1111 | 11111001 | 110000 | 1001000 |
Color Harmonies of #A197DA
Complementary color
Monochromatic Colors of #A197DA
Black with #A197DA
Text Example
Text Example
White with #A197DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A197DA; }
p { color: rgb(161,151,218); }
H1.HeaderClassName
{
color: #A197DA;
}
.AnyTagClassName
{
color: #A197DA;
}
</style>
background-color css
<style>
a { background-color: #A197DA; }
a { background-color: rgb(161,151,218); }
div.DivClassName
{
background-color: #A197DA;
}
.BgClassName
{
background-color: #A197DA;
}
</style>
border-color css
<style>
span { border-color: #A197DA; }
span { border-color: rgb(161,151,218); }
td.TdClassName
{
border-color: #A197DA;
}
.TagClassName
{
border-color: #A197DA;
}
</style>