Shades of Wistful #A399F2
Tints of Wistful #A399F2
RGB
CMYK
RGB Variations
Color information
#A399F2 (or 0xA399F2) is known color: Wistful. HEX triplet: A3, 99 and F2. RGB value is (163,153,242). Sum of RGB (Red+Green+Blue) = 163+153+242=558 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.21% from 558); Green value is 153 (60.16% from 255 or 27.42% from 558); Blue value is 242 (94.92% from 255 or 43.37% from 558); Max value from RGB is 242 - color contains mainly: blue. Hex color #A399F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A399F2 is #5C660D. Grayscale: #A5A5A5. Windows color (decimal): -6055438 or 15899043. OLE color: 15899043.
HSL color Cylindrical-coordinate representation of color #A399F2: hue angle of 246.74º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A399F2 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 153 | 242 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.05 |
| HSL | 246.74º | 0.77% | 0.77% | - |
| HSV(B) | 246.74º | 0.37% | 0.95% | - |
| XYZ | 42.52 | 36.98 | 88.9 | - |
| YUV | 166.14 | 170.81 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 153 | 242 | 0.33 | 0.37 | 0 | 0.05 | 246.74 | 0.77 | 0.77 |
| Hex | A3 | 99 | F2 | 21 | 25 | 0 | 5 | F7 | 4D | 4D |
| Octal | 243 | 231 | 362 | 41 | 45 | 0 | 5 | 367 | 115 | 115 |
| Binary | 10100011 | 10011001 | 11110010 | 100001 | 100101 | 0 | 101 | 11110111 | 1001101 | 1001101 |
Color Harmonies of #A399F2
Complementary color
Monochromatic Colors of #A399F2
Black with #A399F2
Text Example
Text Example
White with #A399F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A399F2; }
p { color: rgb(163,153,242); }
H1.HeaderClassName
{
color: #A399F2;
}
.AnyTagClassName
{
color: #A399F2;
}
</style>
background-color css
<style>
a { background-color: #A399F2; }
a { background-color: rgb(163,153,242); }
div.DivClassName
{
background-color: #A399F2;
}
.BgClassName
{
background-color: #A399F2;
}
</style>
border-color css
<style>
span { border-color: #A399F2; }
span { border-color: rgb(163,153,242); }
td.TdClassName
{
border-color: #A399F2;
}
.TagClassName
{
border-color: #A399F2;
}
</style>