Shades of Wistful #A79CEA
Tints of Wistful #A79CEA
RGB
CMYK
RGB Variations
Color information
#A79CEA (or 0xA79CEA) is known color: Wistful. HEX triplet: A7, 9C and EA. RGB value is (167,156,234). Sum of RGB (Red+Green+Blue) = 167+156+234=557 (73% of max value = 765). Red value is 167 (65.62% from 255 or 29.98% from 557); Green value is 156 (61.33% from 255 or 28.01% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: blue. Hex color #A79CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A79CEA is #586315. Grayscale: #A7A7A7. Windows color (decimal): -5792534 or 15375527. OLE color: 15375527.
HSL color Cylindrical-coordinate representation of color #A79CEA: hue angle of 248.46º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A79CEA is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 167 | 156 | 234 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.08 |
| HSL | 248.46º | 0.65% | 0.76% | - |
| HSV(B) | 248.46º | 0.33% | 0.92% | - |
| XYZ | 42.68 | 37.93 | 82.91 | - |
| YUV | 168.18 | 165.14 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 156 | 234 | 0.29 | 0.33 | 0 | 0.08 | 248.46 | 0.65 | 0.76 |
| Hex | A7 | 9C | EA | 1D | 21 | 0 | 8 | F8 | 41 | 4C |
| Octal | 247 | 234 | 352 | 35 | 41 | 0 | 10 | 370 | 101 | 114 |
| Binary | 10100111 | 10011100 | 11101010 | 11101 | 100001 | 0 | 1000 | 11111000 | 1000001 | 1001100 |
Color Harmonies of #A79CEA
Complementary color
Monochromatic Colors of #A79CEA
Black with #A79CEA
Text Example
Text Example
White with #A79CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79CEA; }
p { color: rgb(167,156,234); }
H1.HeaderClassName
{
color: #A79CEA;
}
.AnyTagClassName
{
color: #A79CEA;
}
</style>
background-color css
<style>
a { background-color: #A79CEA; }
a { background-color: rgb(167,156,234); }
div.DivClassName
{
background-color: #A79CEA;
}
.BgClassName
{
background-color: #A79CEA;
}
</style>
border-color css
<style>
span { border-color: #A79CEA; }
span { border-color: rgb(167,156,234); }
td.TdClassName
{
border-color: #A79CEA;
}
.TagClassName
{
border-color: #A79CEA;
}
</style>