Shades of Wistful #A79CED
Tints of Wistful #A79CED
RGB
CMYK
RGB Variations
Color information
#A79CED (or 0xA79CED) is known color: Wistful. HEX triplet: A7, 9C and ED. RGB value is (167,156,237). Sum of RGB (Red+Green+Blue) = 167+156+237=560 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.82% from 560); Green value is 156 (61.33% from 255 or 27.86% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #A79CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A79CED is #586312. Grayscale: #A8A8A8. Windows color (decimal): -5792531 or 15572135. OLE color: 15572135.
HSL color Cylindrical-coordinate representation of color #A79CED: hue angle of 248.15º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A79CED is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 156 | 237 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.07 |
| HSL | 248.15º | 0.69% | 0.77% | - |
| HSV(B) | 248.15º | 0.34% | 0.93% | - |
| XYZ | 43.11 | 38.11 | 85.2 | - |
| YUV | 168.52 | 166.64 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 156 | 237 | 0.30 | 0.34 | 0 | 0.07 | 248.15 | 0.69 | 0.77 |
| Hex | A7 | 9C | ED | 1E | 22 | 0 | 7 | F8 | 45 | 4D |
| Octal | 247 | 234 | 355 | 36 | 42 | 0 | 7 | 370 | 105 | 115 |
| Binary | 10100111 | 10011100 | 11101101 | 11110 | 100010 | 0 | 111 | 11111000 | 1000101 | 1001101 |
Color Harmonies of #A79CED
Complementary color
Monochromatic Colors of #A79CED
Black with #A79CED
Text Example
Text Example
White with #A79CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79CED; }
p { color: rgb(167,156,237); }
H1.HeaderClassName
{
color: #A79CED;
}
.AnyTagClassName
{
color: #A79CED;
}
</style>
background-color css
<style>
a { background-color: #A79CED; }
a { background-color: rgb(167,156,237); }
div.DivClassName
{
background-color: #A79CED;
}
.BgClassName
{
background-color: #A79CED;
}
</style>
border-color css
<style>
span { border-color: #A79CED; }
span { border-color: rgb(167,156,237); }
td.TdClassName
{
border-color: #A79CED;
}
.TagClassName
{
border-color: #A79CED;
}
</style>