Shades of Wistful #A19CF1
Tints of Wistful #A19CF1
RGB
CMYK
RGB Variations
Color information
#A19CF1 (or 0xA19CF1) is known color: Wistful. HEX triplet: A1, 9C and F1. RGB value is (161,156,241). Sum of RGB (Red+Green+Blue) = 161+156+241=558 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.85% from 558); Green value is 156 (61.33% from 255 or 27.96% from 558); Blue value is 241 (94.53% from 255 or 43.19% from 558); Max value from RGB is 241 - color contains mainly: blue. Hex color #A19CF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19CF1 is #5E630E. Grayscale: #A6A6A6. Windows color (decimal): -6185743 or 15834273. OLE color: 15834273.
HSL color Cylindrical-coordinate representation of color #A19CF1: hue angle of 243.53º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A19CF1 is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 156 | 241 | - |
| CMYK | 0.33 | 0.35 | 0 | 0.05 |
| HSL | 243.53º | 0.75% | 0.78% | - |
| HSV(B) | 243.53º | 0.35% | 0.95% | - |
| XYZ | 42.46 | 37.7 | 88.26 | - |
| YUV | 167.19 | 169.66 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 156 | 241 | 0.33 | 0.35 | 0 | 0.05 | 243.53 | 0.75 | 0.78 |
| Hex | A1 | 9C | F1 | 21 | 23 | 0 | 5 | F4 | 4B | 4E |
| Octal | 241 | 234 | 361 | 41 | 43 | 0 | 5 | 364 | 113 | 116 |
| Binary | 10100001 | 10011100 | 11110001 | 100001 | 100011 | 0 | 101 | 11110100 | 1001011 | 1001110 |
Color Harmonies of #A19CF1
Complementary color
Monochromatic Colors of #A19CF1
Black with #A19CF1
Text Example
Text Example
White with #A19CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19CF1; }
p { color: rgb(161,156,241); }
H1.HeaderClassName
{
color: #A19CF1;
}
.AnyTagClassName
{
color: #A19CF1;
}
</style>
background-color css
<style>
a { background-color: #A19CF1; }
a { background-color: rgb(161,156,241); }
div.DivClassName
{
background-color: #A19CF1;
}
.BgClassName
{
background-color: #A19CF1;
}
</style>
border-color css
<style>
span { border-color: #A19CF1; }
span { border-color: rgb(161,156,241); }
td.TdClassName
{
border-color: #A19CF1;
}
.TagClassName
{
border-color: #A19CF1;
}
</style>