Shades of Wistful #A19CCC
Tints of Wistful #A19CCC
RGB
CMYK
RGB Variations
Color information
#A19CCC (or 0xA19CCC) is known color: Wistful. HEX triplet: A1, 9C and CC. RGB value is (161,156,204). Sum of RGB (Red+Green+Blue) = 161+156+204=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #A19CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19CCC is #5E6333. Grayscale: #A2A2A2. Windows color (decimal): -6185780 or 13409441. OLE color: 13409441.
HSL color Cylindrical-coordinate representation of color #A19CCC: hue angle of 246.25º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A19CCC is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 156 | 204 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.2 |
| HSL | 246.25º | 0.32% | 0.71% | - |
| HSV(B) | 246.25º | 0.24% | 0.8% | - |
| XYZ | 37.49 | 35.71 | 62.04 | - |
| YUV | 162.97 | 151.16 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 156 | 204 | 0.21 | 0.24 | 0 | 0.2 | 246.25 | 0.32 | 0.71 |
| Hex | A1 | 9C | CC | 15 | 18 | 0 | 14 | F6 | 20 | 47 |
| Octal | 241 | 234 | 314 | 25 | 30 | 0 | 24 | 366 | 40 | 107 |
| Binary | 10100001 | 10011100 | 11001100 | 10101 | 11000 | 0 | 10100 | 11110110 | 100000 | 1000111 |
Color Harmonies of #A19CCC
Complementary color
Monochromatic Colors of #A19CCC
Black with #A19CCC
Text Example
Text Example
White with #A19CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19CCC; }
p { color: rgb(161,156,204); }
H1.HeaderClassName
{
color: #A19CCC;
}
.AnyTagClassName
{
color: #A19CCC;
}
</style>
background-color css
<style>
a { background-color: #A19CCC; }
a { background-color: rgb(161,156,204); }
div.DivClassName
{
background-color: #A19CCC;
}
.BgClassName
{
background-color: #A19CCC;
}
</style>
border-color css
<style>
span { border-color: #A19CCC; }
span { border-color: rgb(161,156,204); }
td.TdClassName
{
border-color: #A19CCC;
}
.TagClassName
{
border-color: #A19CCC;
}
</style>