Shades of Wistful #A19BC0
Tints of Wistful #A19BC0
RGB
CMYK
RGB Variations
Color information
#A19BC0 (or 0xA19BC0) is known color: Wistful. HEX triplet: A1, 9B and C0. RGB value is (161,155,192). Sum of RGB (Red+Green+Blue) = 161+155+192=508 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.69% from 508); Green value is 155 (60.94% from 255 or 30.51% from 508); Blue value is 192 (75.39% from 255 or 37.80% from 508); Max value from RGB is 192 - color contains mainly: blue. Hex color #A19BC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19BC0 is #5E643F. Grayscale: #A0A0A0. Windows color (decimal): -6186048 or 12622753. OLE color: 12622753.
HSL color Cylindrical-coordinate representation of color #A19BC0: hue angle of 249.73º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A19BC0 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 155 | 192 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.25 |
| HSL | 249.73º | 0.23% | 0.68% | - |
| HSV(B) | 249.73º | 0.19% | 0.75% | - |
| XYZ | 35.93 | 34.83 | 54.7 | - |
| YUV | 161.01 | 145.49 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 155 | 192 | 0.16 | 0.19 | 0 | 0.25 | 249.73 | 0.23 | 0.68 |
| Hex | A1 | 9B | C0 | 10 | 13 | 0 | 19 | FA | 17 | 44 |
| Octal | 241 | 233 | 300 | 20 | 23 | 0 | 31 | 372 | 27 | 104 |
| Binary | 10100001 | 10011011 | 11000000 | 10000 | 10011 | 0 | 11001 | 11111010 | 10111 | 1000100 |
Color Harmonies of #A19BC0
Complementary color
Monochromatic Colors of #A19BC0
Black with #A19BC0
Text Example
Text Example
White with #A19BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19BC0; }
p { color: rgb(161,155,192); }
H1.HeaderClassName
{
color: #A19BC0;
}
.AnyTagClassName
{
color: #A19BC0;
}
</style>
background-color css
<style>
a { background-color: #A19BC0; }
a { background-color: rgb(161,155,192); }
div.DivClassName
{
background-color: #A19BC0;
}
.BgClassName
{
background-color: #A19BC0;
}
</style>
border-color css
<style>
span { border-color: #A19BC0; }
span { border-color: rgb(161,155,192); }
td.TdClassName
{
border-color: #A19BC0;
}
.TagClassName
{
border-color: #A19BC0;
}
</style>