Shades of Wistful #A098D1
Tints of Wistful #A098D1
RGB
CMYK
RGB Variations
Color information
#A098D1 (or 0xA098D1) is known color: Wistful. HEX triplet: A0, 98 and D1. RGB value is (160,152,209). Sum of RGB (Red+Green+Blue) = 160+152+209=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 209 (82.03% from 255 or 40.12% from 521); Max value from RGB is 209 - color contains mainly: blue. Hex color #A098D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A098D1 is #5F672E. Grayscale: #A0A0A0. Windows color (decimal): -6252335 or 13736096. OLE color: 13736096.
HSL color Cylindrical-coordinate representation of color #A098D1: hue angle of 248.42º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A098D1 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 152 | 209 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.18 |
| HSL | 248.42º | 0.38% | 0.71% | - |
| HSV(B) | 248.42º | 0.27% | 0.82% | - |
| XYZ | 37.23 | 34.53 | 65.02 | - |
| YUV | 160.89 | 155.15 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 152 | 209 | 0.23 | 0.27 | 0 | 0.18 | 248.42 | 0.38 | 0.71 |
| Hex | A0 | 98 | D1 | 17 | 1B | 0 | 12 | F8 | 26 | 47 |
| Octal | 240 | 230 | 321 | 27 | 33 | 0 | 22 | 370 | 46 | 107 |
| Binary | 10100000 | 10011000 | 11010001 | 10111 | 11011 | 0 | 10010 | 11111000 | 100110 | 1000111 |
Color Harmonies of #A098D1
Complementary color
Monochromatic Colors of #A098D1
Black with #A098D1
Text Example
Text Example
White with #A098D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A098D1; }
p { color: rgb(160,152,209); }
H1.HeaderClassName
{
color: #A098D1;
}
.AnyTagClassName
{
color: #A098D1;
}
</style>
background-color css
<style>
a { background-color: #A098D1; }
a { background-color: rgb(160,152,209); }
div.DivClassName
{
background-color: #A098D1;
}
.BgClassName
{
background-color: #A098D1;
}
</style>
border-color css
<style>
span { border-color: #A098D1; }
span { border-color: rgb(160,152,209); }
td.TdClassName
{
border-color: #A098D1;
}
.TagClassName
{
border-color: #A098D1;
}
</style>