Shades of Wistful #A79DEB
Tints of Wistful #A79DEB
RGB
CMYK
RGB Variations
Color information
#A79DEB (or 0xA79DEB) is known color: Wistful. HEX triplet: A7, 9D and EB. RGB value is (167,157,235). Sum of RGB (Red+Green+Blue) = 167+157+235=559 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.87% from 559); Green value is 157 (61.72% from 255 or 28.09% from 559); Blue value is 235 (92.19% from 255 or 42.04% from 559); Max value from RGB is 235 - color contains mainly: blue. Hex color #A79DEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A79DEB is #586214. Grayscale: #A8A8A8. Windows color (decimal): -5792277 or 15441319. OLE color: 15441319.
HSL color Cylindrical-coordinate representation of color #A79DEB: hue angle of 247.69º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A79DEB is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 167 | 157 | 235 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.08 |
| HSL | 247.69º | 0.66% | 0.77% | - |
| HSV(B) | 247.69º | 0.33% | 0.92% | - |
| XYZ | 42.99 | 38.33 | 83.73 | - |
| YUV | 168.88 | 165.31 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 157 | 235 | 0.29 | 0.33 | 0 | 0.08 | 247.69 | 0.66 | 0.77 |
| Hex | A7 | 9D | EB | 1D | 21 | 0 | 8 | F8 | 42 | 4D |
| Octal | 247 | 235 | 353 | 35 | 41 | 0 | 10 | 370 | 102 | 115 |
| Binary | 10100111 | 10011101 | 11101011 | 11101 | 100001 | 0 | 1000 | 11111000 | 1000010 | 1001101 |
Color Harmonies of #A79DEB
Complementary color
Monochromatic Colors of #A79DEB
Black with #A79DEB
Text Example
Text Example
White with #A79DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79DEB; }
p { color: rgb(167,157,235); }
H1.HeaderClassName
{
color: #A79DEB;
}
.AnyTagClassName
{
color: #A79DEB;
}
</style>
background-color css
<style>
a { background-color: #A79DEB; }
a { background-color: rgb(167,157,235); }
div.DivClassName
{
background-color: #A79DEB;
}
.BgClassName
{
background-color: #A79DEB;
}
</style>
border-color css
<style>
span { border-color: #A79DEB; }
span { border-color: rgb(167,157,235); }
td.TdClassName
{
border-color: #A79DEB;
}
.TagClassName
{
border-color: #A79DEB;
}
</style>