Shades of Wistful #A19FC1
Tints of Wistful #A19FC1
RGB
CMYK
RGB Variations
Color information
#A19FC1 (or 0xA19FC1) is known color: Wistful. HEX triplet: A1, 9F and C1. RGB value is (161,159,193). Sum of RGB (Red+Green+Blue) = 161+159+193=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 193 - color contains mainly: blue. Hex color #A19FC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19FC1 is #5E603E. Grayscale: #A3A3A3. Windows color (decimal): -6185023 or 12689313. OLE color: 12689313.
HSL color Cylindrical-coordinate representation of color #A19FC1: hue angle of 243.53º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A19FC1 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 159 | 193 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.24 |
| HSL | 243.53º | 0.22% | 0.69% | - |
| HSV(B) | 243.53º | 0.18% | 0.76% | - |
| XYZ | 36.72 | 36.22 | 55.51 | - |
| YUV | 163.47 | 144.66 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 159 | 193 | 0.17 | 0.18 | 0 | 0.24 | 243.53 | 0.22 | 0.69 |
| Hex | A1 | 9F | C1 | 11 | 12 | 0 | 18 | F4 | 16 | 45 |
| Octal | 241 | 237 | 301 | 21 | 22 | 0 | 30 | 364 | 26 | 105 |
| Binary | 10100001 | 10011111 | 11000001 | 10001 | 10010 | 0 | 11000 | 11110100 | 10110 | 1000101 |
Color Harmonies of #A19FC1
Complementary color
Monochromatic Colors of #A19FC1
Black with #A19FC1
Text Example
Text Example
White with #A19FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19FC1; }
p { color: rgb(161,159,193); }
H1.HeaderClassName
{
color: #A19FC1;
}
.AnyTagClassName
{
color: #A19FC1;
}
</style>
background-color css
<style>
a { background-color: #A19FC1; }
a { background-color: rgb(161,159,193); }
div.DivClassName
{
background-color: #A19FC1;
}
.BgClassName
{
background-color: #A19FC1;
}
</style>
border-color css
<style>
span { border-color: #A19FC1; }
span { border-color: rgb(161,159,193); }
td.TdClassName
{
border-color: #A19FC1;
}
.TagClassName
{
border-color: #A19FC1;
}
</style>