Shades of Wistful #A098D2
Tints of Wistful #A098D2
RGB
CMYK
RGB Variations
Color information
#A098D2 (or 0xA098D2) is known color: Wistful. HEX triplet: A0, 98 and D2. RGB value is (160,152,210). Sum of RGB (Red+Green+Blue) = 160+152+210=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 210 (82.42% from 255 or 40.23% from 522); Max value from RGB is 210 - color contains mainly: blue. Hex color #A098D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A098D2 is #5F672D. Grayscale: #A0A0A0. Windows color (decimal): -6252334 or 13801632. OLE color: 13801632.
HSL color Cylindrical-coordinate representation of color #A098D2: hue angle of 248.28º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A098D2 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 152 | 210 | - |
| CMYK | 0.24 | 0.28 | 0 | 0.18 |
| HSL | 248.28º | 0.39% | 0.71% | - |
| HSV(B) | 248.28º | 0.28% | 0.82% | - |
| XYZ | 37.36 | 34.58 | 65.68 | - |
| YUV | 161 | 155.65 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 152 | 210 | 0.24 | 0.28 | 0 | 0.18 | 248.28 | 0.39 | 0.71 |
| Hex | A0 | 98 | D2 | 18 | 1C | 0 | 12 | F8 | 27 | 47 |
| Octal | 240 | 230 | 322 | 30 | 34 | 0 | 22 | 370 | 47 | 107 |
| Binary | 10100000 | 10011000 | 11010010 | 11000 | 11100 | 0 | 10010 | 11111000 | 100111 | 1000111 |
Color Harmonies of #A098D2
Complementary color
Monochromatic Colors of #A098D2
Black with #A098D2
Text Example
Text Example
White with #A098D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A098D2; }
p { color: rgb(160,152,210); }
H1.HeaderClassName
{
color: #A098D2;
}
.AnyTagClassName
{
color: #A098D2;
}
</style>
background-color css
<style>
a { background-color: #A098D2; }
a { background-color: rgb(160,152,210); }
div.DivClassName
{
background-color: #A098D2;
}
.BgClassName
{
background-color: #A098D2;
}
</style>
border-color css
<style>
span { border-color: #A098D2; }
span { border-color: rgb(160,152,210); }
td.TdClassName
{
border-color: #A098D2;
}
.TagClassName
{
border-color: #A098D2;
}
</style>