Shades of Wistful #A79BF6
Tints of Wistful #A79BF6
RGB
CMYK
RGB Variations
Color information
#A79BF6 (or 0xA79BF6) is known color: Wistful. HEX triplet: A7, 9B and F6. RGB value is (167,155,246). Sum of RGB (Red+Green+Blue) = 167+155+246=568 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.40% from 568); Green value is 155 (60.94% from 255 or 27.29% from 568); Blue value is 246 (96.48% from 255 or 43.31% from 568); Max value from RGB is 246 - color contains mainly: blue. Hex color #A79BF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A79BF6 is #586409. Grayscale: #A8A8A8. Windows color (decimal): -5792778 or 16161703. OLE color: 16161703.
HSL color Cylindrical-coordinate representation of color #A79BF6: hue angle of 247.91º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A79BF6 is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 167 | 155 | 246 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.04 |
| HSL | 247.91º | 0.83% | 0.79% | - |
| HSV(B) | 247.91º | 0.37% | 0.96% | - |
| XYZ | 44.29 | 38.31 | 92.25 | - |
| YUV | 168.96 | 171.48 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 155 | 246 | 0.32 | 0.37 | 0 | 0.04 | 247.91 | 0.83 | 0.79 |
| Hex | A7 | 9B | F6 | 20 | 25 | 0 | 4 | F8 | 53 | 4F |
| Octal | 247 | 233 | 366 | 40 | 45 | 0 | 4 | 370 | 123 | 117 |
| Binary | 10100111 | 10011011 | 11110110 | 100000 | 100101 | 0 | 100 | 11111000 | 1010011 | 1001111 |
Color Harmonies of #A79BF6
Complementary color
Monochromatic Colors of #A79BF6
Black with #A79BF6
Text Example
Text Example
White with #A79BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79BF6; }
p { color: rgb(167,155,246); }
H1.HeaderClassName
{
color: #A79BF6;
}
.AnyTagClassName
{
color: #A79BF6;
}
</style>
background-color css
<style>
a { background-color: #A79BF6; }
a { background-color: rgb(167,155,246); }
div.DivClassName
{
background-color: #A79BF6;
}
.BgClassName
{
background-color: #A79BF6;
}
</style>
border-color css
<style>
span { border-color: #A79BF6; }
span { border-color: rgb(167,155,246); }
td.TdClassName
{
border-color: #A79BF6;
}
.TagClassName
{
border-color: #A79BF6;
}
</style>