Shades of Wistful #A89FF2
Tints of Wistful #A89FF2
RGB
CMYK
RGB Variations
Color information
#A89FF2 (or 0xA89FF2) is known color: Wistful. HEX triplet: A8, 9F and F2. RGB value is (168,159,242). Sum of RGB (Red+Green+Blue) = 168+159+242=569 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.53% from 569); Green value is 159 (62.5% from 255 or 27.94% from 569); Blue value is 242 (94.92% from 255 or 42.53% from 569); Max value from RGB is 242 - color contains mainly: blue. Hex color #A89FF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A89FF2 is #57600D. Grayscale: #AAAAAA. Windows color (decimal): -5726222 or 15900584. OLE color: 15900584.
HSL color Cylindrical-coordinate representation of color #A89FF2: hue angle of 246.51º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A89FF2 is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 159 | 242 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.05 |
| HSL | 246.51º | 0.76% | 0.79% | - |
| HSV(B) | 246.51º | 0.34% | 0.95% | - |
| XYZ | 44.57 | 39.53 | 89.29 | - |
| YUV | 171.15 | 167.98 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 159 | 242 | 0.31 | 0.34 | 0 | 0.05 | 246.51 | 0.76 | 0.79 |
| Hex | A8 | 9F | F2 | 1F | 22 | 0 | 5 | F7 | 4C | 4F |
| Octal | 250 | 237 | 362 | 37 | 42 | 0 | 5 | 367 | 114 | 117 |
| Binary | 10101000 | 10011111 | 11110010 | 11111 | 100010 | 0 | 101 | 11110111 | 1001100 | 1001111 |
Color Harmonies of #A89FF2
Complementary color
Monochromatic Colors of #A89FF2
Black with #A89FF2
Text Example
Text Example
White with #A89FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89FF2; }
p { color: rgb(168,159,242); }
H1.HeaderClassName
{
color: #A89FF2;
}
.AnyTagClassName
{
color: #A89FF2;
}
</style>
background-color css
<style>
a { background-color: #A89FF2; }
a { background-color: rgb(168,159,242); }
div.DivClassName
{
background-color: #A89FF2;
}
.BgClassName
{
background-color: #A89FF2;
}
</style>
border-color css
<style>
span { border-color: #A89FF2; }
span { border-color: rgb(168,159,242); }
td.TdClassName
{
border-color: #A89FF2;
}
.TagClassName
{
border-color: #A89FF2;
}
</style>