Shades of Wistful #A39BED
Tints of Wistful #A39BED
RGB
CMYK
RGB Variations
Color information
#A39BED (or 0xA39BED) is known color: Wistful. HEX triplet: A3, 9B and ED. RGB value is (163,155,237). Sum of RGB (Red+Green+Blue) = 163+155+237=555 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.37% from 555); Green value is 155 (60.94% from 255 or 27.93% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #A39BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A39BED is #5C6412. Grayscale: #A6A6A6. Windows color (decimal): -6054931 or 15571875. OLE color: 15571875.
HSL color Cylindrical-coordinate representation of color #A39BED: hue angle of 245.85º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A39BED is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 155 | 237 | - |
| CMYK | 0.31 | 0.35 | 0 | 0.07 |
| HSL | 245.85º | 0.69% | 0.77% | - |
| HSV(B) | 245.85º | 0.35% | 0.93% | - |
| XYZ | 42.11 | 37.34 | 85.11 | - |
| YUV | 166.74 | 167.65 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 155 | 237 | 0.31 | 0.35 | 0 | 0.07 | 245.85 | 0.69 | 0.77 |
| Hex | A3 | 9B | ED | 1F | 23 | 0 | 7 | F6 | 45 | 4D |
| Octal | 243 | 233 | 355 | 37 | 43 | 0 | 7 | 366 | 105 | 115 |
| Binary | 10100011 | 10011011 | 11101101 | 11111 | 100011 | 0 | 111 | 11110110 | 1000101 | 1001101 |
Color Harmonies of #A39BED
Complementary color
Monochromatic Colors of #A39BED
Black with #A39BED
Text Example
Text Example
White with #A39BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39BED; }
p { color: rgb(163,155,237); }
H1.HeaderClassName
{
color: #A39BED;
}
.AnyTagClassName
{
color: #A39BED;
}
</style>
background-color css
<style>
a { background-color: #A39BED; }
a { background-color: rgb(163,155,237); }
div.DivClassName
{
background-color: #A39BED;
}
.BgClassName
{
background-color: #A39BED;
}
</style>
border-color css
<style>
span { border-color: #A39BED; }
span { border-color: rgb(163,155,237); }
td.TdClassName
{
border-color: #A39BED;
}
.TagClassName
{
border-color: #A39BED;
}
</style>