Shades of Wistful #A298DF
Tints of Wistful #A298DF
RGB
CMYK
RGB Variations
Color information
#A298DF (or 0xA298DF) is known color: Wistful. HEX triplet: A2, 98 and DF. RGB value is (162,152,223). Sum of RGB (Red+Green+Blue) = 162+152+223=537 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.17% from 537); Green value is 152 (59.77% from 255 or 28.31% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #A298DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A298DF is #5D6720. Grayscale: #A2A2A2. Windows color (decimal): -6121249 or 14653602. OLE color: 14653602.
HSL color Cylindrical-coordinate representation of color #A298DF: hue angle of 248.45º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A298DF is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 152 | 223 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.13 |
| HSL | 248.45º | 0.53% | 0.74% | - |
| HSV(B) | 248.45º | 0.32% | 0.87% | - |
| XYZ | 39.45 | 35.47 | 74.58 | - |
| YUV | 163.08 | 161.81 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 152 | 223 | 0.27 | 0.32 | 0 | 0.13 | 248.45 | 0.53 | 0.74 |
| Hex | A2 | 98 | DF | 1B | 20 | 0 | D | F8 | 35 | 4A |
| Octal | 242 | 230 | 337 | 33 | 40 | 0 | 15 | 370 | 65 | 112 |
| Binary | 10100010 | 10011000 | 11011111 | 11011 | 100000 | 0 | 1101 | 11111000 | 110101 | 1001010 |
Color Harmonies of #A298DF
Complementary color
Monochromatic Colors of #A298DF
Black with #A298DF
Text Example
Text Example
White with #A298DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A298DF; }
p { color: rgb(162,152,223); }
H1.HeaderClassName
{
color: #A298DF;
}
.AnyTagClassName
{
color: #A298DF;
}
</style>
background-color css
<style>
a { background-color: #A298DF; }
a { background-color: rgb(162,152,223); }
div.DivClassName
{
background-color: #A298DF;
}
.BgClassName
{
background-color: #A298DF;
}
</style>
border-color css
<style>
span { border-color: #A298DF; }
span { border-color: rgb(162,152,223); }
td.TdClassName
{
border-color: #A298DF;
}
.TagClassName
{
border-color: #A298DF;
}
</style>