Shades of Wistful #A398C7
Tints of Wistful #A398C7
RGB
CMYK
RGB Variations
Color information
#A398C7 (or 0xA398C7) is known color: Wistful. HEX triplet: A3, 98 and C7. RGB value is (163,152,199). Sum of RGB (Red+Green+Blue) = 163+152+199=514 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.71% from 514); Green value is 152 (59.77% from 255 or 29.57% from 514); Blue value is 199 (78.12% from 255 or 38.72% from 514); Max value from RGB is 199 - color contains mainly: blue. Hex color #A398C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A398C7 is #5C6738. Grayscale: #A0A0A0. Windows color (decimal): -6055737 or 13080739. OLE color: 13080739.
HSL color Cylindrical-coordinate representation of color #A398C7: hue angle of 254.04º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A398C7 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 152 | 199 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.22 |
| HSL | 254.04º | 0.3% | 0.69% | - |
| HSV(B) | 254.04º | 0.24% | 0.78% | - |
| XYZ | 36.64 | 34.37 | 58.74 | - |
| YUV | 160.65 | 149.64 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 152 | 199 | 0.18 | 0.24 | 0 | 0.22 | 254.04 | 0.3 | 0.69 |
| Hex | A3 | 98 | C7 | 12 | 18 | 0 | 16 | FE | 1E | 45 |
| Octal | 243 | 230 | 307 | 22 | 30 | 0 | 26 | 376 | 36 | 105 |
| Binary | 10100011 | 10011000 | 11000111 | 10010 | 11000 | 0 | 10110 | 11111110 | 11110 | 1000101 |
Color Harmonies of #A398C7
Complementary color
Monochromatic Colors of #A398C7
Black with #A398C7
Text Example
Text Example
White with #A398C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A398C7; }
p { color: rgb(163,152,199); }
H1.HeaderClassName
{
color: #A398C7;
}
.AnyTagClassName
{
color: #A398C7;
}
</style>
background-color css
<style>
a { background-color: #A398C7; }
a { background-color: rgb(163,152,199); }
div.DivClassName
{
background-color: #A398C7;
}
.BgClassName
{
background-color: #A398C7;
}
</style>
border-color css
<style>
span { border-color: #A398C7; }
span { border-color: rgb(163,152,199); }
td.TdClassName
{
border-color: #A398C7;
}
.TagClassName
{
border-color: #A398C7;
}
</style>