Shades of Wistful #A198C7
Tints of Wistful #A198C7
RGB
CMYK
RGB Variations
Color information
#A198C7 (or 0xA198C7) is known color: Wistful. HEX triplet: A1, 98 and C7. RGB value is (161,152,199). Sum of RGB (Red+Green+Blue) = 161+152+199=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 152 (59.77% from 255 or 29.69% from 512); Blue value is 199 (78.12% from 255 or 38.87% from 512); Max value from RGB is 199 - color contains mainly: blue. Hex color #A198C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A198C7 is #5E6738. Grayscale: #9F9F9F. Windows color (decimal): -6186809 or 13080737. OLE color: 13080737.
HSL color Cylindrical-coordinate representation of color #A198C7: hue angle of 251.49º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A198C7 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 152 | 199 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.22 |
| HSL | 251.49º | 0.3% | 0.69% | - |
| HSV(B) | 251.49º | 0.24% | 0.78% | - |
| XYZ | 36.23 | 34.16 | 58.72 | - |
| YUV | 160.05 | 149.98 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 152 | 199 | 0.19 | 0.24 | 0 | 0.22 | 251.49 | 0.3 | 0.69 |
| Hex | A1 | 98 | C7 | 13 | 18 | 0 | 16 | FB | 1E | 45 |
| Octal | 241 | 230 | 307 | 23 | 30 | 0 | 26 | 373 | 36 | 105 |
| Binary | 10100001 | 10011000 | 11000111 | 10011 | 11000 | 0 | 10110 | 11111011 | 11110 | 1000101 |
Color Harmonies of #A198C7
Complementary color
Monochromatic Colors of #A198C7
Black with #A198C7
Text Example
Text Example
White with #A198C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A198C7; }
p { color: rgb(161,152,199); }
H1.HeaderClassName
{
color: #A198C7;
}
.AnyTagClassName
{
color: #A198C7;
}
</style>
background-color css
<style>
a { background-color: #A198C7; }
a { background-color: rgb(161,152,199); }
div.DivClassName
{
background-color: #A198C7;
}
.BgClassName
{
background-color: #A198C7;
}
</style>
border-color css
<style>
span { border-color: #A198C7; }
span { border-color: rgb(161,152,199); }
td.TdClassName
{
border-color: #A198C7;
}
.TagClassName
{
border-color: #A198C7;
}
</style>