Shades of Wistful #A19AD6
Tints of Wistful #A19AD6
RGB
CMYK
RGB Variations
Color information
#A19AD6 (or 0xA19AD6) is known color: Wistful. HEX triplet: A1, 9A and D6. RGB value is (161,154,214). Sum of RGB (Red+Green+Blue) = 161+154+214=529 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.43% from 529); Green value is 154 (60.55% from 255 or 29.11% from 529); Blue value is 214 (83.98% from 255 or 40.45% from 529); Max value from RGB is 214 - color contains mainly: blue. Hex color #A19AD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19AD6 is #5E6529. Grayscale: #A2A2A2. Windows color (decimal): -6186282 or 14064289. OLE color: 14064289.
HSL color Cylindrical-coordinate representation of color #A19AD6: hue angle of 247º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A19AD6 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 154 | 214 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.16 |
| HSL | 247º | 0.42% | 0.72% | - |
| HSV(B) | 247º | 0.28% | 0.84% | - |
| XYZ | 38.39 | 35.54 | 68.46 | - |
| YUV | 162.93 | 156.82 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 154 | 214 | 0.25 | 0.28 | 0 | 0.16 | 247 | 0.42 | 0.72 |
| Hex | A1 | 9A | D6 | 19 | 1C | 0 | 10 | F7 | 2A | 48 |
| Octal | 241 | 232 | 326 | 31 | 34 | 0 | 20 | 367 | 52 | 110 |
| Binary | 10100001 | 10011010 | 11010110 | 11001 | 11100 | 0 | 10000 | 11110111 | 101010 | 1001000 |
Color Harmonies of #A19AD6
Complementary color
Monochromatic Colors of #A19AD6
Black with #A19AD6
Text Example
Text Example
White with #A19AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19AD6; }
p { color: rgb(161,154,214); }
H1.HeaderClassName
{
color: #A19AD6;
}
.AnyTagClassName
{
color: #A19AD6;
}
</style>
background-color css
<style>
a { background-color: #A19AD6; }
a { background-color: rgb(161,154,214); }
div.DivClassName
{
background-color: #A19AD6;
}
.BgClassName
{
background-color: #A19AD6;
}
</style>
border-color css
<style>
span { border-color: #A19AD6; }
span { border-color: rgb(161,154,214); }
td.TdClassName
{
border-color: #A19AD6;
}
.TagClassName
{
border-color: #A19AD6;
}
</style>