Shades of Wistful #A498C9
Tints of Wistful #A498C9
RGB
CMYK
RGB Variations
Color information
#A498C9 (or 0xA498C9) is known color: Wistful. HEX triplet: A4, 98 and C9. RGB value is (164,152,201). Sum of RGB (Red+Green+Blue) = 164+152+201=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 201 (78.91% from 255 or 38.88% from 517); Max value from RGB is 201 - color contains mainly: blue. Hex color #A498C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A498C9 is #5B6736. Grayscale: #A0A0A0. Windows color (decimal): -5990199 or 13211812. OLE color: 13211812.
HSL color Cylindrical-coordinate representation of color #A498C9: hue angle of 254.69º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A498C9 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 152 | 201 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.21 |
| HSL | 254.69º | 0.31% | 0.69% | - |
| HSV(B) | 254.69º | 0.24% | 0.79% | - |
| XYZ | 37.08 | 34.57 | 59.98 | - |
| YUV | 161.17 | 150.48 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 152 | 201 | 0.18 | 0.24 | 0 | 0.21 | 254.69 | 0.31 | 0.69 |
| Hex | A4 | 98 | C9 | 12 | 18 | 0 | 15 | FF | 1F | 45 |
| Octal | 244 | 230 | 311 | 22 | 30 | 0 | 25 | 377 | 37 | 105 |
| Binary | 10100100 | 10011000 | 11001001 | 10010 | 11000 | 0 | 10101 | 11111111 | 11111 | 1000101 |
Color Harmonies of #A498C9
Complementary color
Monochromatic Colors of #A498C9
Black with #A498C9
Text Example
Text Example
White with #A498C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A498C9; }
p { color: rgb(164,152,201); }
H1.HeaderClassName
{
color: #A498C9;
}
.AnyTagClassName
{
color: #A498C9;
}
</style>
background-color css
<style>
a { background-color: #A498C9; }
a { background-color: rgb(164,152,201); }
div.DivClassName
{
background-color: #A498C9;
}
.BgClassName
{
background-color: #A498C9;
}
</style>
border-color css
<style>
span { border-color: #A498C9; }
span { border-color: rgb(164,152,201); }
td.TdClassName
{
border-color: #A498C9;
}
.TagClassName
{
border-color: #A498C9;
}
</style>