Shades of Wistful #A19AD7
Tints of Wistful #A19AD7
RGB
CMYK
RGB Variations
Color information
#A19AD7 (or 0xA19AD7) is known color: Wistful. HEX triplet: A1, 9A and D7. RGB value is (161,154,215). Sum of RGB (Red+Green+Blue) = 161+154+215=530 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.38% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 215 (84.38% from 255 or 40.57% from 530); Max value from RGB is 215 - color contains mainly: blue. Hex color #A19AD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19AD7 is #5E6528. Grayscale: #A2A2A2. Windows color (decimal): -6186281 or 14129825. OLE color: 14129825.
HSL color Cylindrical-coordinate representation of color #A19AD7: hue angle of 246.89º degrees, saturation: 0.43, 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 #A19AD7 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 154 | 215 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.16 |
| HSL | 246.89º | 0.43% | 0.72% | - |
| HSV(B) | 246.89º | 0.28% | 0.84% | - |
| XYZ | 38.52 | 35.59 | 69.13 | - |
| YUV | 163.05 | 157.32 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 154 | 215 | 0.25 | 0.28 | 0 | 0.16 | 246.89 | 0.43 | 0.72 |
| Hex | A1 | 9A | D7 | 19 | 1C | 0 | 10 | F7 | 2B | 48 |
| Octal | 241 | 232 | 327 | 31 | 34 | 0 | 20 | 367 | 53 | 110 |
| Binary | 10100001 | 10011010 | 11010111 | 11001 | 11100 | 0 | 10000 | 11110111 | 101011 | 1001000 |
Color Harmonies of #A19AD7
Complementary color
Monochromatic Colors of #A19AD7
Black with #A19AD7
Text Example
Text Example
White with #A19AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19AD7; }
p { color: rgb(161,154,215); }
H1.HeaderClassName
{
color: #A19AD7;
}
.AnyTagClassName
{
color: #A19AD7;
}
</style>
background-color css
<style>
a { background-color: #A19AD7; }
a { background-color: rgb(161,154,215); }
div.DivClassName
{
background-color: #A19AD7;
}
.BgClassName
{
background-color: #A19AD7;
}
</style>
border-color css
<style>
span { border-color: #A19AD7; }
span { border-color: rgb(161,154,215); }
td.TdClassName
{
border-color: #A19AD7;
}
.TagClassName
{
border-color: #A19AD7;
}
</style>