Shades of Wistful #A198DD
Tints of Wistful #A198DD
RGB
CMYK
RGB Variations
Color information
#A198DD (or 0xA198DD) is known color: Wistful. HEX triplet: A1, 98 and DD. RGB value is (161,152,221). Sum of RGB (Red+Green+Blue) = 161+152+221=534 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.15% from 534); Green value is 152 (59.77% from 255 or 28.46% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #A198DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A198DD is #5E6722. Grayscale: #A2A2A2. Windows color (decimal): -6186787 or 14522529. OLE color: 14522529.
HSL color Cylindrical-coordinate representation of color #A198DD: hue angle of 247.83º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A198DD is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 152 | 221 | - |
| CMYK | 0.27 | 0.31 | 0 | 0.13 |
| HSL | 247.83º | 0.5% | 0.73% | - |
| HSV(B) | 247.83º | 0.31% | 0.87% | - |
| XYZ | 38.98 | 35.25 | 73.16 | - |
| YUV | 162.56 | 160.98 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 152 | 221 | 0.27 | 0.31 | 0 | 0.13 | 247.83 | 0.5 | 0.73 |
| Hex | A1 | 98 | DD | 1B | 1F | 0 | D | F8 | 32 | 49 |
| Octal | 241 | 230 | 335 | 33 | 37 | 0 | 15 | 370 | 62 | 111 |
| Binary | 10100001 | 10011000 | 11011101 | 11011 | 11111 | 0 | 1101 | 11111000 | 110010 | 1001001 |
Color Harmonies of #A198DD
Complementary color
Monochromatic Colors of #A198DD
Black with #A198DD
Text Example
Text Example
White with #A198DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A198DD; }
p { color: rgb(161,152,221); }
H1.HeaderClassName
{
color: #A198DD;
}
.AnyTagClassName
{
color: #A198DD;
}
</style>
background-color css
<style>
a { background-color: #A198DD; }
a { background-color: rgb(161,152,221); }
div.DivClassName
{
background-color: #A198DD;
}
.BgClassName
{
background-color: #A198DD;
}
</style>
border-color css
<style>
span { border-color: #A198DD; }
span { border-color: rgb(161,152,221); }
td.TdClassName
{
border-color: #A198DD;
}
.TagClassName
{
border-color: #A198DD;
}
</style>