Shades of Wistful #A39CEC
Tints of Wistful #A39CEC
RGB
CMYK
RGB Variations
Color information
#A39CEC (or 0xA39CEC) is known color: Wistful. HEX triplet: A3, 9C and EC. RGB value is (163,156,236). Sum of RGB (Red+Green+Blue) = 163+156+236=555 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.37% from 555); Green value is 156 (61.33% from 255 or 28.11% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #A39CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A39CEC is #5C6313. Grayscale: #A6A6A6. Windows color (decimal): -6054676 or 15506595. OLE color: 15506595.
HSL color Cylindrical-coordinate representation of color #A39CEC: hue angle of 245.25º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A39CEC is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 156 | 236 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.07 |
| HSL | 245.25º | 0.68% | 0.77% | - |
| HSV(B) | 245.25º | 0.34% | 0.93% | - |
| XYZ | 42.13 | 37.62 | 84.4 | - |
| YUV | 167.21 | 166.82 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 156 | 236 | 0.31 | 0.34 | 0 | 0.07 | 245.25 | 0.68 | 0.77 |
| Hex | A3 | 9C | EC | 1F | 22 | 0 | 7 | F5 | 44 | 4D |
| Octal | 243 | 234 | 354 | 37 | 42 | 0 | 7 | 365 | 104 | 115 |
| Binary | 10100011 | 10011100 | 11101100 | 11111 | 100010 | 0 | 111 | 11110101 | 1000100 | 1001101 |
Color Harmonies of #A39CEC
Complementary color
Monochromatic Colors of #A39CEC
Black with #A39CEC
Text Example
Text Example
White with #A39CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39CEC; }
p { color: rgb(163,156,236); }
H1.HeaderClassName
{
color: #A39CEC;
}
.AnyTagClassName
{
color: #A39CEC;
}
</style>
background-color css
<style>
a { background-color: #A39CEC; }
a { background-color: rgb(163,156,236); }
div.DivClassName
{
background-color: #A39CEC;
}
.BgClassName
{
background-color: #A39CEC;
}
</style>
border-color css
<style>
span { border-color: #A39CEC; }
span { border-color: rgb(163,156,236); }
td.TdClassName
{
border-color: #A39CEC;
}
.TagClassName
{
border-color: #A39CEC;
}
</style>