Shades of Wistful #A398DF
Tints of Wistful #A398DF
RGB
CMYK
RGB Variations
Color information
#A398DF (or 0xA398DF) is known color: Wistful. HEX triplet: A3, 98 and DF. RGB value is (163,152,223). Sum of RGB (Red+Green+Blue) = 163+152+223=538 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.30% from 538); Green value is 152 (59.77% from 255 or 28.25% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #A398DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A398DF is #5C6720. Grayscale: #A3A3A3. Windows color (decimal): -6055713 or 14653603. OLE color: 14653603.
HSL color Cylindrical-coordinate representation of color #A398DF: hue angle of 249.3º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A398DF is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 152 | 223 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.13 |
| HSL | 249.3º | 0.53% | 0.74% | - |
| HSV(B) | 249.3º | 0.32% | 0.87% | - |
| XYZ | 39.65 | 35.57 | 74.59 | - |
| YUV | 163.38 | 161.64 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 152 | 223 | 0.27 | 0.32 | 0 | 0.13 | 249.3 | 0.53 | 0.74 |
| Hex | A3 | 98 | DF | 1B | 20 | 0 | D | F9 | 35 | 4A |
| Octal | 243 | 230 | 337 | 33 | 40 | 0 | 15 | 371 | 65 | 112 |
| Binary | 10100011 | 10011000 | 11011111 | 11011 | 100000 | 0 | 1101 | 11111001 | 110101 | 1001010 |
Color Harmonies of #A398DF
Complementary color
Monochromatic Colors of #A398DF
Black with #A398DF
Text Example
Text Example
White with #A398DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A398DF; }
p { color: rgb(163,152,223); }
H1.HeaderClassName
{
color: #A398DF;
}
.AnyTagClassName
{
color: #A398DF;
}
</style>
background-color css
<style>
a { background-color: #A398DF; }
a { background-color: rgb(163,152,223); }
div.DivClassName
{
background-color: #A398DF;
}
.BgClassName
{
background-color: #A398DF;
}
</style>
border-color css
<style>
span { border-color: #A398DF; }
span { border-color: rgb(163,152,223); }
td.TdClassName
{
border-color: #A398DF;
}
.TagClassName
{
border-color: #A398DF;
}
</style>