Shades of Wistful #A39BF0
Tints of Wistful #A39BF0
RGB
CMYK
RGB Variations
Color information
#A39BF0 (or 0xA39BF0) is known color: Wistful. HEX triplet: A3, 9B and F0. RGB value is (163,155,240). Sum of RGB (Red+Green+Blue) = 163+155+240=558 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.21% from 558); Green value is 155 (60.94% from 255 or 27.78% from 558); Blue value is 240 (94.14% from 255 or 43.01% from 558); Max value from RGB is 240 - color contains mainly: blue. Hex color #A39BF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A39BF0 is #5C640F. Grayscale: #A6A6A6. Windows color (decimal): -6054928 or 15768483. OLE color: 15768483.
HSL color Cylindrical-coordinate representation of color #A39BF0: hue angle of 245.65º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A39BF0 is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 155 | 240 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.06 |
| HSL | 245.65º | 0.74% | 0.77% | - |
| HSV(B) | 245.65º | 0.35% | 0.94% | - |
| XYZ | 42.55 | 37.52 | 87.44 | - |
| YUV | 167.08 | 169.15 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 155 | 240 | 0.32 | 0.35 | 0 | 0.06 | 245.65 | 0.74 | 0.77 |
| Hex | A3 | 9B | F0 | 20 | 23 | 0 | 6 | F6 | 4A | 4D |
| Octal | 243 | 233 | 360 | 40 | 43 | 0 | 6 | 366 | 112 | 115 |
| Binary | 10100011 | 10011011 | 11110000 | 100000 | 100011 | 0 | 110 | 11110110 | 1001010 | 1001101 |
Color Harmonies of #A39BF0
Complementary color
Monochromatic Colors of #A39BF0
Black with #A39BF0
Text Example
Text Example
White with #A39BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39BF0; }
p { color: rgb(163,155,240); }
H1.HeaderClassName
{
color: #A39BF0;
}
.AnyTagClassName
{
color: #A39BF0;
}
</style>
background-color css
<style>
a { background-color: #A39BF0; }
a { background-color: rgb(163,155,240); }
div.DivClassName
{
background-color: #A39BF0;
}
.BgClassName
{
background-color: #A39BF0;
}
</style>
border-color css
<style>
span { border-color: #A39BF0; }
span { border-color: rgb(163,155,240); }
td.TdClassName
{
border-color: #A39BF0;
}
.TagClassName
{
border-color: #A39BF0;
}
</style>