Shades of Wistful #A199DC
Tints of Wistful #A199DC
RGB
CMYK
RGB Variations
Color information
#A199DC (or 0xA199DC) is known color: Wistful. HEX triplet: A1, 99 and DC. RGB value is (161,153,220). Sum of RGB (Red+Green+Blue) = 161+153+220=534 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.15% from 534); Green value is 153 (60.16% from 255 or 28.65% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #A199DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A199DC is #5E6623. Grayscale: #A2A2A2. Windows color (decimal): -6186532 or 14457249. OLE color: 14457249.
HSL color Cylindrical-coordinate representation of color #A199DC: hue angle of 247.16º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A199DC is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 153 | 220 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.14 |
| HSL | 247.16º | 0.49% | 0.73% | - |
| HSV(B) | 247.16º | 0.3% | 0.86% | - |
| XYZ | 39.01 | 35.53 | 72.51 | - |
| YUV | 163.03 | 160.15 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 153 | 220 | 0.27 | 0.30 | 0 | 0.14 | 247.16 | 0.49 | 0.73 |
| Hex | A1 | 99 | DC | 1B | 1E | 0 | E | F7 | 31 | 49 |
| Octal | 241 | 231 | 334 | 33 | 36 | 0 | 16 | 367 | 61 | 111 |
| Binary | 10100001 | 10011001 | 11011100 | 11011 | 11110 | 0 | 1110 | 11110111 | 110001 | 1001001 |
Color Harmonies of #A199DC
Complementary color
Monochromatic Colors of #A199DC
Black with #A199DC
Text Example
Text Example
White with #A199DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A199DC; }
p { color: rgb(161,153,220); }
H1.HeaderClassName
{
color: #A199DC;
}
.AnyTagClassName
{
color: #A199DC;
}
</style>
background-color css
<style>
a { background-color: #A199DC; }
a { background-color: rgb(161,153,220); }
div.DivClassName
{
background-color: #A199DC;
}
.BgClassName
{
background-color: #A199DC;
}
</style>
border-color css
<style>
span { border-color: #A199DC; }
span { border-color: rgb(161,153,220); }
td.TdClassName
{
border-color: #A199DC;
}
.TagClassName
{
border-color: #A199DC;
}
</style>