Shades of Wistful #A39ACF
Tints of Wistful #A39ACF
RGB
CMYK
RGB Variations
Color information
#A39ACF (or 0xA39ACF) is known color: Wistful. HEX triplet: A3, 9A and CF. RGB value is (163,154,207). Sum of RGB (Red+Green+Blue) = 163+154+207=524 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.11% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 207 - color contains mainly: blue. Hex color #A39ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39ACF is #5C6530. Grayscale: #A2A2A2. Windows color (decimal): -6055217 or 13605539. OLE color: 13605539.
HSL color Cylindrical-coordinate representation of color #A39ACF: hue angle of 250.19º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A39ACF is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 154 | 207 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.19 |
| HSL | 250.19º | 0.36% | 0.71% | - |
| HSV(B) | 250.19º | 0.26% | 0.81% | - |
| XYZ | 37.92 | 35.4 | 63.87 | - |
| YUV | 162.73 | 152.98 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 154 | 207 | 0.21 | 0.26 | 0 | 0.19 | 250.19 | 0.36 | 0.71 |
| Hex | A3 | 9A | CF | 15 | 1A | 0 | 13 | FA | 24 | 47 |
| Octal | 243 | 232 | 317 | 25 | 32 | 0 | 23 | 372 | 44 | 107 |
| Binary | 10100011 | 10011010 | 11001111 | 10101 | 11010 | 0 | 10011 | 11111010 | 100100 | 1000111 |
Color Harmonies of #A39ACF
Complementary color
Monochromatic Colors of #A39ACF
Black with #A39ACF
Text Example
Text Example
White with #A39ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39ACF; }
p { color: rgb(163,154,207); }
H1.HeaderClassName
{
color: #A39ACF;
}
.AnyTagClassName
{
color: #A39ACF;
}
</style>
background-color css
<style>
a { background-color: #A39ACF; }
a { background-color: rgb(163,154,207); }
div.DivClassName
{
background-color: #A39ACF;
}
.BgClassName
{
background-color: #A39ACF;
}
</style>
border-color css
<style>
span { border-color: #A39ACF; }
span { border-color: rgb(163,154,207); }
td.TdClassName
{
border-color: #A39ACF;
}
.TagClassName
{
border-color: #A39ACF;
}
</style>