Shades of Wistful #A79DE6
Tints of Wistful #A79DE6
RGB
CMYK
RGB Variations
Color information
#A79DE6 (or 0xA79DE6) is known color: Wistful. HEX triplet: A7, 9D and E6. RGB value is (167,157,230). Sum of RGB (Red+Green+Blue) = 167+157+230=554 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.14% from 554); Green value is 157 (61.72% from 255 or 28.34% from 554); Blue value is 230 (90.23% from 255 or 41.52% from 554); Max value from RGB is 230 - color contains mainly: blue. Hex color #A79DE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A79DE6 is #586219. Grayscale: #A8A8A8. Windows color (decimal): -5792282 or 15113639. OLE color: 15113639.
HSL color Cylindrical-coordinate representation of color #A79DE6: hue angle of 248.22º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A79DE6 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 167 | 157 | 230 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.10 |
| HSL | 248.22º | 0.59% | 0.76% | - |
| HSV(B) | 248.22º | 0.32% | 0.9% | - |
| XYZ | 42.28 | 38.04 | 79.98 | - |
| YUV | 168.31 | 162.81 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 157 | 230 | 0.27 | 0.32 | 0 | 0.10 | 248.22 | 0.59 | 0.76 |
| Hex | A7 | 9D | E6 | 1B | 20 | 0 | A | F8 | 3B | 4C |
| Octal | 247 | 235 | 346 | 33 | 40 | 0 | 12 | 370 | 73 | 114 |
| Binary | 10100111 | 10011101 | 11100110 | 11011 | 100000 | 0 | 1010 | 11111000 | 111011 | 1001100 |
Color Harmonies of #A79DE6
Complementary color
Monochromatic Colors of #A79DE6
Black with #A79DE6
Text Example
Text Example
White with #A79DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79DE6; }
p { color: rgb(167,157,230); }
H1.HeaderClassName
{
color: #A79DE6;
}
.AnyTagClassName
{
color: #A79DE6;
}
</style>
background-color css
<style>
a { background-color: #A79DE6; }
a { background-color: rgb(167,157,230); }
div.DivClassName
{
background-color: #A79DE6;
}
.BgClassName
{
background-color: #A79DE6;
}
</style>
border-color css
<style>
span { border-color: #A79DE6; }
span { border-color: rgb(167,157,230); }
td.TdClassName
{
border-color: #A79DE6;
}
.TagClassName
{
border-color: #A79DE6;
}
</style>