Shades of Wistful #A098C0
Tints of Wistful #A098C0
RGB
CMYK
RGB Variations
Color information
#A098C0 (or 0xA098C0) is known color: Wistful. HEX triplet: A0, 98 and C0. RGB value is (160,152,192). Sum of RGB (Red+Green+Blue) = 160+152+192=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 192 - color contains mainly: blue. Hex color #A098C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A098C0 is #5F673F. Grayscale: #9E9E9E. Windows color (decimal): -6252352 or 12621984. OLE color: 12621984.
HSL color Cylindrical-coordinate representation of color #A098C0: hue angle of 252º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A098C0 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 152 | 192 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.25 |
| HSL | 252º | 0.24% | 0.67% | - |
| HSV(B) | 252º | 0.21% | 0.75% | - |
| XYZ | 35.24 | 33.74 | 54.52 | - |
| YUV | 158.95 | 146.65 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 152 | 192 | 0.17 | 0.21 | 0 | 0.25 | 252 | 0.24 | 0.67 |
| Hex | A0 | 98 | C0 | 11 | 15 | 0 | 19 | FC | 18 | 43 |
| Octal | 240 | 230 | 300 | 21 | 25 | 0 | 31 | 374 | 30 | 103 |
| Binary | 10100000 | 10011000 | 11000000 | 10001 | 10101 | 0 | 11001 | 11111100 | 11000 | 1000011 |
Color Harmonies of #A098C0
Complementary color
Monochromatic Colors of #A098C0
Black with #A098C0
Text Example
Text Example
White with #A098C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A098C0; }
p { color: rgb(160,152,192); }
H1.HeaderClassName
{
color: #A098C0;
}
.AnyTagClassName
{
color: #A098C0;
}
</style>
background-color css
<style>
a { background-color: #A098C0; }
a { background-color: rgb(160,152,192); }
div.DivClassName
{
background-color: #A098C0;
}
.BgClassName
{
background-color: #A098C0;
}
</style>
border-color css
<style>
span { border-color: #A098C0; }
span { border-color: rgb(160,152,192); }
td.TdClassName
{
border-color: #A098C0;
}
.TagClassName
{
border-color: #A098C0;
}
</style>