Shades of Wistful #A199EC
Tints of Wistful #A199EC
RGB
CMYK
RGB Variations
Color information
#A199EC (or 0xA199EC) is known color: Wistful. HEX triplet: A1, 99 and EC. RGB value is (161,153,236). Sum of RGB (Red+Green+Blue) = 161+153+236=550 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.27% from 550); Green value is 153 (60.16% from 255 or 27.82% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #A199EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A199EC is #5E6613. Grayscale: #A4A4A4. Windows color (decimal): -6186516 or 15505825. OLE color: 15505825.
HSL color Cylindrical-coordinate representation of color #A199EC: hue angle of 245.78º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A199EC is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 153 | 236 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.07 |
| HSL | 245.78º | 0.69% | 0.76% | - |
| HSV(B) | 245.78º | 0.35% | 0.93% | - |
| XYZ | 41.23 | 36.42 | 84.21 | - |
| YUV | 164.85 | 168.15 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 153 | 236 | 0.32 | 0.35 | 0 | 0.07 | 245.78 | 0.69 | 0.76 |
| Hex | A1 | 99 | EC | 20 | 23 | 0 | 7 | F6 | 45 | 4C |
| Octal | 241 | 231 | 354 | 40 | 43 | 0 | 7 | 366 | 105 | 114 |
| Binary | 10100001 | 10011001 | 11101100 | 100000 | 100011 | 0 | 111 | 11110110 | 1000101 | 1001100 |
Color Harmonies of #A199EC
Complementary color
Monochromatic Colors of #A199EC
Black with #A199EC
Text Example
Text Example
White with #A199EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A199EC; }
p { color: rgb(161,153,236); }
H1.HeaderClassName
{
color: #A199EC;
}
.AnyTagClassName
{
color: #A199EC;
}
</style>
background-color css
<style>
a { background-color: #A199EC; }
a { background-color: rgb(161,153,236); }
div.DivClassName
{
background-color: #A199EC;
}
.BgClassName
{
background-color: #A199EC;
}
</style>
border-color css
<style>
span { border-color: #A199EC; }
span { border-color: rgb(161,153,236); }
td.TdClassName
{
border-color: #A199EC;
}
.TagClassName
{
border-color: #A199EC;
}
</style>