Shades of Wistful #A39BE0
Tints of Wistful #A39BE0
RGB
CMYK
RGB Variations
Color information
#A39BE0 (or 0xA39BE0) is known color: Wistful. HEX triplet: A3, 9B and E0. RGB value is (163,155,224). Sum of RGB (Red+Green+Blue) = 163+155+224=542 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.07% from 542); Green value is 155 (60.94% from 255 or 28.60% from 542); Blue value is 224 (87.89% from 255 or 41.33% from 542); Max value from RGB is 224 - color contains mainly: blue. Hex color #A39BE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39BE0 is #5C641F. Grayscale: #A4A4A4. Windows color (decimal): -6054944 or 14719907. OLE color: 14719907.
HSL color Cylindrical-coordinate representation of color #A39BE0: hue angle of 246.96º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A39BE0 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 155 | 224 | - |
| CMYK | 0.27 | 0.31 | 0 | 0.12 |
| HSL | 246.96º | 0.53% | 0.74% | - |
| HSV(B) | 246.96º | 0.31% | 0.88% | - |
| XYZ | 40.28 | 36.61 | 75.46 | - |
| YUV | 165.26 | 161.15 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 155 | 224 | 0.27 | 0.31 | 0 | 0.12 | 246.96 | 0.53 | 0.74 |
| Hex | A3 | 9B | E0 | 1B | 1F | 0 | C | F7 | 35 | 4A |
| Octal | 243 | 233 | 340 | 33 | 37 | 0 | 14 | 367 | 65 | 112 |
| Binary | 10100011 | 10011011 | 11100000 | 11011 | 11111 | 0 | 1100 | 11110111 | 110101 | 1001010 |
Color Harmonies of #A39BE0
Complementary color
Monochromatic Colors of #A39BE0
Black with #A39BE0
Text Example
Text Example
White with #A39BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39BE0; }
p { color: rgb(163,155,224); }
H1.HeaderClassName
{
color: #A39BE0;
}
.AnyTagClassName
{
color: #A39BE0;
}
</style>
background-color css
<style>
a { background-color: #A39BE0; }
a { background-color: rgb(163,155,224); }
div.DivClassName
{
background-color: #A39BE0;
}
.BgClassName
{
background-color: #A39BE0;
}
</style>
border-color css
<style>
span { border-color: #A39BE0; }
span { border-color: rgb(163,155,224); }
td.TdClassName
{
border-color: #A39BE0;
}
.TagClassName
{
border-color: #A39BE0;
}
</style>