Shades of Wistful #A498CE
Tints of Wistful #A498CE
RGB
CMYK
RGB Variations
Color information
#A498CE (or 0xA498CE) is known color: Wistful. HEX triplet: A4, 98 and CE. RGB value is (164,152,206). Sum of RGB (Red+Green+Blue) = 164+152+206=522 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.42% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #A498CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A498CE is #5B6731. Grayscale: #A1A1A1. Windows color (decimal): -5990194 or 13539492. OLE color: 13539492.
HSL color Cylindrical-coordinate representation of color #A498CE: hue angle of 253.33º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A498CE is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 152 | 206 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.19 |
| HSL | 253.33º | 0.36% | 0.7% | - |
| HSV(B) | 253.33º | 0.26% | 0.81% | - |
| XYZ | 37.68 | 34.81 | 63.12 | - |
| YUV | 161.74 | 152.98 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 152 | 206 | 0.20 | 0.26 | 0 | 0.19 | 253.33 | 0.36 | 0.7 |
| Hex | A4 | 98 | CE | 14 | 1A | 0 | 13 | FD | 24 | 46 |
| Octal | 244 | 230 | 316 | 24 | 32 | 0 | 23 | 375 | 44 | 106 |
| Binary | 10100100 | 10011000 | 11001110 | 10100 | 11010 | 0 | 10011 | 11111101 | 100100 | 1000110 |
Color Harmonies of #A498CE
Complementary color
Monochromatic Colors of #A498CE
Black with #A498CE
Text Example
Text Example
White with #A498CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A498CE; }
p { color: rgb(164,152,206); }
H1.HeaderClassName
{
color: #A498CE;
}
.AnyTagClassName
{
color: #A498CE;
}
</style>
background-color css
<style>
a { background-color: #A498CE; }
a { background-color: rgb(164,152,206); }
div.DivClassName
{
background-color: #A498CE;
}
.BgClassName
{
background-color: #A498CE;
}
</style>
border-color css
<style>
span { border-color: #A498CE; }
span { border-color: rgb(164,152,206); }
td.TdClassName
{
border-color: #A498CE;
}
.TagClassName
{
border-color: #A498CE;
}
</style>