Shades of Wistful #A19DCF
Tints of Wistful #A19DCF
RGB
CMYK
RGB Variations
Color information
#A19DCF (or 0xA19DCF) is known color: Wistful. HEX triplet: A1, 9D and CF. RGB value is (161,157,207). Sum of RGB (Red+Green+Blue) = 161+157+207=525 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.67% from 525); Green value is 157 (61.72% from 255 or 29.90% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: blue. Hex color #A19DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19DCF is #5E6230. Grayscale: #A3A3A3. Windows color (decimal): -6185521 or 13606305. OLE color: 13606305.
HSL color Cylindrical-coordinate representation of color #A19DCF: hue angle of 244.8º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A19DCF is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 157 | 207 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.19 |
| HSL | 244.8º | 0.34% | 0.71% | - |
| HSV(B) | 244.8º | 0.24% | 0.81% | - |
| XYZ | 38.02 | 36.2 | 64.01 | - |
| YUV | 163.9 | 152.33 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 157 | 207 | 0.22 | 0.24 | 0 | 0.19 | 244.8 | 0.34 | 0.71 |
| Hex | A1 | 9D | CF | 16 | 18 | 0 | 13 | F5 | 22 | 47 |
| Octal | 241 | 235 | 317 | 26 | 30 | 0 | 23 | 365 | 42 | 107 |
| Binary | 10100001 | 10011101 | 11001111 | 10110 | 11000 | 0 | 10011 | 11110101 | 100010 | 1000111 |
Color Harmonies of #A19DCF
Complementary color
Monochromatic Colors of #A19DCF
Black with #A19DCF
Text Example
Text Example
White with #A19DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19DCF; }
p { color: rgb(161,157,207); }
H1.HeaderClassName
{
color: #A19DCF;
}
.AnyTagClassName
{
color: #A19DCF;
}
</style>
background-color css
<style>
a { background-color: #A19DCF; }
a { background-color: rgb(161,157,207); }
div.DivClassName
{
background-color: #A19DCF;
}
.BgClassName
{
background-color: #A19DCF;
}
</style>
border-color css
<style>
span { border-color: #A19DCF; }
span { border-color: rgb(161,157,207); }
td.TdClassName
{
border-color: #A19DCF;
}
.TagClassName
{
border-color: #A19DCF;
}
</style>