Shades of Wistful #A398DE
Tints of Wistful #A398DE
RGB
CMYK
RGB Variations
Color information
#A398DE (or 0xA398DE) is known color: Wistful. HEX triplet: A3, 98 and DE. RGB value is (163,152,222). Sum of RGB (Red+Green+Blue) = 163+152+222=537 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.35% from 537); Green value is 152 (59.77% from 255 or 28.31% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 222 - color contains mainly: blue. Hex color #A398DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A398DE is #5C6721. Grayscale: #A3A3A3. Windows color (decimal): -6055714 or 14588067. OLE color: 14588067.
HSL color Cylindrical-coordinate representation of color #A398DE: hue angle of 249.43º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A398DE is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 152 | 222 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.13 |
| HSL | 249.43º | 0.51% | 0.73% | - |
| HSV(B) | 249.43º | 0.32% | 0.87% | - |
| XYZ | 39.52 | 35.52 | 73.88 | - |
| YUV | 163.27 | 161.14 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 152 | 222 | 0.27 | 0.32 | 0 | 0.13 | 249.43 | 0.51 | 0.73 |
| Hex | A3 | 98 | DE | 1B | 20 | 0 | D | F9 | 33 | 49 |
| Octal | 243 | 230 | 336 | 33 | 40 | 0 | 15 | 371 | 63 | 111 |
| Binary | 10100011 | 10011000 | 11011110 | 11011 | 100000 | 0 | 1101 | 11111001 | 110011 | 1001001 |
Color Harmonies of #A398DE
Complementary color
Monochromatic Colors of #A398DE
Black with #A398DE
Text Example
Text Example
White with #A398DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A398DE; }
p { color: rgb(163,152,222); }
H1.HeaderClassName
{
color: #A398DE;
}
.AnyTagClassName
{
color: #A398DE;
}
</style>
background-color css
<style>
a { background-color: #A398DE; }
a { background-color: rgb(163,152,222); }
div.DivClassName
{
background-color: #A398DE;
}
.BgClassName
{
background-color: #A398DE;
}
</style>
border-color css
<style>
span { border-color: #A398DE; }
span { border-color: rgb(163,152,222); }
td.TdClassName
{
border-color: #A398DE;
}
.TagClassName
{
border-color: #A398DE;
}
</style>