Shades of Wistful #A198DA
Tints of Wistful #A198DA
RGB
CMYK
RGB Variations
Color information
#A198DA (or 0xA198DA) is known color: Wistful. HEX triplet: A1, 98 and DA. RGB value is (161,152,218). Sum of RGB (Red+Green+Blue) = 161+152+218=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #A198DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A198DA is #5E6725. Grayscale: #A1A1A1. Windows color (decimal): -6186790 or 14325921. OLE color: 14325921.
HSL color Cylindrical-coordinate representation of color #A198DA: hue angle of 248.18º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A198DA is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 152 | 218 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.15 |
| HSL | 248.18º | 0.47% | 0.73% | - |
| HSV(B) | 248.18º | 0.3% | 0.85% | - |
| XYZ | 38.58 | 35.1 | 71.07 | - |
| YUV | 162.22 | 159.48 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 152 | 218 | 0.26 | 0.30 | 0 | 0.15 | 248.18 | 0.47 | 0.73 |
| Hex | A1 | 98 | DA | 1A | 1E | 0 | F | F8 | 2F | 49 |
| Octal | 241 | 230 | 332 | 32 | 36 | 0 | 17 | 370 | 57 | 111 |
| Binary | 10100001 | 10011000 | 11011010 | 11010 | 11110 | 0 | 1111 | 11111000 | 101111 | 1001001 |
Color Harmonies of #A198DA
Complementary color
Monochromatic Colors of #A198DA
Black with #A198DA
Text Example
Text Example
White with #A198DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A198DA; }
p { color: rgb(161,152,218); }
H1.HeaderClassName
{
color: #A198DA;
}
.AnyTagClassName
{
color: #A198DA;
}
</style>
background-color css
<style>
a { background-color: #A198DA; }
a { background-color: rgb(161,152,218); }
div.DivClassName
{
background-color: #A198DA;
}
.BgClassName
{
background-color: #A198DA;
}
</style>
border-color css
<style>
span { border-color: #A198DA; }
span { border-color: rgb(161,152,218); }
td.TdClassName
{
border-color: #A198DA;
}
.TagClassName
{
border-color: #A198DA;
}
</style>