Shades of Wistful #A39BF1
Tints of Wistful #A39BF1
RGB
CMYK
RGB Variations
Color information
#A39BF1 (or 0xA39BF1) is known color: Wistful. HEX triplet: A3, 9B and F1. RGB value is (163,155,241). Sum of RGB (Red+Green+Blue) = 163+155+241=559 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.16% from 559); Green value is 155 (60.94% from 255 or 27.73% from 559); Blue value is 241 (94.53% from 255 or 43.11% from 559); Max value from RGB is 241 - color contains mainly: blue. Hex color #A39BF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A39BF1 is #5C640E. Grayscale: #A6A6A6. Windows color (decimal): -6054927 or 15834019. OLE color: 15834019.
HSL color Cylindrical-coordinate representation of color #A39BF1: hue angle of 245.58º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A39BF1 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 155 | 241 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.05 |
| HSL | 245.58º | 0.75% | 0.78% | - |
| HSV(B) | 245.58º | 0.36% | 0.95% | - |
| XYZ | 42.7 | 37.58 | 88.22 | - |
| YUV | 167.2 | 169.65 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 155 | 241 | 0.32 | 0.36 | 0 | 0.05 | 245.58 | 0.75 | 0.78 |
| Hex | A3 | 9B | F1 | 20 | 24 | 0 | 5 | F6 | 4B | 4E |
| Octal | 243 | 233 | 361 | 40 | 44 | 0 | 5 | 366 | 113 | 116 |
| Binary | 10100011 | 10011011 | 11110001 | 100000 | 100100 | 0 | 101 | 11110110 | 1001011 | 1001110 |
Color Harmonies of #A39BF1
Complementary color
Monochromatic Colors of #A39BF1
Black with #A39BF1
Text Example
Text Example
White with #A39BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39BF1; }
p { color: rgb(163,155,241); }
H1.HeaderClassName
{
color: #A39BF1;
}
.AnyTagClassName
{
color: #A39BF1;
}
</style>
background-color css
<style>
a { background-color: #A39BF1; }
a { background-color: rgb(163,155,241); }
div.DivClassName
{
background-color: #A39BF1;
}
.BgClassName
{
background-color: #A39BF1;
}
</style>
border-color css
<style>
span { border-color: #A39BF1; }
span { border-color: rgb(163,155,241); }
td.TdClassName
{
border-color: #A39BF1;
}
.TagClassName
{
border-color: #A39BF1;
}
</style>