Shades of Wistful #A199C9
Tints of Wistful #A199C9
RGB
CMYK
RGB Variations
Color information
#A199C9 (or 0xA199C9) is known color: Wistful. HEX triplet: A1, 99 and C9. RGB value is (161,153,201). Sum of RGB (Red+Green+Blue) = 161+153+201=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 201 (78.91% from 255 or 39.03% from 515); Max value from RGB is 201 - color contains mainly: blue. Hex color #A199C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A199C9 is #5E6636. Grayscale: #A0A0A0. Windows color (decimal): -6186551 or 13212065. OLE color: 13212065.
HSL color Cylindrical-coordinate representation of color #A199C9: hue angle of 250º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A199C9 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 153 | 201 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.21 |
| HSL | 250º | 0.31% | 0.69% | - |
| HSV(B) | 250º | 0.24% | 0.79% | - |
| XYZ | 36.63 | 34.58 | 60 | - |
| YUV | 160.86 | 150.65 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 153 | 201 | 0.20 | 0.24 | 0 | 0.21 | 250 | 0.31 | 0.69 |
| Hex | A1 | 99 | C9 | 14 | 18 | 0 | 15 | FA | 1F | 45 |
| Octal | 241 | 231 | 311 | 24 | 30 | 0 | 25 | 372 | 37 | 105 |
| Binary | 10100001 | 10011001 | 11001001 | 10100 | 11000 | 0 | 10101 | 11111010 | 11111 | 1000101 |
Color Harmonies of #A199C9
Complementary color
Monochromatic Colors of #A199C9
Black with #A199C9
Text Example
Text Example
White with #A199C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A199C9; }
p { color: rgb(161,153,201); }
H1.HeaderClassName
{
color: #A199C9;
}
.AnyTagClassName
{
color: #A199C9;
}
</style>
background-color css
<style>
a { background-color: #A199C9; }
a { background-color: rgb(161,153,201); }
div.DivClassName
{
background-color: #A199C9;
}
.BgClassName
{
background-color: #A199C9;
}
</style>
border-color css
<style>
span { border-color: #A199C9; }
span { border-color: rgb(161,153,201); }
td.TdClassName
{
border-color: #A199C9;
}
.TagClassName
{
border-color: #A199C9;
}
</style>