Shades of Wistful #A199DF
Tints of Wistful #A199DF
RGB
CMYK
RGB Variations
Color information
#A199DF (or 0xA199DF) is known color: Wistful. HEX triplet: A1, 99 and DF. RGB value is (161,153,223). Sum of RGB (Red+Green+Blue) = 161+153+223=537 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.98% from 537); Green value is 153 (60.16% from 255 or 28.49% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #A199DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A199DF is #5E6620. Grayscale: #A3A3A3. Windows color (decimal): -6186529 or 14653857. OLE color: 14653857.
HSL color Cylindrical-coordinate representation of color #A199DF: hue angle of 246.86º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A199DF is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 153 | 223 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.13 |
| HSL | 246.86º | 0.52% | 0.74% | - |
| HSV(B) | 246.86º | 0.31% | 0.87% | - |
| XYZ | 39.41 | 35.69 | 74.62 | - |
| YUV | 163.37 | 161.65 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 153 | 223 | 0.28 | 0.31 | 0 | 0.13 | 246.86 | 0.52 | 0.74 |
| Hex | A1 | 99 | DF | 1C | 1F | 0 | D | F7 | 34 | 4A |
| Octal | 241 | 231 | 337 | 34 | 37 | 0 | 15 | 367 | 64 | 112 |
| Binary | 10100001 | 10011001 | 11011111 | 11100 | 11111 | 0 | 1101 | 11110111 | 110100 | 1001010 |
Color Harmonies of #A199DF
Complementary color
Monochromatic Colors of #A199DF
Black with #A199DF
Text Example
Text Example
White with #A199DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A199DF; }
p { color: rgb(161,153,223); }
H1.HeaderClassName
{
color: #A199DF;
}
.AnyTagClassName
{
color: #A199DF;
}
</style>
background-color css
<style>
a { background-color: #A199DF; }
a { background-color: rgb(161,153,223); }
div.DivClassName
{
background-color: #A199DF;
}
.BgClassName
{
background-color: #A199DF;
}
</style>
border-color css
<style>
span { border-color: #A199DF; }
span { border-color: rgb(161,153,223); }
td.TdClassName
{
border-color: #A199DF;
}
.TagClassName
{
border-color: #A199DF;
}
</style>