Shades of Wistful #A298DA
Tints of Wistful #A298DA
RGB
CMYK
RGB Variations
Color information
#A298DA (or 0xA298DA) is known color: Wistful. HEX triplet: A2, 98 and DA. RGB value is (162,152,218). Sum of RGB (Red+Green+Blue) = 162+152+218=532 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.45% from 532); Green value is 152 (59.77% from 255 or 28.57% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #A298DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A298DA is #5D6725. Grayscale: #A2A2A2. Windows color (decimal): -6121254 or 14325922. OLE color: 14325922.
HSL color Cylindrical-coordinate representation of color #A298DA: hue angle of 249.09º 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 #A298DA is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 152 | 218 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.15 |
| HSL | 249.09º | 0.47% | 0.73% | - |
| HSV(B) | 249.09º | 0.3% | 0.85% | - |
| XYZ | 38.78 | 35.2 | 71.08 | - |
| YUV | 162.51 | 159.31 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 152 | 218 | 0.26 | 0.30 | 0 | 0.15 | 249.09 | 0.47 | 0.73 |
| Hex | A2 | 98 | DA | 1A | 1E | 0 | F | F9 | 2F | 49 |
| Octal | 242 | 230 | 332 | 32 | 36 | 0 | 17 | 371 | 57 | 111 |
| Binary | 10100010 | 10011000 | 11011010 | 11010 | 11110 | 0 | 1111 | 11111001 | 101111 | 1001001 |
Color Harmonies of #A298DA
Complementary color
Monochromatic Colors of #A298DA
Black with #A298DA
Text Example
Text Example
White with #A298DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A298DA; }
p { color: rgb(162,152,218); }
H1.HeaderClassName
{
color: #A298DA;
}
.AnyTagClassName
{
color: #A298DA;
}
</style>
background-color css
<style>
a { background-color: #A298DA; }
a { background-color: rgb(162,152,218); }
div.DivClassName
{
background-color: #A298DA;
}
.BgClassName
{
background-color: #A298DA;
}
</style>
border-color css
<style>
span { border-color: #A298DA; }
span { border-color: rgb(162,152,218); }
td.TdClassName
{
border-color: #A298DA;
}
.TagClassName
{
border-color: #A298DA;
}
</style>