Shades of Wistful #A298D0
Tints of Wistful #A298D0
RGB
CMYK
RGB Variations
Color information
#A298D0 (or 0xA298D0) is known color: Wistful. HEX triplet: A2, 98 and D0. RGB value is (162,152,208). Sum of RGB (Red+Green+Blue) = 162+152+208=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 208 (81.64% from 255 or 39.85% from 522); Max value from RGB is 208 - color contains mainly: blue. Hex color #A298D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A298D0 is #5D672F. Grayscale: #A1A1A1. Windows color (decimal): -6121264 or 13670562. OLE color: 13670562.
HSL color Cylindrical-coordinate representation of color #A298D0: hue angle of 250.71º degrees, saturation: 0.37, 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 #A298D0 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 152 | 208 | - |
| CMYK | 0.22 | 0.27 | 0 | 0.18 |
| HSL | 250.71º | 0.37% | 0.71% | - |
| HSV(B) | 250.71º | 0.27% | 0.82% | - |
| XYZ | 37.51 | 34.69 | 64.39 | - |
| YUV | 161.37 | 154.31 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 152 | 208 | 0.22 | 0.27 | 0 | 0.18 | 250.71 | 0.37 | 0.71 |
| Hex | A2 | 98 | D0 | 16 | 1B | 0 | 12 | FB | 25 | 47 |
| Octal | 242 | 230 | 320 | 26 | 33 | 0 | 22 | 373 | 45 | 107 |
| Binary | 10100010 | 10011000 | 11010000 | 10110 | 11011 | 0 | 10010 | 11111011 | 100101 | 1000111 |
Color Harmonies of #A298D0
Complementary color
Monochromatic Colors of #A298D0
Black with #A298D0
Text Example
Text Example
White with #A298D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A298D0; }
p { color: rgb(162,152,208); }
H1.HeaderClassName
{
color: #A298D0;
}
.AnyTagClassName
{
color: #A298D0;
}
</style>
background-color css
<style>
a { background-color: #A298D0; }
a { background-color: rgb(162,152,208); }
div.DivClassName
{
background-color: #A298D0;
}
.BgClassName
{
background-color: #A298D0;
}
</style>
border-color css
<style>
span { border-color: #A298D0; }
span { border-color: rgb(162,152,208); }
td.TdClassName
{
border-color: #A298D0;
}
.TagClassName
{
border-color: #A298D0;
}
</style>