Shades of Wistful #A19DDA
Tints of Wistful #A19DDA
RGB
CMYK
RGB Variations
Color information
#A19DDA (or 0xA19DDA) is known color: Wistful. HEX triplet: A1, 9D and DA. RGB value is (161,157,218). Sum of RGB (Red+Green+Blue) = 161+157+218=536 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.04% from 536); Green value is 157 (61.72% from 255 or 29.29% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #A19DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19DDA is #5E6225. Grayscale: #A4A4A4. Windows color (decimal): -6185510 or 14327201. OLE color: 14327201.
HSL color Cylindrical-coordinate representation of color #A19DDA: hue angle of 243.93º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A19DDA is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 157 | 218 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.15 |
| HSL | 243.93º | 0.45% | 0.74% | - |
| HSV(B) | 243.93º | 0.28% | 0.85% | - |
| XYZ | 39.41 | 36.75 | 71.35 | - |
| YUV | 165.15 | 157.83 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 157 | 218 | 0.26 | 0.28 | 0 | 0.15 | 243.93 | 0.45 | 0.74 |
| Hex | A1 | 9D | DA | 1A | 1C | 0 | F | F4 | 2D | 4A |
| Octal | 241 | 235 | 332 | 32 | 34 | 0 | 17 | 364 | 55 | 112 |
| Binary | 10100001 | 10011101 | 11011010 | 11010 | 11100 | 0 | 1111 | 11110100 | 101101 | 1001010 |
Color Harmonies of #A19DDA
Complementary color
Monochromatic Colors of #A19DDA
Black with #A19DDA
Text Example
Text Example
White with #A19DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19DDA; }
p { color: rgb(161,157,218); }
H1.HeaderClassName
{
color: #A19DDA;
}
.AnyTagClassName
{
color: #A19DDA;
}
</style>
background-color css
<style>
a { background-color: #A19DDA; }
a { background-color: rgb(161,157,218); }
div.DivClassName
{
background-color: #A19DDA;
}
.BgClassName
{
background-color: #A19DDA;
}
</style>
border-color css
<style>
span { border-color: #A19DDA; }
span { border-color: rgb(161,157,218); }
td.TdClassName
{
border-color: #A19DDA;
}
.TagClassName
{
border-color: #A19DDA;
}
</style>