Shades of Wistful #A397FB
Tints of Wistful #A397FB
RGB
CMYK
RGB Variations
Color information
#A397FB (or 0xA397FB) is known color: Wistful. HEX triplet: A3, 97 and FB. RGB value is (163,151,251). Sum of RGB (Red+Green+Blue) = 163+151+251=565 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.85% from 565); Green value is 151 (59.38% from 255 or 26.73% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #A397FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A397FB is #5C6804. Grayscale: #A5A5A5. Windows color (decimal): -6055941 or 16488355. OLE color: 16488355.
HSL color Cylindrical-coordinate representation of color #A397FB: hue angle of 247.2º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A397FB is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 151 | 251 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.02 |
| HSL | 247.2º | 0.93% | 0.79% | - |
| HSV(B) | 247.2º | 0.4% | 0.98% | - |
| XYZ | 43.58 | 36.88 | 96.09 | - |
| YUV | 165.99 | 175.98 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 151 | 251 | 0.35 | 0.40 | 0 | 0.02 | 247.2 | 0.93 | 0.79 |
| Hex | A3 | 97 | FB | 23 | 28 | 0 | 2 | F7 | 5D | 4F |
| Octal | 243 | 227 | 373 | 43 | 50 | 0 | 2 | 367 | 135 | 117 |
| Binary | 10100011 | 10010111 | 11111011 | 100011 | 101000 | 0 | 10 | 11110111 | 1011101 | 1001111 |
Color Harmonies of #A397FB
Complementary color
Monochromatic Colors of #A397FB
Black with #A397FB
Text Example
Text Example
White with #A397FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A397FB; }
p { color: rgb(163,151,251); }
H1.HeaderClassName
{
color: #A397FB;
}
.AnyTagClassName
{
color: #A397FB;
}
</style>
background-color css
<style>
a { background-color: #A397FB; }
a { background-color: rgb(163,151,251); }
div.DivClassName
{
background-color: #A397FB;
}
.BgClassName
{
background-color: #A397FB;
}
</style>
border-color css
<style>
span { border-color: #A397FB; }
span { border-color: rgb(163,151,251); }
td.TdClassName
{
border-color: #A397FB;
}
.TagClassName
{
border-color: #A397FB;
}
</style>