Shades of Wistful #A098CC
Tints of Wistful #A098CC
RGB
CMYK
RGB Variations
Color information
#A098CC (or 0xA098CC) is known color: Wistful. HEX triplet: A0, 98 and CC. RGB value is (160,152,204). Sum of RGB (Red+Green+Blue) = 160+152+204=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 152 (59.77% from 255 or 29.46% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #A098CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A098CC is #5F6733. Grayscale: #A0A0A0. Windows color (decimal): -6252340 or 13408416. OLE color: 13408416.
HSL color Cylindrical-coordinate representation of color #A098CC: hue angle of 249.23º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A098CC is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 152 | 204 | - |
| CMYK | 0.22 | 0.25 | 0 | 0.2 |
| HSL | 249.23º | 0.34% | 0.7% | - |
| HSV(B) | 249.23º | 0.25% | 0.8% | - |
| XYZ | 36.62 | 34.29 | 61.81 | - |
| YUV | 160.32 | 152.65 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 152 | 204 | 0.22 | 0.25 | 0 | 0.2 | 249.23 | 0.34 | 0.7 |
| Hex | A0 | 98 | CC | 16 | 19 | 0 | 14 | F9 | 22 | 46 |
| Octal | 240 | 230 | 314 | 26 | 31 | 0 | 24 | 371 | 42 | 106 |
| Binary | 10100000 | 10011000 | 11001100 | 10110 | 11001 | 0 | 10100 | 11111001 | 100010 | 1000110 |
Color Harmonies of #A098CC
Complementary color
Monochromatic Colors of #A098CC
Black with #A098CC
Text Example
Text Example
White with #A098CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A098CC; }
p { color: rgb(160,152,204); }
H1.HeaderClassName
{
color: #A098CC;
}
.AnyTagClassName
{
color: #A098CC;
}
</style>
background-color css
<style>
a { background-color: #A098CC; }
a { background-color: rgb(160,152,204); }
div.DivClassName
{
background-color: #A098CC;
}
.BgClassName
{
background-color: #A098CC;
}
</style>
border-color css
<style>
span { border-color: #A098CC; }
span { border-color: rgb(160,152,204); }
td.TdClassName
{
border-color: #A098CC;
}
.TagClassName
{
border-color: #A098CC;
}
</style>