Shades of Wistful #A198CF
Tints of Wistful #A198CF
RGB
CMYK
RGB Variations
Color information
#A198CF (or 0xA198CF) is known color: Wistful. HEX triplet: A1, 98 and CF. RGB value is (161,152,207). Sum of RGB (Red+Green+Blue) = 161+152+207=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 207 - color contains mainly: blue. Hex color #A198CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A198CF is #5E6730. Grayscale: #A0A0A0. Windows color (decimal): -6186801 or 13605025. OLE color: 13605025.
HSL color Cylindrical-coordinate representation of color #A198CF: hue angle of 249.82º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A198CF is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 152 | 207 | - |
| CMYK | 0.22 | 0.27 | 0 | 0.19 |
| HSL | 249.82º | 0.36% | 0.7% | - |
| HSV(B) | 249.82º | 0.27% | 0.81% | - |
| XYZ | 37.19 | 34.54 | 63.74 | - |
| YUV | 160.96 | 153.98 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 152 | 207 | 0.22 | 0.27 | 0 | 0.19 | 249.82 | 0.36 | 0.7 |
| Hex | A1 | 98 | CF | 16 | 1B | 0 | 13 | FA | 24 | 46 |
| Octal | 241 | 230 | 317 | 26 | 33 | 0 | 23 | 372 | 44 | 106 |
| Binary | 10100001 | 10011000 | 11001111 | 10110 | 11011 | 0 | 10011 | 11111010 | 100100 | 1000110 |
Color Harmonies of #A198CF
Complementary color
Monochromatic Colors of #A198CF
Black with #A198CF
Text Example
Text Example
White with #A198CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A198CF; }
p { color: rgb(161,152,207); }
H1.HeaderClassName
{
color: #A198CF;
}
.AnyTagClassName
{
color: #A198CF;
}
</style>
background-color css
<style>
a { background-color: #A198CF; }
a { background-color: rgb(161,152,207); }
div.DivClassName
{
background-color: #A198CF;
}
.BgClassName
{
background-color: #A198CF;
}
</style>
border-color css
<style>
span { border-color: #A198CF; }
span { border-color: rgb(161,152,207); }
td.TdClassName
{
border-color: #A198CF;
}
.TagClassName
{
border-color: #A198CF;
}
</style>