Shades of Wistful #A098C8
Tints of Wistful #A098C8
RGB
CMYK
RGB Variations
Color information
#A098C8 (or 0xA098C8) is known color: Wistful. HEX triplet: A0, 98 and C8. RGB value is (160,152,200). Sum of RGB (Red+Green+Blue) = 160+152+200=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 152 (59.77% from 255 or 29.69% from 512); Blue value is 200 (78.52% from 255 or 39.06% from 512); Max value from RGB is 200 - color contains mainly: blue. Hex color #A098C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A098C8 is #5F6737. Grayscale: #9F9F9F. Windows color (decimal): -6252344 or 13146272. OLE color: 13146272.
HSL color Cylindrical-coordinate representation of color #A098C8: hue angle of 250º 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 #A098C8 is Cyan = 0.2, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 152 | 200 | - |
| CMYK | 0.2 | 0.24 | 0 | 0.22 |
| HSL | 250º | 0.3% | 0.69% | - |
| HSV(B) | 250º | 0.24% | 0.78% | - |
| XYZ | 36.15 | 34.1 | 59.32 | - |
| YUV | 159.86 | 150.65 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 152 | 200 | 0.2 | 0.24 | 0 | 0.22 | 250 | 0.3 | 0.69 |
| Hex | A0 | 98 | C8 | 14 | 18 | 0 | 16 | FA | 1E | 45 |
| Octal | 240 | 230 | 310 | 24 | 30 | 0 | 26 | 372 | 36 | 105 |
| Binary | 10100000 | 10011000 | 11001000 | 10100 | 11000 | 0 | 10110 | 11111010 | 11110 | 1000101 |
Color Harmonies of #A098C8
Complementary color
Monochromatic Colors of #A098C8
Black with #A098C8
Text Example
Text Example
White with #A098C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A098C8; }
p { color: rgb(160,152,200); }
H1.HeaderClassName
{
color: #A098C8;
}
.AnyTagClassName
{
color: #A098C8;
}
</style>
background-color css
<style>
a { background-color: #A098C8; }
a { background-color: rgb(160,152,200); }
div.DivClassName
{
background-color: #A098C8;
}
.BgClassName
{
background-color: #A098C8;
}
</style>
border-color css
<style>
span { border-color: #A098C8; }
span { border-color: rgb(160,152,200); }
td.TdClassName
{
border-color: #A098C8;
}
.TagClassName
{
border-color: #A098C8;
}
</style>