Shades of Wistful #A198E7
Tints of Wistful #A198E7
RGB
CMYK
RGB Variations
Color information
#A198E7 (or 0xA198E7) is known color: Wistful. HEX triplet: A1, 98 and E7. RGB value is (161,152,231). Sum of RGB (Red+Green+Blue) = 161+152+231=544 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.60% from 544); Green value is 152 (59.77% from 255 or 27.94% from 544); Blue value is 231 (90.62% from 255 or 42.46% from 544); Max value from RGB is 231 - color contains mainly: blue. Hex color #A198E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A198E7 is #5E6718. Grayscale: #A3A3A3. Windows color (decimal): -6186777 or 15177889. OLE color: 15177889.
HSL color Cylindrical-coordinate representation of color #A198E7: hue angle of 246.84º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A198E7 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 152 | 231 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.09 |
| HSL | 246.84º | 0.62% | 0.75% | - |
| HSV(B) | 246.84º | 0.34% | 0.91% | - |
| XYZ | 40.35 | 35.8 | 80.39 | - |
| YUV | 163.7 | 165.98 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 152 | 231 | 0.30 | 0.34 | 0 | 0.09 | 246.84 | 0.62 | 0.75 |
| Hex | A1 | 98 | E7 | 1E | 22 | 0 | 9 | F7 | 3E | 4B |
| Octal | 241 | 230 | 347 | 36 | 42 | 0 | 11 | 367 | 76 | 113 |
| Binary | 10100001 | 10011000 | 11100111 | 11110 | 100010 | 0 | 1001 | 11110111 | 111110 | 1001011 |
Color Harmonies of #A198E7
Complementary color
Monochromatic Colors of #A198E7
Black with #A198E7
Text Example
Text Example
White with #A198E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A198E7; }
p { color: rgb(161,152,231); }
H1.HeaderClassName
{
color: #A198E7;
}
.AnyTagClassName
{
color: #A198E7;
}
</style>
background-color css
<style>
a { background-color: #A198E7; }
a { background-color: rgb(161,152,231); }
div.DivClassName
{
background-color: #A198E7;
}
.BgClassName
{
background-color: #A198E7;
}
</style>
border-color css
<style>
span { border-color: #A198E7; }
span { border-color: rgb(161,152,231); }
td.TdClassName
{
border-color: #A198E7;
}
.TagClassName
{
border-color: #A198E7;
}
</style>