Shades of Wistful #A398C6
Tints of Wistful #A398C6
RGB
CMYK
RGB Variations
Color information
#A398C6 (or 0xA398C6) is known color: Wistful. HEX triplet: A3, 98 and C6. RGB value is (163,152,198). Sum of RGB (Red+Green+Blue) = 163+152+198=513 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.77% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 198 (77.73% from 255 or 38.60% from 513); Max value from RGB is 198 - color contains mainly: blue. Hex color #A398C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A398C6 is #5C6739. Grayscale: #A0A0A0. Windows color (decimal): -6055738 or 13015203. OLE color: 13015203.
HSL color Cylindrical-coordinate representation of color #A398C6: hue angle of 254.35º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A398C6 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 152 | 198 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.22 |
| HSL | 254.35º | 0.29% | 0.69% | - |
| HSV(B) | 254.35º | 0.23% | 0.78% | - |
| XYZ | 36.53 | 34.32 | 58.13 | - |
| YUV | 160.53 | 149.14 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 152 | 198 | 0.18 | 0.23 | 0 | 0.22 | 254.35 | 0.29 | 0.69 |
| Hex | A3 | 98 | C6 | 12 | 17 | 0 | 16 | FE | 1D | 45 |
| Octal | 243 | 230 | 306 | 22 | 27 | 0 | 26 | 376 | 35 | 105 |
| Binary | 10100011 | 10011000 | 11000110 | 10010 | 10111 | 0 | 10110 | 11111110 | 11101 | 1000101 |
Color Harmonies of #A398C6
Complementary color
Monochromatic Colors of #A398C6
Black with #A398C6
Text Example
Text Example
White with #A398C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A398C6; }
p { color: rgb(163,152,198); }
H1.HeaderClassName
{
color: #A398C6;
}
.AnyTagClassName
{
color: #A398C6;
}
</style>
background-color css
<style>
a { background-color: #A398C6; }
a { background-color: rgb(163,152,198); }
div.DivClassName
{
background-color: #A398C6;
}
.BgClassName
{
background-color: #A398C6;
}
</style>
border-color css
<style>
span { border-color: #A398C6; }
span { border-color: rgb(163,152,198); }
td.TdClassName
{
border-color: #A398C6;
}
.TagClassName
{
border-color: #A398C6;
}
</style>