Shades of Wistful #A198C9
Tints of Wistful #A198C9
RGB
CMYK
RGB Variations
Color information
#A198C9 (or 0xA198C9) is known color: Wistful. HEX triplet: A1, 98 and C9. RGB value is (161,152,201). Sum of RGB (Red+Green+Blue) = 161+152+201=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 152 (59.77% from 255 or 29.57% from 514); Blue value is 201 (78.91% from 255 or 39.11% from 514); Max value from RGB is 201 - color contains mainly: blue. Hex color #A198C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A198C9 is #5E6736. Grayscale: #A0A0A0. Windows color (decimal): -6186807 or 13211809. OLE color: 13211809.
HSL color Cylindrical-coordinate representation of color #A198C9: hue angle of 251.02º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A198C9 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 152 | 201 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.21 |
| HSL | 251.02º | 0.31% | 0.69% | - |
| HSV(B) | 251.02º | 0.24% | 0.79% | - |
| XYZ | 36.47 | 34.25 | 59.95 | - |
| YUV | 160.28 | 150.98 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 152 | 201 | 0.20 | 0.24 | 0 | 0.21 | 251.02 | 0.31 | 0.69 |
| Hex | A1 | 98 | C9 | 14 | 18 | 0 | 15 | FB | 1F | 45 |
| Octal | 241 | 230 | 311 | 24 | 30 | 0 | 25 | 373 | 37 | 105 |
| Binary | 10100001 | 10011000 | 11001001 | 10100 | 11000 | 0 | 10101 | 11111011 | 11111 | 1000101 |
Color Harmonies of #A198C9
Complementary color
Monochromatic Colors of #A198C9
Black with #A198C9
Text Example
Text Example
White with #A198C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A198C9; }
p { color: rgb(161,152,201); }
H1.HeaderClassName
{
color: #A198C9;
}
.AnyTagClassName
{
color: #A198C9;
}
</style>
background-color css
<style>
a { background-color: #A198C9; }
a { background-color: rgb(161,152,201); }
div.DivClassName
{
background-color: #A198C9;
}
.BgClassName
{
background-color: #A198C9;
}
</style>
border-color css
<style>
span { border-color: #A198C9; }
span { border-color: rgb(161,152,201); }
td.TdClassName
{
border-color: #A198C9;
}
.TagClassName
{
border-color: #A198C9;
}
</style>