Shades of Wistful #A198DC
Tints of Wistful #A198DC
RGB
CMYK
RGB Variations
Color information
#A198DC (or 0xA198DC) is known color: Wistful. HEX triplet: A1, 98 and DC. RGB value is (161,152,220). Sum of RGB (Red+Green+Blue) = 161+152+220=533 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.21% from 533); Green value is 152 (59.77% from 255 or 28.52% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #A198DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A198DC is #5E6723. Grayscale: #A2A2A2. Windows color (decimal): -6186788 or 14456993. OLE color: 14456993.
HSL color Cylindrical-coordinate representation of color #A198DC: hue angle of 247.94º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A198DC is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 152 | 220 | - |
| CMYK | 0.27 | 0.31 | 0 | 0.14 |
| HSL | 247.94º | 0.49% | 0.73% | - |
| HSV(B) | 247.94º | 0.31% | 0.86% | - |
| XYZ | 38.84 | 35.2 | 72.46 | - |
| YUV | 162.44 | 160.48 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 152 | 220 | 0.27 | 0.31 | 0 | 0.14 | 247.94 | 0.49 | 0.73 |
| Hex | A1 | 98 | DC | 1B | 1F | 0 | E | F8 | 31 | 49 |
| Octal | 241 | 230 | 334 | 33 | 37 | 0 | 16 | 370 | 61 | 111 |
| Binary | 10100001 | 10011000 | 11011100 | 11011 | 11111 | 0 | 1110 | 11111000 | 110001 | 1001001 |
Color Harmonies of #A198DC
Complementary color
Monochromatic Colors of #A198DC
Black with #A198DC
Text Example
Text Example
White with #A198DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A198DC; }
p { color: rgb(161,152,220); }
H1.HeaderClassName
{
color: #A198DC;
}
.AnyTagClassName
{
color: #A198DC;
}
</style>
background-color css
<style>
a { background-color: #A198DC; }
a { background-color: rgb(161,152,220); }
div.DivClassName
{
background-color: #A198DC;
}
.BgClassName
{
background-color: #A198DC;
}
</style>
border-color css
<style>
span { border-color: #A198DC; }
span { border-color: rgb(161,152,220); }
td.TdClassName
{
border-color: #A198DC;
}
.TagClassName
{
border-color: #A198DC;
}
</style>