Shades of Wistful #A199F0
Tints of Wistful #A199F0
RGB
CMYK
RGB Variations
Color information
#A199F0 (or 0xA199F0) is known color: Wistful. HEX triplet: A1, 99 and F0. RGB value is (161,153,240). Sum of RGB (Red+Green+Blue) = 161+153+240=554 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.06% from 554); Green value is 153 (60.16% from 255 or 27.62% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 240 - color contains mainly: blue. Hex color #A199F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A199F0 is #5E660F. Grayscale: #A4A4A4. Windows color (decimal): -6186512 or 15767969. OLE color: 15767969.
HSL color Cylindrical-coordinate representation of color #A199F0: hue angle of 245.52º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A199F0 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 153 | 240 | - |
| CMYK | 0.33 | 0.36 | 0 | 0.06 |
| HSL | 245.52º | 0.74% | 0.77% | - |
| HSV(B) | 245.52º | 0.36% | 0.94% | - |
| XYZ | 41.82 | 36.65 | 87.31 | - |
| YUV | 165.31 | 170.15 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 153 | 240 | 0.33 | 0.36 | 0 | 0.06 | 245.52 | 0.74 | 0.77 |
| Hex | A1 | 99 | F0 | 21 | 24 | 0 | 6 | F6 | 4A | 4D |
| Octal | 241 | 231 | 360 | 41 | 44 | 0 | 6 | 366 | 112 | 115 |
| Binary | 10100001 | 10011001 | 11110000 | 100001 | 100100 | 0 | 110 | 11110110 | 1001010 | 1001101 |
Color Harmonies of #A199F0
Complementary color
Monochromatic Colors of #A199F0
Black with #A199F0
Text Example
Text Example
White with #A199F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A199F0; }
p { color: rgb(161,153,240); }
H1.HeaderClassName
{
color: #A199F0;
}
.AnyTagClassName
{
color: #A199F0;
}
</style>
background-color css
<style>
a { background-color: #A199F0; }
a { background-color: rgb(161,153,240); }
div.DivClassName
{
background-color: #A199F0;
}
.BgClassName
{
background-color: #A199F0;
}
</style>
border-color css
<style>
span { border-color: #A199F0; }
span { border-color: rgb(161,153,240); }
td.TdClassName
{
border-color: #A199F0;
}
.TagClassName
{
border-color: #A199F0;
}
</style>