Shades of Wistful #A199CB
Tints of Wistful #A199CB
RGB
CMYK
RGB Variations
Color information
#A199CB (or 0xA199CB) is known color: Wistful. HEX triplet: A1, 99 and CB. RGB value is (161,153,203). Sum of RGB (Red+Green+Blue) = 161+153+203=517 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.14% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #A199CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A199CB is #5E6634. Grayscale: #A0A0A0. Windows color (decimal): -6186549 or 13343137. OLE color: 13343137.
HSL color Cylindrical-coordinate representation of color #A199CB: hue angle of 249.6º degrees, saturation: 0.32, 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 #A199CB is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 153 | 203 | - |
| CMYK | 0.21 | 0.25 | 0 | 0.20 |
| HSL | 249.6º | 0.32% | 0.7% | - |
| HSV(B) | 249.6º | 0.25% | 0.8% | - |
| XYZ | 36.87 | 34.67 | 61.25 | - |
| YUV | 161.09 | 151.65 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 153 | 203 | 0.21 | 0.25 | 0 | 0.20 | 249.6 | 0.32 | 0.7 |
| Hex | A1 | 99 | CB | 15 | 19 | 0 | 14 | FA | 20 | 46 |
| Octal | 241 | 231 | 313 | 25 | 31 | 0 | 24 | 372 | 40 | 106 |
| Binary | 10100001 | 10011001 | 11001011 | 10101 | 11001 | 0 | 10100 | 11111010 | 100000 | 1000110 |
Color Harmonies of #A199CB
Complementary color
Monochromatic Colors of #A199CB
Black with #A199CB
Text Example
Text Example
White with #A199CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A199CB; }
p { color: rgb(161,153,203); }
H1.HeaderClassName
{
color: #A199CB;
}
.AnyTagClassName
{
color: #A199CB;
}
</style>
background-color css
<style>
a { background-color: #A199CB; }
a { background-color: rgb(161,153,203); }
div.DivClassName
{
background-color: #A199CB;
}
.BgClassName
{
background-color: #A199CB;
}
</style>
border-color css
<style>
span { border-color: #A199CB; }
span { border-color: rgb(161,153,203); }
td.TdClassName
{
border-color: #A199CB;
}
.TagClassName
{
border-color: #A199CB;
}
</style>