Shades of Wistful #A19AD1
Tints of Wistful #A19AD1
RGB
CMYK
RGB Variations
Color information
#A19AD1 (or 0xA19AD1) is known color: Wistful. HEX triplet: A1, 9A and D1. RGB value is (161,154,209). Sum of RGB (Red+Green+Blue) = 161+154+209=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 209 (82.03% from 255 or 39.89% from 524); Max value from RGB is 209 - color contains mainly: blue. Hex color #A19AD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19AD1 is #5E652E. Grayscale: #A2A2A2. Windows color (decimal): -6186287 or 13736609. OLE color: 13736609.
HSL color Cylindrical-coordinate representation of color #A19AD1: hue angle of 247.64º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A19AD1 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 154 | 209 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.18 |
| HSL | 247.64º | 0.37% | 0.71% | - |
| HSV(B) | 247.64º | 0.26% | 0.82% | - |
| XYZ | 37.76 | 35.29 | 65.14 | - |
| YUV | 162.36 | 154.32 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 154 | 209 | 0.23 | 0.26 | 0 | 0.18 | 247.64 | 0.37 | 0.71 |
| Hex | A1 | 9A | D1 | 17 | 1A | 0 | 12 | F8 | 25 | 47 |
| Octal | 241 | 232 | 321 | 27 | 32 | 0 | 22 | 370 | 45 | 107 |
| Binary | 10100001 | 10011010 | 11010001 | 10111 | 11010 | 0 | 10010 | 11111000 | 100101 | 1000111 |
Color Harmonies of #A19AD1
Complementary color
Monochromatic Colors of #A19AD1
Black with #A19AD1
Text Example
Text Example
White with #A19AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19AD1; }
p { color: rgb(161,154,209); }
H1.HeaderClassName
{
color: #A19AD1;
}
.AnyTagClassName
{
color: #A19AD1;
}
</style>
background-color css
<style>
a { background-color: #A19AD1; }
a { background-color: rgb(161,154,209); }
div.DivClassName
{
background-color: #A19AD1;
}
.BgClassName
{
background-color: #A19AD1;
}
</style>
border-color css
<style>
span { border-color: #A19AD1; }
span { border-color: rgb(161,154,209); }
td.TdClassName
{
border-color: #A19AD1;
}
.TagClassName
{
border-color: #A19AD1;
}
</style>