Shades of Wistful #A194CC
Tints of Wistful #A194CC
RGB
CMYK
RGB Variations
Color information
#A194CC (or 0xA194CC) is known color: Wistful. HEX triplet: A1, 94 and CC. RGB value is (161,148,204). Sum of RGB (Red+Green+Blue) = 161+148+204=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #A194CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A194CC is #5E6B33. Grayscale: #9E9E9E. Windows color (decimal): -6187828 or 13407393. OLE color: 13407393.
HSL color Cylindrical-coordinate representation of color #A194CC: hue angle of 253.93º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A194CC is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 148 | 204 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.2 |
| HSL | 253.93º | 0.35% | 0.69% | - |
| HSV(B) | 253.93º | 0.27% | 0.8% | - |
| XYZ | 36.19 | 33.12 | 61.61 | - |
| YUV | 158.27 | 153.81 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 148 | 204 | 0.21 | 0.27 | 0 | 0.2 | 253.93 | 0.35 | 0.69 |
| Hex | A1 | 94 | CC | 15 | 1B | 0 | 14 | FE | 23 | 45 |
| Octal | 241 | 224 | 314 | 25 | 33 | 0 | 24 | 376 | 43 | 105 |
| Binary | 10100001 | 10010100 | 11001100 | 10101 | 11011 | 0 | 10100 | 11111110 | 100011 | 1000101 |
Color Harmonies of #A194CC
Complementary color
Monochromatic Colors of #A194CC
Black with #A194CC
Text Example
Text Example
White with #A194CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A194CC; }
p { color: rgb(161,148,204); }
H1.HeaderClassName
{
color: #A194CC;
}
.AnyTagClassName
{
color: #A194CC;
}
</style>
background-color css
<style>
a { background-color: #A194CC; }
a { background-color: rgb(161,148,204); }
div.DivClassName
{
background-color: #A194CC;
}
.BgClassName
{
background-color: #A194CC;
}
</style>
border-color css
<style>
span { border-color: #A194CC; }
span { border-color: rgb(161,148,204); }
td.TdClassName
{
border-color: #A194CC;
}
.TagClassName
{
border-color: #A194CC;
}
</style>