Shades of Wistful #A399F7
Tints of Wistful #A399F7
RGB
CMYK
RGB Variations
Color information
#A399F7 (or 0xA399F7) is known color: Wistful. HEX triplet: A3, 99 and F7. RGB value is (163,153,247). Sum of RGB (Red+Green+Blue) = 163+153+247=563 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.95% from 563); Green value is 153 (60.16% from 255 or 27.18% from 563); Blue value is 247 (96.88% from 255 or 43.87% from 563); Max value from RGB is 247 - color contains mainly: blue. Hex color #A399F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A399F7 is #5C6608. Grayscale: #A6A6A6. Windows color (decimal): -6055433 or 16226723. OLE color: 16226723.
HSL color Cylindrical-coordinate representation of color #A399F7: hue angle of 246.38º degrees, saturation: 0.85, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A399F7 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 163 | 153 | 247 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.03 |
| HSL | 246.38º | 0.85% | 0.78% | - |
| HSV(B) | 246.38º | 0.38% | 0.97% | - |
| XYZ | 43.28 | 37.28 | 92.91 | - |
| YUV | 166.71 | 173.31 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 153 | 247 | 0.34 | 0.38 | 0 | 0.03 | 246.38 | 0.85 | 0.78 |
| Hex | A3 | 99 | F7 | 22 | 26 | 0 | 3 | F6 | 55 | 4E |
| Octal | 243 | 231 | 367 | 42 | 46 | 0 | 3 | 366 | 125 | 116 |
| Binary | 10100011 | 10011001 | 11110111 | 100010 | 100110 | 0 | 11 | 11110110 | 1010101 | 1001110 |
Color Harmonies of #A399F7
Complementary color
Monochromatic Colors of #A399F7
Black with #A399F7
Text Example
Text Example
White with #A399F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A399F7; }
p { color: rgb(163,153,247); }
H1.HeaderClassName
{
color: #A399F7;
}
.AnyTagClassName
{
color: #A399F7;
}
</style>
background-color css
<style>
a { background-color: #A399F7; }
a { background-color: rgb(163,153,247); }
div.DivClassName
{
background-color: #A399F7;
}
.BgClassName
{
background-color: #A399F7;
}
</style>
border-color css
<style>
span { border-color: #A399F7; }
span { border-color: rgb(163,153,247); }
td.TdClassName
{
border-color: #A399F7;
}
.TagClassName
{
border-color: #A399F7;
}
</style>