Shades of Wistful #A199CD
Tints of Wistful #A199CD
RGB
CMYK
RGB Variations
Color information
#A199CD (or 0xA199CD) is known color: Wistful. HEX triplet: A1, 99 and CD. RGB value is (161,153,205). Sum of RGB (Red+Green+Blue) = 161+153+205=519 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.02% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #A199CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A199CD is #5E6632. Grayscale: #A1A1A1. Windows color (decimal): -6186547 or 13474209. OLE color: 13474209.
HSL color Cylindrical-coordinate representation of color #A199CD: hue angle of 249.23º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A199CD is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 153 | 205 | - |
| CMYK | 0.21 | 0.25 | 0 | 0.20 |
| HSL | 249.23º | 0.34% | 0.7% | - |
| HSV(B) | 249.23º | 0.25% | 0.8% | - |
| XYZ | 37.11 | 34.77 | 62.51 | - |
| YUV | 161.32 | 152.65 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 153 | 205 | 0.21 | 0.25 | 0 | 0.20 | 249.23 | 0.34 | 0.7 |
| Hex | A1 | 99 | CD | 15 | 19 | 0 | 14 | F9 | 22 | 46 |
| Octal | 241 | 231 | 315 | 25 | 31 | 0 | 24 | 371 | 42 | 106 |
| Binary | 10100001 | 10011001 | 11001101 | 10101 | 11001 | 0 | 10100 | 11111001 | 100010 | 1000110 |
Color Harmonies of #A199CD
Complementary color
Monochromatic Colors of #A199CD
Black with #A199CD
Text Example
Text Example
White with #A199CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A199CD; }
p { color: rgb(161,153,205); }
H1.HeaderClassName
{
color: #A199CD;
}
.AnyTagClassName
{
color: #A199CD;
}
</style>
background-color css
<style>
a { background-color: #A199CD; }
a { background-color: rgb(161,153,205); }
div.DivClassName
{
background-color: #A199CD;
}
.BgClassName
{
background-color: #A199CD;
}
</style>
border-color css
<style>
span { border-color: #A199CD; }
span { border-color: rgb(161,153,205); }
td.TdClassName
{
border-color: #A199CD;
}
.TagClassName
{
border-color: #A199CD;
}
</style>