Shades of Wistful #A39CEF
Tints of Wistful #A39CEF
RGB
CMYK
RGB Variations
Color information
#A39CEF (or 0xA39CEF) is known color: Wistful. HEX triplet: A3, 9C and EF. RGB value is (163,156,239). Sum of RGB (Red+Green+Blue) = 163+156+239=558 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.21% from 558); Green value is 156 (61.33% from 255 or 27.96% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #A39CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A39CEF is #5C6310. Grayscale: #A7A7A7. Windows color (decimal): -6054673 or 15703203. OLE color: 15703203.
HSL color Cylindrical-coordinate representation of color #A39CEF: hue angle of 245.06º degrees, saturation: 0.72, 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 #A39CEF is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 156 | 239 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.06 |
| HSL | 245.06º | 0.72% | 0.77% | - |
| HSV(B) | 245.06º | 0.35% | 0.94% | - |
| XYZ | 42.57 | 37.8 | 86.71 | - |
| YUV | 167.56 | 168.32 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 156 | 239 | 0.32 | 0.35 | 0 | 0.06 | 245.06 | 0.72 | 0.77 |
| Hex | A3 | 9C | EF | 20 | 23 | 0 | 6 | F5 | 48 | 4D |
| Octal | 243 | 234 | 357 | 40 | 43 | 0 | 6 | 365 | 110 | 115 |
| Binary | 10100011 | 10011100 | 11101111 | 100000 | 100011 | 0 | 110 | 11110101 | 1001000 | 1001101 |
Color Harmonies of #A39CEF
Complementary color
Monochromatic Colors of #A39CEF
Black with #A39CEF
Text Example
Text Example
White with #A39CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39CEF; }
p { color: rgb(163,156,239); }
H1.HeaderClassName
{
color: #A39CEF;
}
.AnyTagClassName
{
color: #A39CEF;
}
</style>
background-color css
<style>
a { background-color: #A39CEF; }
a { background-color: rgb(163,156,239); }
div.DivClassName
{
background-color: #A39CEF;
}
.BgClassName
{
background-color: #A39CEF;
}
</style>
border-color css
<style>
span { border-color: #A39CEF; }
span { border-color: rgb(163,156,239); }
td.TdClassName
{
border-color: #A39CEF;
}
.TagClassName
{
border-color: #A39CEF;
}
</style>