Shades of Wistful #A298CE
Tints of Wistful #A298CE
RGB
CMYK
RGB Variations
Color information
#A298CE (or 0xA298CE) is known color: Wistful. HEX triplet: A2, 98 and CE. RGB value is (162,152,206). Sum of RGB (Red+Green+Blue) = 162+152+206=520 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.15% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #A298CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A298CE is #5D6731. Grayscale: #A0A0A0. Windows color (decimal): -6121266 or 13539490. OLE color: 13539490.
HSL color Cylindrical-coordinate representation of color #A298CE: hue angle of 251.11º 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 #A298CE is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 152 | 206 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.19 |
| HSL | 251.11º | 0.36% | 0.7% | - |
| HSV(B) | 251.11º | 0.26% | 0.81% | - |
| XYZ | 37.27 | 34.59 | 63.11 | - |
| YUV | 161.15 | 153.31 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 152 | 206 | 0.21 | 0.26 | 0 | 0.19 | 251.11 | 0.36 | 0.7 |
| Hex | A2 | 98 | CE | 15 | 1A | 0 | 13 | FB | 24 | 46 |
| Octal | 242 | 230 | 316 | 25 | 32 | 0 | 23 | 373 | 44 | 106 |
| Binary | 10100010 | 10011000 | 11001110 | 10101 | 11010 | 0 | 10011 | 11111011 | 100100 | 1000110 |
Color Harmonies of #A298CE
Complementary color
Monochromatic Colors of #A298CE
Black with #A298CE
Text Example
Text Example
White with #A298CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A298CE; }
p { color: rgb(162,152,206); }
H1.HeaderClassName
{
color: #A298CE;
}
.AnyTagClassName
{
color: #A298CE;
}
</style>
background-color css
<style>
a { background-color: #A298CE; }
a { background-color: rgb(162,152,206); }
div.DivClassName
{
background-color: #A298CE;
}
.BgClassName
{
background-color: #A298CE;
}
</style>
border-color css
<style>
span { border-color: #A298CE; }
span { border-color: rgb(162,152,206); }
td.TdClassName
{
border-color: #A298CE;
}
.TagClassName
{
border-color: #A298CE;
}
</style>