Shades of Wistful #A398DC
Tints of Wistful #A398DC
RGB
CMYK
RGB Variations
Color information
#A398DC (or 0xA398DC) is known color: Wistful. HEX triplet: A3, 98 and DC. RGB value is (163,152,220). Sum of RGB (Red+Green+Blue) = 163+152+220=535 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.47% from 535); Green value is 152 (59.77% from 255 or 28.41% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #A398DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A398DC is #5C6723. Grayscale: #A2A2A2. Windows color (decimal): -6055716 or 14456995. OLE color: 14456995.
HSL color Cylindrical-coordinate representation of color #A398DC: hue angle of 249.71º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A398DC is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 152 | 220 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.14 |
| HSL | 249.71º | 0.49% | 0.73% | - |
| HSV(B) | 249.71º | 0.31% | 0.86% | - |
| XYZ | 39.25 | 35.41 | 72.48 | - |
| YUV | 163.04 | 160.14 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 152 | 220 | 0.26 | 0.31 | 0 | 0.14 | 249.71 | 0.49 | 0.73 |
| Hex | A3 | 98 | DC | 1A | 1F | 0 | E | FA | 31 | 49 |
| Octal | 243 | 230 | 334 | 32 | 37 | 0 | 16 | 372 | 61 | 111 |
| Binary | 10100011 | 10011000 | 11011100 | 11010 | 11111 | 0 | 1110 | 11111010 | 110001 | 1001001 |
Color Harmonies of #A398DC
Complementary color
Monochromatic Colors of #A398DC
Black with #A398DC
Text Example
Text Example
White with #A398DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A398DC; }
p { color: rgb(163,152,220); }
H1.HeaderClassName
{
color: #A398DC;
}
.AnyTagClassName
{
color: #A398DC;
}
</style>
background-color css
<style>
a { background-color: #A398DC; }
a { background-color: rgb(163,152,220); }
div.DivClassName
{
background-color: #A398DC;
}
.BgClassName
{
background-color: #A398DC;
}
</style>
border-color css
<style>
span { border-color: #A398DC; }
span { border-color: rgb(163,152,220); }
td.TdClassName
{
border-color: #A398DC;
}
.TagClassName
{
border-color: #A398DC;
}
</style>