Shades of Wistful #A39CED
Tints of Wistful #A39CED
RGB
CMYK
RGB Variations
Color information
#A39CED (or 0xA39CED) is known color: Wistful. HEX triplet: A3, 9C and ED. RGB value is (163,156,237). Sum of RGB (Red+Green+Blue) = 163+156+237=556 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.32% from 556); Green value is 156 (61.33% from 255 or 28.06% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #A39CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A39CED is #5C6312. Grayscale: #A7A7A7. Windows color (decimal): -6054675 or 15572131. OLE color: 15572131.
HSL color Cylindrical-coordinate representation of color #A39CED: hue angle of 245.19º degrees, saturation: 0.69, 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 #A39CED is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 156 | 237 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.07 |
| HSL | 245.19º | 0.69% | 0.77% | - |
| HSV(B) | 245.19º | 0.34% | 0.93% | - |
| XYZ | 42.28 | 37.68 | 85.16 | - |
| YUV | 167.33 | 167.32 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 156 | 237 | 0.31 | 0.34 | 0 | 0.07 | 245.19 | 0.69 | 0.77 |
| Hex | A3 | 9C | ED | 1F | 22 | 0 | 7 | F5 | 45 | 4D |
| Octal | 243 | 234 | 355 | 37 | 42 | 0 | 7 | 365 | 105 | 115 |
| Binary | 10100011 | 10011100 | 11101101 | 11111 | 100010 | 0 | 111 | 11110101 | 1000101 | 1001101 |
Color Harmonies of #A39CED
Complementary color
Monochromatic Colors of #A39CED
Black with #A39CED
Text Example
Text Example
White with #A39CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39CED; }
p { color: rgb(163,156,237); }
H1.HeaderClassName
{
color: #A39CED;
}
.AnyTagClassName
{
color: #A39CED;
}
</style>
background-color css
<style>
a { background-color: #A39CED; }
a { background-color: rgb(163,156,237); }
div.DivClassName
{
background-color: #A39CED;
}
.BgClassName
{
background-color: #A39CED;
}
</style>
border-color css
<style>
span { border-color: #A39CED; }
span { border-color: rgb(163,156,237); }
td.TdClassName
{
border-color: #A39CED;
}
.TagClassName
{
border-color: #A39CED;
}
</style>