Shades of Wistful #A19DCD
Tints of Wistful #A19DCD
RGB
CMYK
RGB Variations
Color information
#A19DCD (or 0xA19DCD) is known color: Wistful. HEX triplet: A1, 9D and CD. RGB value is (161,157,205). Sum of RGB (Red+Green+Blue) = 161+157+205=523 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.78% from 523); Green value is 157 (61.72% from 255 or 30.02% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 205 - color contains mainly: blue. Hex color #A19DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19DCD is #5E6232. Grayscale: #A3A3A3. Windows color (decimal): -6185523 or 13475233. OLE color: 13475233.
HSL color Cylindrical-coordinate representation of color #A19DCD: hue angle of 245º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A19DCD is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 157 | 205 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.20 |
| HSL | 245º | 0.32% | 0.71% | - |
| HSV(B) | 245º | 0.23% | 0.8% | - |
| XYZ | 37.77 | 36.1 | 62.73 | - |
| YUV | 163.67 | 151.33 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 157 | 205 | 0.21 | 0.23 | 0 | 0.20 | 245 | 0.32 | 0.71 |
| Hex | A1 | 9D | CD | 15 | 17 | 0 | 14 | F5 | 20 | 47 |
| Octal | 241 | 235 | 315 | 25 | 27 | 0 | 24 | 365 | 40 | 107 |
| Binary | 10100001 | 10011101 | 11001101 | 10101 | 10111 | 0 | 10100 | 11110101 | 100000 | 1000111 |
Color Harmonies of #A19DCD
Complementary color
Monochromatic Colors of #A19DCD
Black with #A19DCD
Text Example
Text Example
White with #A19DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19DCD; }
p { color: rgb(161,157,205); }
H1.HeaderClassName
{
color: #A19DCD;
}
.AnyTagClassName
{
color: #A19DCD;
}
</style>
background-color css
<style>
a { background-color: #A19DCD; }
a { background-color: rgb(161,157,205); }
div.DivClassName
{
background-color: #A19DCD;
}
.BgClassName
{
background-color: #A19DCD;
}
</style>
border-color css
<style>
span { border-color: #A19DCD; }
span { border-color: rgb(161,157,205); }
td.TdClassName
{
border-color: #A19DCD;
}
.TagClassName
{
border-color: #A19DCD;
}
</style>