Shades of Wistful #A19FCC
Tints of Wistful #A19FCC
RGB
CMYK
RGB Variations
Color information
#A19FCC (or 0xA19FCC) is known color: Wistful. HEX triplet: A1, 9F and CC. RGB value is (161,159,204). Sum of RGB (Red+Green+Blue) = 161+159+204=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 204 - color contains mainly: blue. Hex color #A19FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19FCC is #5E6033. Grayscale: #A4A4A4. Windows color (decimal): -6185012 or 13410209. OLE color: 13410209.
HSL color Cylindrical-coordinate representation of color #A19FCC: hue angle of 242.67º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A19FCC is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 159 | 204 | - |
| CMYK | 0.21 | 0.22 | 0 | 0.2 |
| HSL | 242.67º | 0.31% | 0.71% | - |
| HSV(B) | 242.67º | 0.22% | 0.8% | - |
| XYZ | 38 | 36.73 | 62.21 | - |
| YUV | 164.73 | 150.16 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 159 | 204 | 0.21 | 0.22 | 0 | 0.2 | 242.67 | 0.31 | 0.71 |
| Hex | A1 | 9F | CC | 15 | 16 | 0 | 14 | F3 | 1F | 47 |
| Octal | 241 | 237 | 314 | 25 | 26 | 0 | 24 | 363 | 37 | 107 |
| Binary | 10100001 | 10011111 | 11001100 | 10101 | 10110 | 0 | 10100 | 11110011 | 11111 | 1000111 |
Color Harmonies of #A19FCC
Complementary color
Monochromatic Colors of #A19FCC
Black with #A19FCC
Text Example
Text Example
White with #A19FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19FCC; }
p { color: rgb(161,159,204); }
H1.HeaderClassName
{
color: #A19FCC;
}
.AnyTagClassName
{
color: #A19FCC;
}
</style>
background-color css
<style>
a { background-color: #A19FCC; }
a { background-color: rgb(161,159,204); }
div.DivClassName
{
background-color: #A19FCC;
}
.BgClassName
{
background-color: #A19FCC;
}
</style>
border-color css
<style>
span { border-color: #A19FCC; }
span { border-color: rgb(161,159,204); }
td.TdClassName
{
border-color: #A19FCC;
}
.TagClassName
{
border-color: #A19FCC;
}
</style>