Shades of Wistful #A397D5
Tints of Wistful #A397D5
RGB
CMYK
RGB Variations
Color information
#A397D5 (or 0xA397D5) is known color: Wistful. HEX triplet: A3, 97 and D5. RGB value is (163,151,213). Sum of RGB (Red+Green+Blue) = 163+151+213=527 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.93% from 527); Green value is 151 (59.38% from 255 or 28.65% from 527); Blue value is 213 (83.59% from 255 or 40.42% from 527); Max value from RGB is 213 - color contains mainly: blue. Hex color #A397D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A397D5 is #5C682A. Grayscale: #A1A1A1. Windows color (decimal): -6055979 or 13997987. OLE color: 13997987.
HSL color Cylindrical-coordinate representation of color #A397D5: hue angle of 251.61º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A397D5 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 151 | 213 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.16 |
| HSL | 251.61º | 0.42% | 0.71% | - |
| HSV(B) | 251.61º | 0.29% | 0.84% | - |
| XYZ | 38.18 | 34.72 | 67.64 | - |
| YUV | 161.66 | 156.98 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 151 | 213 | 0.23 | 0.29 | 0 | 0.16 | 251.61 | 0.42 | 0.71 |
| Hex | A3 | 97 | D5 | 17 | 1D | 0 | 10 | FC | 2A | 47 |
| Octal | 243 | 227 | 325 | 27 | 35 | 0 | 20 | 374 | 52 | 107 |
| Binary | 10100011 | 10010111 | 11010101 | 10111 | 11101 | 0 | 10000 | 11111100 | 101010 | 1000111 |
Color Harmonies of #A397D5
Complementary color
Monochromatic Colors of #A397D5
Black with #A397D5
Text Example
Text Example
White with #A397D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A397D5; }
p { color: rgb(163,151,213); }
H1.HeaderClassName
{
color: #A397D5;
}
.AnyTagClassName
{
color: #A397D5;
}
</style>
background-color css
<style>
a { background-color: #A397D5; }
a { background-color: rgb(163,151,213); }
div.DivClassName
{
background-color: #A397D5;
}
.BgClassName
{
background-color: #A397D5;
}
</style>
border-color css
<style>
span { border-color: #A397D5; }
span { border-color: rgb(163,151,213); }
td.TdClassName
{
border-color: #A397D5;
}
.TagClassName
{
border-color: #A397D5;
}
</style>