Shades of Wistful #A89CF0
Tints of Wistful #A89CF0
RGB
CMYK
RGB Variations
Color information
#A89CF0 (or 0xA89CF0) is known color: Wistful. HEX triplet: A8, 9C and F0. RGB value is (168,156,240). Sum of RGB (Red+Green+Blue) = 168+156+240=564 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.79% from 564); Green value is 156 (61.33% from 255 or 27.66% from 564); Blue value is 240 (94.14% from 255 or 42.55% from 564); Max value from RGB is 240 - color contains mainly: blue. Hex color #A89CF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A89CF0 is #57630F. Grayscale: #A8A8A8. Windows color (decimal): -5726992 or 15768744. OLE color: 15768744.
HSL color Cylindrical-coordinate representation of color #A89CF0: hue angle of 248.57º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A89CF0 is Cyan = 0.3, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 156 | 240 | - |
| CMYK | 0.3 | 0.35 | 0 | 0.06 |
| HSL | 248.57º | 0.74% | 0.78% | - |
| HSV(B) | 248.57º | 0.35% | 0.94% | - |
| XYZ | 43.77 | 38.39 | 87.54 | - |
| YUV | 169.16 | 167.98 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 156 | 240 | 0.3 | 0.35 | 0 | 0.06 | 248.57 | 0.74 | 0.78 |
| Hex | A8 | 9C | F0 | 1E | 23 | 0 | 6 | F9 | 4A | 4E |
| Octal | 250 | 234 | 360 | 36 | 43 | 0 | 6 | 371 | 112 | 116 |
| Binary | 10101000 | 10011100 | 11110000 | 11110 | 100011 | 0 | 110 | 11111001 | 1001010 | 1001110 |
Color Harmonies of #A89CF0
Complementary color
Monochromatic Colors of #A89CF0
Black with #A89CF0
Text Example
Text Example
White with #A89CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89CF0; }
p { color: rgb(168,156,240); }
H1.HeaderClassName
{
color: #A89CF0;
}
.AnyTagClassName
{
color: #A89CF0;
}
</style>
background-color css
<style>
a { background-color: #A89CF0; }
a { background-color: rgb(168,156,240); }
div.DivClassName
{
background-color: #A89CF0;
}
.BgClassName
{
background-color: #A89CF0;
}
</style>
border-color css
<style>
span { border-color: #A89CF0; }
span { border-color: rgb(168,156,240); }
td.TdClassName
{
border-color: #A89CF0;
}
.TagClassName
{
border-color: #A89CF0;
}
</style>