Shades of Wistful #A39BC5
Tints of Wistful #A39BC5
RGB
CMYK
RGB Variations
Color information
#A39BC5 (or 0xA39BC5) is known color: Wistful. HEX triplet: A3, 9B and C5. RGB value is (163,155,197). Sum of RGB (Red+Green+Blue) = 163+155+197=515 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.65% from 515); Green value is 155 (60.94% from 255 or 30.10% from 515); Blue value is 197 (77.34% from 255 or 38.25% from 515); Max value from RGB is 197 - color contains mainly: blue. Hex color #A39BC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39BC5 is #5C643A. Grayscale: #A2A2A2. Windows color (decimal): -6054971 or 12950435. OLE color: 12950435.
HSL color Cylindrical-coordinate representation of color #A39BC5: hue angle of 251.43º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A39BC5 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 155 | 197 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.23 |
| HSL | 251.43º | 0.27% | 0.69% | - |
| HSV(B) | 251.43º | 0.21% | 0.77% | - |
| XYZ | 36.9 | 35.26 | 57.68 | - |
| YUV | 162.18 | 147.65 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 155 | 197 | 0.17 | 0.21 | 0 | 0.23 | 251.43 | 0.27 | 0.69 |
| Hex | A3 | 9B | C5 | 11 | 15 | 0 | 17 | FB | 1B | 45 |
| Octal | 243 | 233 | 305 | 21 | 25 | 0 | 27 | 373 | 33 | 105 |
| Binary | 10100011 | 10011011 | 11000101 | 10001 | 10101 | 0 | 10111 | 11111011 | 11011 | 1000101 |
Color Harmonies of #A39BC5
Complementary color
Monochromatic Colors of #A39BC5
Black with #A39BC5
Text Example
Text Example
White with #A39BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39BC5; }
p { color: rgb(163,155,197); }
H1.HeaderClassName
{
color: #A39BC5;
}
.AnyTagClassName
{
color: #A39BC5;
}
</style>
background-color css
<style>
a { background-color: #A39BC5; }
a { background-color: rgb(163,155,197); }
div.DivClassName
{
background-color: #A39BC5;
}
.BgClassName
{
background-color: #A39BC5;
}
</style>
border-color css
<style>
span { border-color: #A39BC5; }
span { border-color: rgb(163,155,197); }
td.TdClassName
{
border-color: #A39BC5;
}
.TagClassName
{
border-color: #A39BC5;
}
</style>