Shades of Wistful #A79DDB
Tints of Wistful #A79DDB
RGB
CMYK
RGB Variations
Color information
#A79DDB (or 0xA79DDB) is known color: Wistful. HEX triplet: A7, 9D and DB. RGB value is (167,157,219). Sum of RGB (Red+Green+Blue) = 167+157+219=543 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.76% from 543); Green value is 157 (61.72% from 255 or 28.91% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #A79DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79DDB is #586224. Grayscale: #A6A6A6. Windows color (decimal): -5792293 or 14392743. OLE color: 14392743.
HSL color Cylindrical-coordinate representation of color #A79DDB: hue angle of 249.68º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A79DDB is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 157 | 219 | - |
| CMYK | 0.24 | 0.28 | 0 | 0.14 |
| HSL | 249.68º | 0.46% | 0.74% | - |
| HSV(B) | 249.68º | 0.28% | 0.86% | - |
| XYZ | 40.78 | 37.44 | 72.1 | - |
| YUV | 167.06 | 157.31 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 157 | 219 | 0.24 | 0.28 | 0 | 0.14 | 249.68 | 0.46 | 0.74 |
| Hex | A7 | 9D | DB | 18 | 1C | 0 | E | FA | 2E | 4A |
| Octal | 247 | 235 | 333 | 30 | 34 | 0 | 16 | 372 | 56 | 112 |
| Binary | 10100111 | 10011101 | 11011011 | 11000 | 11100 | 0 | 1110 | 11111010 | 101110 | 1001010 |
Color Harmonies of #A79DDB
Complementary color
Monochromatic Colors of #A79DDB
Black with #A79DDB
Text Example
Text Example
White with #A79DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79DDB; }
p { color: rgb(167,157,219); }
H1.HeaderClassName
{
color: #A79DDB;
}
.AnyTagClassName
{
color: #A79DDB;
}
</style>
background-color css
<style>
a { background-color: #A79DDB; }
a { background-color: rgb(167,157,219); }
div.DivClassName
{
background-color: #A79DDB;
}
.BgClassName
{
background-color: #A79DDB;
}
</style>
border-color css
<style>
span { border-color: #A79DDB; }
span { border-color: rgb(167,157,219); }
td.TdClassName
{
border-color: #A79DDB;
}
.TagClassName
{
border-color: #A79DDB;
}
</style>