Shades of Wistful #A498D0
Tints of Wistful #A498D0
RGB
CMYK
RGB Variations
Color information
#A498D0 (or 0xA498D0) is known color: Wistful. HEX triplet: A4, 98 and D0. RGB value is (164,152,208). Sum of RGB (Red+Green+Blue) = 164+152+208=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 152 (59.77% from 255 or 29.01% from 524); Blue value is 208 (81.64% from 255 or 39.69% from 524); Max value from RGB is 208 - color contains mainly: blue. Hex color #A498D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A498D0 is #5B672F. Grayscale: #A1A1A1. Windows color (decimal): -5990192 or 13670564. OLE color: 13670564.
HSL color Cylindrical-coordinate representation of color #A498D0: hue angle of 252.86º 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 #A498D0 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 152 | 208 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.18 |
| HSL | 252.86º | 0.37% | 0.71% | - |
| HSV(B) | 252.86º | 0.27% | 0.82% | - |
| XYZ | 37.92 | 34.9 | 64.41 | - |
| YUV | 161.97 | 153.98 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 152 | 208 | 0.21 | 0.27 | 0 | 0.18 | 252.86 | 0.37 | 0.71 |
| Hex | A4 | 98 | D0 | 15 | 1B | 0 | 12 | FD | 25 | 47 |
| Octal | 244 | 230 | 320 | 25 | 33 | 0 | 22 | 375 | 45 | 107 |
| Binary | 10100100 | 10011000 | 11010000 | 10101 | 11011 | 0 | 10010 | 11111101 | 100101 | 1000111 |
Color Harmonies of #A498D0
Complementary color
Monochromatic Colors of #A498D0
Black with #A498D0
Text Example
Text Example
White with #A498D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A498D0; }
p { color: rgb(164,152,208); }
H1.HeaderClassName
{
color: #A498D0;
}
.AnyTagClassName
{
color: #A498D0;
}
</style>
background-color css
<style>
a { background-color: #A498D0; }
a { background-color: rgb(164,152,208); }
div.DivClassName
{
background-color: #A498D0;
}
.BgClassName
{
background-color: #A498D0;
}
</style>
border-color css
<style>
span { border-color: #A498D0; }
span { border-color: rgb(164,152,208); }
td.TdClassName
{
border-color: #A498D0;
}
.TagClassName
{
border-color: #A498D0;
}
</style>