Shades of Wistful #A198D4
Tints of Wistful #A198D4
RGB
CMYK
RGB Variations
Color information
#A198D4 (or 0xA198D4) is known color: Wistful. HEX triplet: A1, 98 and D4. RGB value is (161,152,212). Sum of RGB (Red+Green+Blue) = 161+152+212=525 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.67% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 212 (83.20% from 255 or 40.38% from 525); Max value from RGB is 212 - color contains mainly: blue. Hex color #A198D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A198D4 is #5E672B. Grayscale: #A1A1A1. Windows color (decimal): -6186796 or 13932705. OLE color: 13932705.
HSL color Cylindrical-coordinate representation of color #A198D4: hue angle of 249º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A198D4 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 152 | 212 | - |
| CMYK | 0.24 | 0.28 | 0 | 0.17 |
| HSL | 249º | 0.41% | 0.71% | - |
| HSV(B) | 249º | 0.28% | 0.83% | - |
| XYZ | 37.81 | 34.79 | 67.01 | - |
| YUV | 161.53 | 156.48 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 152 | 212 | 0.24 | 0.28 | 0 | 0.17 | 249 | 0.41 | 0.71 |
| Hex | A1 | 98 | D4 | 18 | 1C | 0 | 11 | F9 | 29 | 47 |
| Octal | 241 | 230 | 324 | 30 | 34 | 0 | 21 | 371 | 51 | 107 |
| Binary | 10100001 | 10011000 | 11010100 | 11000 | 11100 | 0 | 10001 | 11111001 | 101001 | 1000111 |
Color Harmonies of #A198D4
Complementary color
Monochromatic Colors of #A198D4
Black with #A198D4
Text Example
Text Example
White with #A198D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A198D4; }
p { color: rgb(161,152,212); }
H1.HeaderClassName
{
color: #A198D4;
}
.AnyTagClassName
{
color: #A198D4;
}
</style>
background-color css
<style>
a { background-color: #A198D4; }
a { background-color: rgb(161,152,212); }
div.DivClassName
{
background-color: #A198D4;
}
.BgClassName
{
background-color: #A198D4;
}
</style>
border-color css
<style>
span { border-color: #A198D4; }
span { border-color: rgb(161,152,212); }
td.TdClassName
{
border-color: #A198D4;
}
.TagClassName
{
border-color: #A198D4;
}
</style>