Shades of Wistful #A79CDF
Tints of Wistful #A79CDF
RGB
CMYK
RGB Variations
Color information
#A79CDF (or 0xA79CDF) is known color: Wistful. HEX triplet: A7, 9C and DF. RGB value is (167,156,223). Sum of RGB (Red+Green+Blue) = 167+156+223=546 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.59% from 546); Green value is 156 (61.33% from 255 or 28.57% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #A79CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79CDF is #586320. Grayscale: #A6A6A6. Windows color (decimal): -5792545 or 14654631. OLE color: 14654631.
HSL color Cylindrical-coordinate representation of color #A79CDF: hue angle of 249.85º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A79CDF is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 156 | 223 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.13 |
| HSL | 249.85º | 0.51% | 0.74% | - |
| HSV(B) | 249.85º | 0.3% | 0.87% | - |
| XYZ | 41.14 | 37.32 | 74.85 | - |
| YUV | 166.93 | 159.64 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 156 | 223 | 0.25 | 0.30 | 0 | 0.13 | 249.85 | 0.51 | 0.74 |
| Hex | A7 | 9C | DF | 19 | 1E | 0 | D | FA | 33 | 4A |
| Octal | 247 | 234 | 337 | 31 | 36 | 0 | 15 | 372 | 63 | 112 |
| Binary | 10100111 | 10011100 | 11011111 | 11001 | 11110 | 0 | 1101 | 11111010 | 110011 | 1001010 |
Color Harmonies of #A79CDF
Complementary color
Monochromatic Colors of #A79CDF
Black with #A79CDF
Text Example
Text Example
White with #A79CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79CDF; }
p { color: rgb(167,156,223); }
H1.HeaderClassName
{
color: #A79CDF;
}
.AnyTagClassName
{
color: #A79CDF;
}
</style>
background-color css
<style>
a { background-color: #A79CDF; }
a { background-color: rgb(167,156,223); }
div.DivClassName
{
background-color: #A79CDF;
}
.BgClassName
{
background-color: #A79CDF;
}
</style>
border-color css
<style>
span { border-color: #A79CDF; }
span { border-color: rgb(167,156,223); }
td.TdClassName
{
border-color: #A79CDF;
}
.TagClassName
{
border-color: #A79CDF;
}
</style>