Shades of Wistful #A19DF2
Tints of Wistful #A19DF2
RGB
CMYK
RGB Variations
Color information
#A19DF2 (or 0xA19DF2) is known color: Wistful. HEX triplet: A1, 9D and F2. RGB value is (161,157,242). Sum of RGB (Red+Green+Blue) = 161+157+242=560 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.75% from 560); Green value is 157 (61.72% from 255 or 28.04% from 560); Blue value is 242 (94.92% from 255 or 43.21% from 560); Max value from RGB is 242 - color contains mainly: blue. Hex color #A19DF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19DF2 is #5E620D. Grayscale: #A7A7A7. Windows color (decimal): -6185486 or 15900065. OLE color: 15900065.
HSL color Cylindrical-coordinate representation of color #A19DF2: hue angle of 242.82º degrees, saturation: 0.77, 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 #A19DF2 is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 157 | 242 | - |
| CMYK | 0.33 | 0.35 | 0 | 0.05 |
| HSL | 242.82º | 0.77% | 0.78% | - |
| HSV(B) | 242.82º | 0.35% | 0.95% | - |
| XYZ | 42.78 | 38.1 | 89.1 | - |
| YUV | 167.89 | 169.83 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 157 | 242 | 0.33 | 0.35 | 0 | 0.05 | 242.82 | 0.77 | 0.78 |
| Hex | A1 | 9D | F2 | 21 | 23 | 0 | 5 | F3 | 4D | 4E |
| Octal | 241 | 235 | 362 | 41 | 43 | 0 | 5 | 363 | 115 | 116 |
| Binary | 10100001 | 10011101 | 11110010 | 100001 | 100011 | 0 | 101 | 11110011 | 1001101 | 1001110 |
Color Harmonies of #A19DF2
Complementary color
Monochromatic Colors of #A19DF2
Black with #A19DF2
Text Example
Text Example
White with #A19DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19DF2; }
p { color: rgb(161,157,242); }
H1.HeaderClassName
{
color: #A19DF2;
}
.AnyTagClassName
{
color: #A19DF2;
}
</style>
background-color css
<style>
a { background-color: #A19DF2; }
a { background-color: rgb(161,157,242); }
div.DivClassName
{
background-color: #A19DF2;
}
.BgClassName
{
background-color: #A19DF2;
}
</style>
border-color css
<style>
span { border-color: #A19DF2; }
span { border-color: rgb(161,157,242); }
td.TdClassName
{
border-color: #A19DF2;
}
.TagClassName
{
border-color: #A19DF2;
}
</style>