Shades of Wistful #A39BEB
Tints of Wistful #A39BEB
RGB
CMYK
RGB Variations
Color information
#A39BEB (or 0xA39BEB) is known color: Wistful. HEX triplet: A3, 9B and EB. RGB value is (163,155,235). Sum of RGB (Red+Green+Blue) = 163+155+235=553 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.48% from 553); Green value is 155 (60.94% from 255 or 28.03% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #A39BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A39BEB is #5C6414. Grayscale: #A6A6A6. Windows color (decimal): -6054933 or 15440803. OLE color: 15440803.
HSL color Cylindrical-coordinate representation of color #A39BEB: hue angle of 246º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A39BEB is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 155 | 235 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.08 |
| HSL | 246º | 0.67% | 0.76% | - |
| HSV(B) | 246º | 0.34% | 0.92% | - |
| XYZ | 41.82 | 37.23 | 83.58 | - |
| YUV | 166.51 | 166.65 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 155 | 235 | 0.31 | 0.34 | 0 | 0.08 | 246 | 0.67 | 0.76 |
| Hex | A3 | 9B | EB | 1F | 22 | 0 | 8 | F6 | 43 | 4C |
| Octal | 243 | 233 | 353 | 37 | 42 | 0 | 10 | 366 | 103 | 114 |
| Binary | 10100011 | 10011011 | 11101011 | 11111 | 100010 | 0 | 1000 | 11110110 | 1000011 | 1001100 |
Color Harmonies of #A39BEB
Complementary color
Monochromatic Colors of #A39BEB
Black with #A39BEB
Text Example
Text Example
White with #A39BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39BEB; }
p { color: rgb(163,155,235); }
H1.HeaderClassName
{
color: #A39BEB;
}
.AnyTagClassName
{
color: #A39BEB;
}
</style>
background-color css
<style>
a { background-color: #A39BEB; }
a { background-color: rgb(163,155,235); }
div.DivClassName
{
background-color: #A39BEB;
}
.BgClassName
{
background-color: #A39BEB;
}
</style>
border-color css
<style>
span { border-color: #A39BEB; }
span { border-color: rgb(163,155,235); }
td.TdClassName
{
border-color: #A39BEB;
}
.TagClassName
{
border-color: #A39BEB;
}
</style>