Shades of Wistful #A098C9
Tints of Wistful #A098C9
RGB
CMYK
RGB Variations
Color information
#A098C9 (or 0xA098C9) is known color: Wistful. HEX triplet: A0, 98 and C9. RGB value is (160,152,201). Sum of RGB (Red+Green+Blue) = 160+152+201=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 201 (78.91% from 255 or 39.18% from 513); Max value from RGB is 201 - color contains mainly: blue. Hex color #A098C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A098C9 is #5F6736. Grayscale: #9F9F9F. Windows color (decimal): -6252343 or 13211808. OLE color: 13211808.
HSL color Cylindrical-coordinate representation of color #A098C9: hue angle of 249.8º 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 #A098C9 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 152 | 201 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.21 |
| HSL | 249.8º | 0.31% | 0.69% | - |
| HSV(B) | 249.8º | 0.24% | 0.79% | - |
| XYZ | 36.27 | 34.15 | 59.94 | - |
| YUV | 159.98 | 151.15 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 152 | 201 | 0.20 | 0.24 | 0 | 0.21 | 249.8 | 0.31 | 0.69 |
| Hex | A0 | 98 | C9 | 14 | 18 | 0 | 15 | FA | 1F | 45 |
| Octal | 240 | 230 | 311 | 24 | 30 | 0 | 25 | 372 | 37 | 105 |
| Binary | 10100000 | 10011000 | 11001001 | 10100 | 11000 | 0 | 10101 | 11111010 | 11111 | 1000101 |
Color Harmonies of #A098C9
Complementary color
Monochromatic Colors of #A098C9
Black with #A098C9
Text Example
Text Example
White with #A098C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A098C9; }
p { color: rgb(160,152,201); }
H1.HeaderClassName
{
color: #A098C9;
}
.AnyTagClassName
{
color: #A098C9;
}
</style>
background-color css
<style>
a { background-color: #A098C9; }
a { background-color: rgb(160,152,201); }
div.DivClassName
{
background-color: #A098C9;
}
.BgClassName
{
background-color: #A098C9;
}
</style>
border-color css
<style>
span { border-color: #A098C9; }
span { border-color: rgb(160,152,201); }
td.TdClassName
{
border-color: #A098C9;
}
.TagClassName
{
border-color: #A098C9;
}
</style>