Shades of Wistful #A19CDF
Tints of Wistful #A19CDF
RGB
CMYK
RGB Variations
Color information
#A19CDF (or 0xA19CDF) is known color: Wistful. HEX triplet: A1, 9C and DF. RGB value is (161,156,223). Sum of RGB (Red+Green+Blue) = 161+156+223=540 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.81% from 540); Green value is 156 (61.33% from 255 or 28.89% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #A19CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19CDF is #5E6320. Grayscale: #A4A4A4. Windows color (decimal): -6185761 or 14654625. OLE color: 14654625.
HSL color Cylindrical-coordinate representation of color #A19CDF: hue angle of 244.48º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A19CDF is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 156 | 223 | - |
| CMYK | 0.28 | 0.30 | 0 | 0.13 |
| HSL | 244.48º | 0.51% | 0.74% | - |
| HSV(B) | 244.48º | 0.3% | 0.87% | - |
| XYZ | 39.91 | 36.68 | 74.79 | - |
| YUV | 165.13 | 160.66 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 156 | 223 | 0.28 | 0.30 | 0 | 0.13 | 244.48 | 0.51 | 0.74 |
| Hex | A1 | 9C | DF | 1C | 1E | 0 | D | F4 | 33 | 4A |
| Octal | 241 | 234 | 337 | 34 | 36 | 0 | 15 | 364 | 63 | 112 |
| Binary | 10100001 | 10011100 | 11011111 | 11100 | 11110 | 0 | 1101 | 11110100 | 110011 | 1001010 |
Color Harmonies of #A19CDF
Complementary color
Monochromatic Colors of #A19CDF
Black with #A19CDF
Text Example
Text Example
White with #A19CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19CDF; }
p { color: rgb(161,156,223); }
H1.HeaderClassName
{
color: #A19CDF;
}
.AnyTagClassName
{
color: #A19CDF;
}
</style>
background-color css
<style>
a { background-color: #A19CDF; }
a { background-color: rgb(161,156,223); }
div.DivClassName
{
background-color: #A19CDF;
}
.BgClassName
{
background-color: #A19CDF;
}
</style>
border-color css
<style>
span { border-color: #A19CDF; }
span { border-color: rgb(161,156,223); }
td.TdClassName
{
border-color: #A19CDF;
}
.TagClassName
{
border-color: #A19CDF;
}
</style>