Shades of Wistful #A498EC
Tints of Wistful #A498EC
RGB
CMYK
RGB Variations
Color information
#A498EC (or 0xA498EC) is known color: Wistful. HEX triplet: A4, 98 and EC. RGB value is (164,152,236). Sum of RGB (Red+Green+Blue) = 164+152+236=552 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.71% from 552); Green value is 152 (59.77% from 255 or 27.54% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #A498EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A498EC is #5B6713. Grayscale: #A4A4A4. Windows color (decimal): -5990164 or 15505572. OLE color: 15505572.
HSL color Cylindrical-coordinate representation of color #A498EC: hue angle of 248.57º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A498EC is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 152 | 236 | - |
| CMYK | 0.31 | 0.36 | 0 | 0.07 |
| HSL | 248.57º | 0.69% | 0.76% | - |
| HSV(B) | 248.57º | 0.36% | 0.93% | - |
| XYZ | 41.68 | 36.41 | 84.19 | - |
| YUV | 165.16 | 167.98 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 152 | 236 | 0.31 | 0.36 | 0 | 0.07 | 248.57 | 0.69 | 0.76 |
| Hex | A4 | 98 | EC | 1F | 24 | 0 | 7 | F9 | 45 | 4C |
| Octal | 244 | 230 | 354 | 37 | 44 | 0 | 7 | 371 | 105 | 114 |
| Binary | 10100100 | 10011000 | 11101100 | 11111 | 100100 | 0 | 111 | 11111001 | 1000101 | 1001100 |
Color Harmonies of #A498EC
Complementary color
Monochromatic Colors of #A498EC
Black with #A498EC
Text Example
Text Example
White with #A498EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A498EC; }
p { color: rgb(164,152,236); }
H1.HeaderClassName
{
color: #A498EC;
}
.AnyTagClassName
{
color: #A498EC;
}
</style>
background-color css
<style>
a { background-color: #A498EC; }
a { background-color: rgb(164,152,236); }
div.DivClassName
{
background-color: #A498EC;
}
.BgClassName
{
background-color: #A498EC;
}
</style>
border-color css
<style>
span { border-color: #A498EC; }
span { border-color: rgb(164,152,236); }
td.TdClassName
{
border-color: #A498EC;
}
.TagClassName
{
border-color: #A498EC;
}
</style>