Shades of Wistful #A79EC1
Tints of Wistful #A79EC1
RGB
CMYK
RGB Variations
Color information
#A79EC1 (or 0xA79EC1) is known color: Wistful. HEX triplet: A7, 9E and C1. RGB value is (167,158,193). Sum of RGB (Red+Green+Blue) = 167+158+193=518 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.24% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 193 - color contains mainly: blue. Hex color #A79EC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79EC1 is #58613E. Grayscale: #A4A4A4. Windows color (decimal): -5792063 or 12689063. OLE color: 12689063.
HSL color Cylindrical-coordinate representation of color #A79EC1: hue angle of 255.43º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A79EC1 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 158 | 193 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.24 |
| HSL | 255.43º | 0.22% | 0.69% | - |
| HSV(B) | 255.43º | 0.18% | 0.76% | - |
| XYZ | 37.79 | 36.52 | 55.51 | - |
| YUV | 164.68 | 143.98 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 158 | 193 | 0.13 | 0.18 | 0 | 0.24 | 255.43 | 0.22 | 0.69 |
| Hex | A7 | 9E | C1 | D | 12 | 0 | 18 | FF | 16 | 45 |
| Octal | 247 | 236 | 301 | 15 | 22 | 0 | 30 | 377 | 26 | 105 |
| Binary | 10100111 | 10011110 | 11000001 | 1101 | 10010 | 0 | 11000 | 11111111 | 10110 | 1000101 |
Color Harmonies of #A79EC1
Complementary color
Monochromatic Colors of #A79EC1
Black with #A79EC1
Text Example
Text Example
White with #A79EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79EC1; }
p { color: rgb(167,158,193); }
H1.HeaderClassName
{
color: #A79EC1;
}
.AnyTagClassName
{
color: #A79EC1;
}
</style>
background-color css
<style>
a { background-color: #A79EC1; }
a { background-color: rgb(167,158,193); }
div.DivClassName
{
background-color: #A79EC1;
}
.BgClassName
{
background-color: #A79EC1;
}
</style>
border-color css
<style>
span { border-color: #A79EC1; }
span { border-color: rgb(167,158,193); }
td.TdClassName
{
border-color: #A79EC1;
}
.TagClassName
{
border-color: #A79EC1;
}
</style>