Shades of Wistful #A79CDA
Tints of Wistful #A79CDA
RGB
CMYK
RGB Variations
Color information
#A79CDA (or 0xA79CDA) is known color: Wistful. HEX triplet: A7, 9C and DA. RGB value is (167,156,218). Sum of RGB (Red+Green+Blue) = 167+156+218=541 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.87% from 541); Green value is 156 (61.33% from 255 or 28.84% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #A79CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79CDA is #586325. Grayscale: #A6A6A6. Windows color (decimal): -5792550 or 14326951. OLE color: 14326951.
HSL color Cylindrical-coordinate representation of color #A79CDA: hue angle of 250.65º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A79CDA is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 156 | 218 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.15 |
| HSL | 250.65º | 0.46% | 0.73% | - |
| HSV(B) | 250.65º | 0.28% | 0.85% | - |
| XYZ | 40.48 | 37.05 | 71.35 | - |
| YUV | 166.36 | 157.14 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 156 | 218 | 0.23 | 0.28 | 0 | 0.15 | 250.65 | 0.46 | 0.73 |
| Hex | A7 | 9C | DA | 17 | 1C | 0 | F | FB | 2E | 49 |
| Octal | 247 | 234 | 332 | 27 | 34 | 0 | 17 | 373 | 56 | 111 |
| Binary | 10100111 | 10011100 | 11011010 | 10111 | 11100 | 0 | 1111 | 11111011 | 101110 | 1001001 |
Color Harmonies of #A79CDA
Complementary color
Monochromatic Colors of #A79CDA
Black with #A79CDA
Text Example
Text Example
White with #A79CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79CDA; }
p { color: rgb(167,156,218); }
H1.HeaderClassName
{
color: #A79CDA;
}
.AnyTagClassName
{
color: #A79CDA;
}
</style>
background-color css
<style>
a { background-color: #A79CDA; }
a { background-color: rgb(167,156,218); }
div.DivClassName
{
background-color: #A79CDA;
}
.BgClassName
{
background-color: #A79CDA;
}
</style>
border-color css
<style>
span { border-color: #A79CDA; }
span { border-color: rgb(167,156,218); }
td.TdClassName
{
border-color: #A79CDA;
}
.TagClassName
{
border-color: #A79CDA;
}
</style>