Shades of Wistful #A397FC
Tints of Wistful #A397FC
RGB
CMYK
RGB Variations
Color information
#A397FC (or 0xA397FC) is known color: Wistful. HEX triplet: A3, 97 and FC. RGB value is (163,151,252). Sum of RGB (Red+Green+Blue) = 163+151+252=566 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.80% from 566); Green value is 151 (59.38% from 255 or 26.68% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #A397FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A397FC is #5C6803. Grayscale: #A5A5A5. Windows color (decimal): -6055940 or 16553891. OLE color: 16553891.
HSL color Cylindrical-coordinate representation of color #A397FC: hue angle of 247.13º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A397FC is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 151 | 252 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.01 |
| HSL | 247.13º | 0.94% | 0.79% | - |
| HSV(B) | 247.13º | 0.4% | 0.99% | - |
| XYZ | 43.74 | 36.95 | 96.92 | - |
| YUV | 166.1 | 176.48 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 151 | 252 | 0.35 | 0.40 | 0 | 0.01 | 247.13 | 0.94 | 0.79 |
| Hex | A3 | 97 | FC | 23 | 28 | 0 | 1 | F7 | 5E | 4F |
| Octal | 243 | 227 | 374 | 43 | 50 | 0 | 1 | 367 | 136 | 117 |
| Binary | 10100011 | 10010111 | 11111100 | 100011 | 101000 | 0 | 1 | 11110111 | 1011110 | 1001111 |
Color Harmonies of #A397FC
Complementary color
Monochromatic Colors of #A397FC
Black with #A397FC
Text Example
Text Example
White with #A397FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A397FC; }
p { color: rgb(163,151,252); }
H1.HeaderClassName
{
color: #A397FC;
}
.AnyTagClassName
{
color: #A397FC;
}
</style>
background-color css
<style>
a { background-color: #A397FC; }
a { background-color: rgb(163,151,252); }
div.DivClassName
{
background-color: #A397FC;
}
.BgClassName
{
background-color: #A397FC;
}
</style>
border-color css
<style>
span { border-color: #A397FC; }
span { border-color: rgb(163,151,252); }
td.TdClassName
{
border-color: #A397FC;
}
.TagClassName
{
border-color: #A397FC;
}
</style>