Shades of Wistful #A79FDC
Tints of Wistful #A79FDC
RGB
CMYK
RGB Variations
Color information
#A79FDC (or 0xA79FDC) is known color: Wistful. HEX triplet: A7, 9F and DC. RGB value is (167,159,220). Sum of RGB (Red+Green+Blue) = 167+159+220=546 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.59% from 546); Green value is 159 (62.5% from 255 or 29.12% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #A79FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79FDC is #586023. Grayscale: #A8A8A8. Windows color (decimal): -5791780 or 14458791. OLE color: 14458791.
HSL color Cylindrical-coordinate representation of color #A79FDC: hue angle of 247.87º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A79FDC is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 159 | 220 | - |
| CMYK | 0.24 | 0.28 | 0 | 0.14 |
| HSL | 247.87º | 0.47% | 0.74% | - |
| HSV(B) | 247.87º | 0.28% | 0.86% | - |
| XYZ | 41.25 | 38.18 | 72.91 | - |
| YUV | 168.35 | 157.15 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 159 | 220 | 0.24 | 0.28 | 0 | 0.14 | 247.87 | 0.47 | 0.74 |
| Hex | A7 | 9F | DC | 18 | 1C | 0 | E | F8 | 2F | 4A |
| Octal | 247 | 237 | 334 | 30 | 34 | 0 | 16 | 370 | 57 | 112 |
| Binary | 10100111 | 10011111 | 11011100 | 11000 | 11100 | 0 | 1110 | 11111000 | 101111 | 1001010 |
Color Harmonies of #A79FDC
Complementary color
Monochromatic Colors of #A79FDC
Black with #A79FDC
Text Example
Text Example
White with #A79FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79FDC; }
p { color: rgb(167,159,220); }
H1.HeaderClassName
{
color: #A79FDC;
}
.AnyTagClassName
{
color: #A79FDC;
}
</style>
background-color css
<style>
a { background-color: #A79FDC; }
a { background-color: rgb(167,159,220); }
div.DivClassName
{
background-color: #A79FDC;
}
.BgClassName
{
background-color: #A79FDC;
}
</style>
border-color css
<style>
span { border-color: #A79FDC; }
span { border-color: rgb(167,159,220); }
td.TdClassName
{
border-color: #A79FDC;
}
.TagClassName
{
border-color: #A79FDC;
}
</style>