Shades of Wistful #A79BF8
Tints of Wistful #A79BF8
RGB
CMYK
RGB Variations
Color information
#A79BF8 (or 0xA79BF8) is known color: Wistful. HEX triplet: A7, 9B and F8. RGB value is (167,155,248). Sum of RGB (Red+Green+Blue) = 167+155+248=570 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.30% from 570); Green value is 155 (60.94% from 255 or 27.19% from 570); Blue value is 248 (97.27% from 255 or 43.51% from 570); Max value from RGB is 248 - color contains mainly: blue. Hex color #A79BF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A79BF8 is #586407. Grayscale: #A8A8A8. Windows color (decimal): -5792776 or 16292775. OLE color: 16292775.
HSL color Cylindrical-coordinate representation of color #A79BF8: hue angle of 247.74º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A79BF8 is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 167 | 155 | 248 | - |
| CMYK | 0.33 | 0.38 | 0 | 0.03 |
| HSL | 247.74º | 0.87% | 0.79% | - |
| HSV(B) | 247.74º | 0.38% | 0.97% | - |
| XYZ | 44.6 | 38.44 | 93.88 | - |
| YUV | 169.19 | 172.48 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 155 | 248 | 0.33 | 0.38 | 0 | 0.03 | 247.74 | 0.87 | 0.79 |
| Hex | A7 | 9B | F8 | 21 | 26 | 0 | 3 | F8 | 57 | 4F |
| Octal | 247 | 233 | 370 | 41 | 46 | 0 | 3 | 370 | 127 | 117 |
| Binary | 10100111 | 10011011 | 11111000 | 100001 | 100110 | 0 | 11 | 11111000 | 1010111 | 1001111 |
Color Harmonies of #A79BF8
Complementary color
Monochromatic Colors of #A79BF8
Black with #A79BF8
Text Example
Text Example
White with #A79BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79BF8; }
p { color: rgb(167,155,248); }
H1.HeaderClassName
{
color: #A79BF8;
}
.AnyTagClassName
{
color: #A79BF8;
}
</style>
background-color css
<style>
a { background-color: #A79BF8; }
a { background-color: rgb(167,155,248); }
div.DivClassName
{
background-color: #A79BF8;
}
.BgClassName
{
background-color: #A79BF8;
}
</style>
border-color css
<style>
span { border-color: #A79BF8; }
span { border-color: rgb(167,155,248); }
td.TdClassName
{
border-color: #A79BF8;
}
.TagClassName
{
border-color: #A79BF8;
}
</style>