Shades of Wistful #A398D5
Tints of Wistful #A398D5
RGB
CMYK
RGB Variations
Color information
#A398D5 (or 0xA398D5) is known color: Wistful. HEX triplet: A3, 98 and D5. RGB value is (163,152,213). Sum of RGB (Red+Green+Blue) = 163+152+213=528 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.87% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 213 (83.59% from 255 or 40.34% from 528); Max value from RGB is 213 - color contains mainly: blue. Hex color #A398D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A398D5 is #5C672A. Grayscale: #A2A2A2. Windows color (decimal): -6055723 or 13998243. OLE color: 13998243.
HSL color Cylindrical-coordinate representation of color #A398D5: hue angle of 250.82º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A398D5 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 152 | 213 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.16 |
| HSL | 250.82º | 0.42% | 0.72% | - |
| HSV(B) | 250.82º | 0.29% | 0.84% | - |
| XYZ | 38.34 | 35.05 | 67.69 | - |
| YUV | 162.24 | 156.64 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 152 | 213 | 0.23 | 0.29 | 0 | 0.16 | 250.82 | 0.42 | 0.72 |
| Hex | A3 | 98 | D5 | 17 | 1D | 0 | 10 | FB | 2A | 48 |
| Octal | 243 | 230 | 325 | 27 | 35 | 0 | 20 | 373 | 52 | 110 |
| Binary | 10100011 | 10011000 | 11010101 | 10111 | 11101 | 0 | 10000 | 11111011 | 101010 | 1001000 |
Color Harmonies of #A398D5
Complementary color
Monochromatic Colors of #A398D5
Black with #A398D5
Text Example
Text Example
White with #A398D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A398D5; }
p { color: rgb(163,152,213); }
H1.HeaderClassName
{
color: #A398D5;
}
.AnyTagClassName
{
color: #A398D5;
}
</style>
background-color css
<style>
a { background-color: #A398D5; }
a { background-color: rgb(163,152,213); }
div.DivClassName
{
background-color: #A398D5;
}
.BgClassName
{
background-color: #A398D5;
}
</style>
border-color css
<style>
span { border-color: #A398D5; }
span { border-color: rgb(163,152,213); }
td.TdClassName
{
border-color: #A398D5;
}
.TagClassName
{
border-color: #A398D5;
}
</style>