Shades of Wistful #A198DF
Tints of Wistful #A198DF
RGB
CMYK
RGB Variations
Color information
#A198DF (or 0xA198DF) is known color: Wistful. HEX triplet: A1, 98 and DF. RGB value is (161,152,223). Sum of RGB (Red+Green+Blue) = 161+152+223=536 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.04% from 536); Green value is 152 (59.77% from 255 or 28.36% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #A198DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A198DF is #5E6720. Grayscale: #A2A2A2. Windows color (decimal): -6186785 or 14653601. OLE color: 14653601.
HSL color Cylindrical-coordinate representation of color #A198DF: hue angle of 247.61º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A198DF is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 152 | 223 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.13 |
| HSL | 247.61º | 0.53% | 0.74% | - |
| HSV(B) | 247.61º | 0.32% | 0.87% | - |
| XYZ | 39.25 | 35.36 | 74.57 | - |
| YUV | 162.79 | 161.98 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 152 | 223 | 0.28 | 0.32 | 0 | 0.13 | 247.61 | 0.53 | 0.74 |
| Hex | A1 | 98 | DF | 1C | 20 | 0 | D | F8 | 35 | 4A |
| Octal | 241 | 230 | 337 | 34 | 40 | 0 | 15 | 370 | 65 | 112 |
| Binary | 10100001 | 10011000 | 11011111 | 11100 | 100000 | 0 | 1101 | 11111000 | 110101 | 1001010 |
Color Harmonies of #A198DF
Complementary color
Monochromatic Colors of #A198DF
Black with #A198DF
Text Example
Text Example
White with #A198DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A198DF; }
p { color: rgb(161,152,223); }
H1.HeaderClassName
{
color: #A198DF;
}
.AnyTagClassName
{
color: #A198DF;
}
</style>
background-color css
<style>
a { background-color: #A198DF; }
a { background-color: rgb(161,152,223); }
div.DivClassName
{
background-color: #A198DF;
}
.BgClassName
{
background-color: #A198DF;
}
</style>
border-color css
<style>
span { border-color: #A198DF; }
span { border-color: rgb(161,152,223); }
td.TdClassName
{
border-color: #A198DF;
}
.TagClassName
{
border-color: #A198DF;
}
</style>