Shades of Wistful #A397CE
Tints of Wistful #A397CE
RGB
CMYK
RGB Variations
Color information
#A397CE (or 0xA397CE) is known color: Wistful. HEX triplet: A3, 97 and CE. RGB value is (163,151,206). Sum of RGB (Red+Green+Blue) = 163+151+206=520 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.35% from 520); Green value is 151 (59.38% from 255 or 29.04% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #A397CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A397CE is #5C6831. Grayscale: #A0A0A0. Windows color (decimal): -6055986 or 13539235. OLE color: 13539235.
HSL color Cylindrical-coordinate representation of color #A397CE: hue angle of 253.09º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A397CE is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 151 | 206 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.19 |
| HSL | 253.09º | 0.36% | 0.7% | - |
| HSV(B) | 253.09º | 0.27% | 0.81% | - |
| XYZ | 37.31 | 34.38 | 63.06 | - |
| YUV | 160.86 | 153.48 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 151 | 206 | 0.21 | 0.27 | 0 | 0.19 | 253.09 | 0.36 | 0.7 |
| Hex | A3 | 97 | CE | 15 | 1B | 0 | 13 | FD | 24 | 46 |
| Octal | 243 | 227 | 316 | 25 | 33 | 0 | 23 | 375 | 44 | 106 |
| Binary | 10100011 | 10010111 | 11001110 | 10101 | 11011 | 0 | 10011 | 11111101 | 100100 | 1000110 |
Color Harmonies of #A397CE
Complementary color
Monochromatic Colors of #A397CE
Black with #A397CE
Text Example
Text Example
White with #A397CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A397CE; }
p { color: rgb(163,151,206); }
H1.HeaderClassName
{
color: #A397CE;
}
.AnyTagClassName
{
color: #A397CE;
}
</style>
background-color css
<style>
a { background-color: #A397CE; }
a { background-color: rgb(163,151,206); }
div.DivClassName
{
background-color: #A397CE;
}
.BgClassName
{
background-color: #A397CE;
}
</style>
border-color css
<style>
span { border-color: #A397CE; }
span { border-color: rgb(163,151,206); }
td.TdClassName
{
border-color: #A397CE;
}
.TagClassName
{
border-color: #A397CE;
}
</style>