Shades of Wistful #A39CE0
Tints of Wistful #A39CE0
RGB
CMYK
RGB Variations
Color information
#A39CE0 (or 0xA39CE0) is known color: Wistful. HEX triplet: A3, 9C and E0. RGB value is (163,156,224). Sum of RGB (Red+Green+Blue) = 163+156+224=543 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.02% from 543); Green value is 156 (61.33% from 255 or 28.73% from 543); Blue value is 224 (87.89% from 255 or 41.25% from 543); Max value from RGB is 224 - color contains mainly: blue. Hex color #A39CE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39CE0 is #5C631F. Grayscale: #A5A5A5. Windows color (decimal): -6054688 or 14720163. OLE color: 14720163.
HSL color Cylindrical-coordinate representation of color #A39CE0: hue angle of 246.18º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A39CE0 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 156 | 224 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.12 |
| HSL | 246.18º | 0.52% | 0.75% | - |
| HSV(B) | 246.18º | 0.3% | 0.88% | - |
| XYZ | 40.45 | 36.95 | 75.52 | - |
| YUV | 165.85 | 160.82 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 156 | 224 | 0.27 | 0.30 | 0 | 0.12 | 246.18 | 0.52 | 0.75 |
| Hex | A3 | 9C | E0 | 1B | 1E | 0 | C | F6 | 34 | 4B |
| Octal | 243 | 234 | 340 | 33 | 36 | 0 | 14 | 366 | 64 | 113 |
| Binary | 10100011 | 10011100 | 11100000 | 11011 | 11110 | 0 | 1100 | 11110110 | 110100 | 1001011 |
Color Harmonies of #A39CE0
Complementary color
Monochromatic Colors of #A39CE0
Black with #A39CE0
Text Example
Text Example
White with #A39CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39CE0; }
p { color: rgb(163,156,224); }
H1.HeaderClassName
{
color: #A39CE0;
}
.AnyTagClassName
{
color: #A39CE0;
}
</style>
background-color css
<style>
a { background-color: #A39CE0; }
a { background-color: rgb(163,156,224); }
div.DivClassName
{
background-color: #A39CE0;
}
.BgClassName
{
background-color: #A39CE0;
}
</style>
border-color css
<style>
span { border-color: #A39CE0; }
span { border-color: rgb(163,156,224); }
td.TdClassName
{
border-color: #A39CE0;
}
.TagClassName
{
border-color: #A39CE0;
}
</style>