Shades of Wistful #A39FCF
Tints of Wistful #A39FCF
RGB
CMYK
RGB Variations
Color information
#A39FCF (or 0xA39FCF) is known color: Wistful. HEX triplet: A3, 9F and CF. RGB value is (163,159,207). Sum of RGB (Red+Green+Blue) = 163+159+207=529 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.81% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 207 - color contains mainly: blue. Hex color #A39FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39FCF is #5C6030. Grayscale: #A5A5A5. Windows color (decimal): -6053937 or 13606819. OLE color: 13606819.
HSL color Cylindrical-coordinate representation of color #A39FCF: hue angle of 245º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A39FCF is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 159 | 207 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.19 |
| HSL | 245º | 0.33% | 0.72% | - |
| HSV(B) | 245º | 0.23% | 0.81% | - |
| XYZ | 38.76 | 37.09 | 64.15 | - |
| YUV | 165.67 | 151.33 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 159 | 207 | 0.21 | 0.23 | 0 | 0.19 | 245 | 0.33 | 0.72 |
| Hex | A3 | 9F | CF | 15 | 17 | 0 | 13 | F5 | 21 | 48 |
| Octal | 243 | 237 | 317 | 25 | 27 | 0 | 23 | 365 | 41 | 110 |
| Binary | 10100011 | 10011111 | 11001111 | 10101 | 10111 | 0 | 10011 | 11110101 | 100001 | 1001000 |
Color Harmonies of #A39FCF
Complementary color
Monochromatic Colors of #A39FCF
Black with #A39FCF
Text Example
Text Example
White with #A39FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39FCF; }
p { color: rgb(163,159,207); }
H1.HeaderClassName
{
color: #A39FCF;
}
.AnyTagClassName
{
color: #A39FCF;
}
</style>
background-color css
<style>
a { background-color: #A39FCF; }
a { background-color: rgb(163,159,207); }
div.DivClassName
{
background-color: #A39FCF;
}
.BgClassName
{
background-color: #A39FCF;
}
</style>
border-color css
<style>
span { border-color: #A39FCF; }
span { border-color: rgb(163,159,207); }
td.TdClassName
{
border-color: #A39FCF;
}
.TagClassName
{
border-color: #A39FCF;
}
</style>