Shades of Wistful #A19CC3
Tints of Wistful #A19CC3
RGB
CMYK
RGB Variations
Color information
#A19CC3 (or 0xA19CC3) is known color: Wistful. HEX triplet: A1, 9C and C3. RGB value is (161,156,195). Sum of RGB (Red+Green+Blue) = 161+156+195=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 156 (61.33% from 255 or 30.47% from 512); Blue value is 195 (76.56% from 255 or 38.09% from 512); Max value from RGB is 195 - color contains mainly: blue. Hex color #A19CC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19CC3 is #5E633C. Grayscale: #A1A1A1. Windows color (decimal): -6185789 or 12819617. OLE color: 12819617.
HSL color Cylindrical-coordinate representation of color #A19CC3: hue angle of 247.69º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A19CC3 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 156 | 195 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.24 |
| HSL | 247.69º | 0.25% | 0.69% | - |
| HSV(B) | 247.69º | 0.2% | 0.76% | - |
| XYZ | 36.44 | 35.29 | 56.52 | - |
| YUV | 161.94 | 146.66 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 156 | 195 | 0.17 | 0.20 | 0 | 0.24 | 247.69 | 0.25 | 0.69 |
| Hex | A1 | 9C | C3 | 11 | 14 | 0 | 18 | F8 | 19 | 45 |
| Octal | 241 | 234 | 303 | 21 | 24 | 0 | 30 | 370 | 31 | 105 |
| Binary | 10100001 | 10011100 | 11000011 | 10001 | 10100 | 0 | 11000 | 11111000 | 11001 | 1000101 |
Color Harmonies of #A19CC3
Complementary color
Monochromatic Colors of #A19CC3
Black with #A19CC3
Text Example
Text Example
White with #A19CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19CC3; }
p { color: rgb(161,156,195); }
H1.HeaderClassName
{
color: #A19CC3;
}
.AnyTagClassName
{
color: #A19CC3;
}
</style>
background-color css
<style>
a { background-color: #A19CC3; }
a { background-color: rgb(161,156,195); }
div.DivClassName
{
background-color: #A19CC3;
}
.BgClassName
{
background-color: #A19CC3;
}
</style>
border-color css
<style>
span { border-color: #A19CC3; }
span { border-color: rgb(161,156,195); }
td.TdClassName
{
border-color: #A19CC3;
}
.TagClassName
{
border-color: #A19CC3;
}
</style>