Shades of Wistful #A39CEB
Tints of Wistful #A39CEB
RGB
CMYK
RGB Variations
Color information
#A39CEB (or 0xA39CEB) is known color: Wistful. HEX triplet: A3, 9C and EB. RGB value is (163,156,235). Sum of RGB (Red+Green+Blue) = 163+156+235=554 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.42% from 554); Green value is 156 (61.33% from 255 or 28.16% from 554); Blue value is 235 (92.19% from 255 or 42.42% from 554); Max value from RGB is 235 - color contains mainly: blue. Hex color #A39CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A39CEB is #5C6314. Grayscale: #A6A6A6. Windows color (decimal): -6054677 or 15441059. OLE color: 15441059.
HSL color Cylindrical-coordinate representation of color #A39CEB: hue angle of 245.32º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A39CEB is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 156 | 235 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.08 |
| HSL | 245.32º | 0.66% | 0.77% | - |
| HSV(B) | 245.32º | 0.34% | 0.92% | - |
| XYZ | 41.99 | 37.56 | 83.63 | - |
| YUV | 167.1 | 166.32 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 156 | 235 | 0.31 | 0.34 | 0 | 0.08 | 245.32 | 0.66 | 0.77 |
| Hex | A3 | 9C | EB | 1F | 22 | 0 | 8 | F5 | 42 | 4D |
| Octal | 243 | 234 | 353 | 37 | 42 | 0 | 10 | 365 | 102 | 115 |
| Binary | 10100011 | 10011100 | 11101011 | 11111 | 100010 | 0 | 1000 | 11110101 | 1000010 | 1001101 |
Color Harmonies of #A39CEB
Complementary color
Monochromatic Colors of #A39CEB
Black with #A39CEB
Text Example
Text Example
White with #A39CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39CEB; }
p { color: rgb(163,156,235); }
H1.HeaderClassName
{
color: #A39CEB;
}
.AnyTagClassName
{
color: #A39CEB;
}
</style>
background-color css
<style>
a { background-color: #A39CEB; }
a { background-color: rgb(163,156,235); }
div.DivClassName
{
background-color: #A39CEB;
}
.BgClassName
{
background-color: #A39CEB;
}
</style>
border-color css
<style>
span { border-color: #A39CEB; }
span { border-color: rgb(163,156,235); }
td.TdClassName
{
border-color: #A39CEB;
}
.TagClassName
{
border-color: #A39CEB;
}
</style>