Shades of Wistful #A498DA
Tints of Wistful #A498DA
RGB
CMYK
RGB Variations
Color information
#A498DA (or 0xA498DA) is known color: Wistful. HEX triplet: A4, 98 and DA. RGB value is (164,152,218). Sum of RGB (Red+Green+Blue) = 164+152+218=534 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.71% from 534); Green value is 152 (59.77% from 255 or 28.46% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #A498DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A498DA is #5B6725. Grayscale: #A2A2A2. Windows color (decimal): -5990182 or 14325924. OLE color: 14325924.
HSL color Cylindrical-coordinate representation of color #A498DA: hue angle of 250.91º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A498DA is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 152 | 218 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.15 |
| HSL | 250.91º | 0.47% | 0.73% | - |
| HSV(B) | 250.91º | 0.3% | 0.85% | - |
| XYZ | 39.19 | 35.41 | 71.1 | - |
| YUV | 163.11 | 158.98 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 152 | 218 | 0.25 | 0.30 | 0 | 0.15 | 250.91 | 0.47 | 0.73 |
| Hex | A4 | 98 | DA | 19 | 1E | 0 | F | FB | 2F | 49 |
| Octal | 244 | 230 | 332 | 31 | 36 | 0 | 17 | 373 | 57 | 111 |
| Binary | 10100100 | 10011000 | 11011010 | 11001 | 11110 | 0 | 1111 | 11111011 | 101111 | 1001001 |
Color Harmonies of #A498DA
Complementary color
Monochromatic Colors of #A498DA
Black with #A498DA
Text Example
Text Example
White with #A498DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A498DA; }
p { color: rgb(164,152,218); }
H1.HeaderClassName
{
color: #A498DA;
}
.AnyTagClassName
{
color: #A498DA;
}
</style>
background-color css
<style>
a { background-color: #A498DA; }
a { background-color: rgb(164,152,218); }
div.DivClassName
{
background-color: #A498DA;
}
.BgClassName
{
background-color: #A498DA;
}
</style>
border-color css
<style>
span { border-color: #A498DA; }
span { border-color: rgb(164,152,218); }
td.TdClassName
{
border-color: #A498DA;
}
.TagClassName
{
border-color: #A498DA;
}
</style>