Shades of Wistful #A19AF1
Tints of Wistful #A19AF1
RGB
CMYK
RGB Variations
Color information
#A19AF1 (or 0xA19AF1) is known color: Wistful. HEX triplet: A1, 9A and F1. RGB value is (161,154,241). Sum of RGB (Red+Green+Blue) = 161+154+241=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 154 (60.55% from 255 or 27.70% from 556); Blue value is 241 (94.53% from 255 or 43.35% from 556); Max value from RGB is 241 - color contains mainly: blue. Hex color #A19AF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19AF1 is #5E650E. Grayscale: #A5A5A5. Windows color (decimal): -6186255 or 15833761. OLE color: 15833761.
HSL color Cylindrical-coordinate representation of color #A19AF1: hue angle of 244.83º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A19AF1 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 154 | 241 | - |
| CMYK | 0.33 | 0.36 | 0 | 0.05 |
| HSL | 244.83º | 0.76% | 0.77% | - |
| HSV(B) | 244.83º | 0.36% | 0.95% | - |
| XYZ | 42.13 | 37.04 | 88.15 | - |
| YUV | 166.01 | 170.32 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 154 | 241 | 0.33 | 0.36 | 0 | 0.05 | 244.83 | 0.76 | 0.77 |
| Hex | A1 | 9A | F1 | 21 | 24 | 0 | 5 | F5 | 4C | 4D |
| Octal | 241 | 232 | 361 | 41 | 44 | 0 | 5 | 365 | 114 | 115 |
| Binary | 10100001 | 10011010 | 11110001 | 100001 | 100100 | 0 | 101 | 11110101 | 1001100 | 1001101 |
Color Harmonies of #A19AF1
Complementary color
Monochromatic Colors of #A19AF1
Black with #A19AF1
Text Example
Text Example
White with #A19AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19AF1; }
p { color: rgb(161,154,241); }
H1.HeaderClassName
{
color: #A19AF1;
}
.AnyTagClassName
{
color: #A19AF1;
}
</style>
background-color css
<style>
a { background-color: #A19AF1; }
a { background-color: rgb(161,154,241); }
div.DivClassName
{
background-color: #A19AF1;
}
.BgClassName
{
background-color: #A19AF1;
}
</style>
border-color css
<style>
span { border-color: #A19AF1; }
span { border-color: rgb(161,154,241); }
td.TdClassName
{
border-color: #A19AF1;
}
.TagClassName
{
border-color: #A19AF1;
}
</style>