Shades of Wistful #A19FD4
Tints of Wistful #A19FD4
RGB
CMYK
RGB Variations
Color information
#A19FD4 (or 0xA19FD4) is known color: Wistful. HEX triplet: A1, 9F and D4. RGB value is (161,159,212). Sum of RGB (Red+Green+Blue) = 161+159+212=532 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.26% from 532); Green value is 159 (62.5% from 255 or 29.89% from 532); Blue value is 212 (83.20% from 255 or 39.85% from 532); Max value from RGB is 212 - color contains mainly: blue. Hex color #A19FD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19FD4 is #5E602B. Grayscale: #A5A5A5. Windows color (decimal): -6185004 or 13934497. OLE color: 13934497.
HSL color Cylindrical-coordinate representation of color #A19FD4: hue angle of 242.26º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A19FD4 is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 159 | 212 | - |
| CMYK | 0.24 | 0.25 | 0 | 0.17 |
| HSL | 242.26º | 0.38% | 0.73% | - |
| HSV(B) | 242.26º | 0.25% | 0.83% | - |
| XYZ | 38.98 | 37.13 | 67.4 | - |
| YUV | 165.64 | 154.16 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 159 | 212 | 0.24 | 0.25 | 0 | 0.17 | 242.26 | 0.38 | 0.73 |
| Hex | A1 | 9F | D4 | 18 | 19 | 0 | 11 | F2 | 26 | 49 |
| Octal | 241 | 237 | 324 | 30 | 31 | 0 | 21 | 362 | 46 | 111 |
| Binary | 10100001 | 10011111 | 11010100 | 11000 | 11001 | 0 | 10001 | 11110010 | 100110 | 1001001 |
Color Harmonies of #A19FD4
Complementary color
Monochromatic Colors of #A19FD4
Black with #A19FD4
Text Example
Text Example
White with #A19FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19FD4; }
p { color: rgb(161,159,212); }
H1.HeaderClassName
{
color: #A19FD4;
}
.AnyTagClassName
{
color: #A19FD4;
}
</style>
background-color css
<style>
a { background-color: #A19FD4; }
a { background-color: rgb(161,159,212); }
div.DivClassName
{
background-color: #A19FD4;
}
.BgClassName
{
background-color: #A19FD4;
}
</style>
border-color css
<style>
span { border-color: #A19FD4; }
span { border-color: rgb(161,159,212); }
td.TdClassName
{
border-color: #A19FD4;
}
.TagClassName
{
border-color: #A19FD4;
}
</style>