Shades of Wistful #A79BF5
Tints of Wistful #A79BF5
RGB
CMYK
RGB Variations
Color information
#A79BF5 (or 0xA79BF5) is known color: Wistful. HEX triplet: A7, 9B and F5. RGB value is (167,155,245). Sum of RGB (Red+Green+Blue) = 167+155+245=567 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.45% from 567); Green value is 155 (60.94% from 255 or 27.34% from 567); Blue value is 245 (96.09% from 255 or 43.21% from 567); Max value from RGB is 245 - color contains mainly: blue. Hex color #A79BF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A79BF5 is #58640A. Grayscale: #A8A8A8. Windows color (decimal): -5792779 or 16096167. OLE color: 16096167.
HSL color Cylindrical-coordinate representation of color #A79BF5: hue angle of 248º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A79BF5 is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 167 | 155 | 245 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.04 |
| HSL | 248º | 0.82% | 0.78% | - |
| HSV(B) | 248º | 0.37% | 0.96% | - |
| XYZ | 44.14 | 38.25 | 91.44 | - |
| YUV | 168.85 | 170.98 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 155 | 245 | 0.32 | 0.37 | 0 | 0.04 | 248 | 0.82 | 0.78 |
| Hex | A7 | 9B | F5 | 20 | 25 | 0 | 4 | F8 | 52 | 4E |
| Octal | 247 | 233 | 365 | 40 | 45 | 0 | 4 | 370 | 122 | 116 |
| Binary | 10100111 | 10011011 | 11110101 | 100000 | 100101 | 0 | 100 | 11111000 | 1010010 | 1001110 |
Color Harmonies of #A79BF5
Complementary color
Monochromatic Colors of #A79BF5
Black with #A79BF5
Text Example
Text Example
White with #A79BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79BF5; }
p { color: rgb(167,155,245); }
H1.HeaderClassName
{
color: #A79BF5;
}
.AnyTagClassName
{
color: #A79BF5;
}
</style>
background-color css
<style>
a { background-color: #A79BF5; }
a { background-color: rgb(167,155,245); }
div.DivClassName
{
background-color: #A79BF5;
}
.BgClassName
{
background-color: #A79BF5;
}
</style>
border-color css
<style>
span { border-color: #A79BF5; }
span { border-color: rgb(167,155,245); }
td.TdClassName
{
border-color: #A79BF5;
}
.TagClassName
{
border-color: #A79BF5;
}
</style>