Shades of Wistful #A79ADB
Tints of Wistful #A79ADB
RGB
CMYK
RGB Variations
Color information
#A79ADB (or 0xA79ADB) is known color: Wistful. HEX triplet: A7, 9A and DB. RGB value is (167,154,219). Sum of RGB (Red+Green+Blue) = 167+154+219=540 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.93% from 540); Green value is 154 (60.55% from 255 or 28.52% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #A79ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79ADB is #586524. Grayscale: #A5A5A5. Windows color (decimal): -5793061 or 14391975. OLE color: 14391975.
HSL color Cylindrical-coordinate representation of color #A79ADB: hue angle of 252º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A79ADB is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 154 | 219 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.14 |
| HSL | 252º | 0.47% | 0.73% | - |
| HSV(B) | 252º | 0.3% | 0.86% | - |
| XYZ | 40.28 | 36.44 | 71.93 | - |
| YUV | 165.3 | 158.31 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 154 | 219 | 0.24 | 0.30 | 0 | 0.14 | 252 | 0.47 | 0.73 |
| Hex | A7 | 9A | DB | 18 | 1E | 0 | E | FC | 2F | 49 |
| Octal | 247 | 232 | 333 | 30 | 36 | 0 | 16 | 374 | 57 | 111 |
| Binary | 10100111 | 10011010 | 11011011 | 11000 | 11110 | 0 | 1110 | 11111100 | 101111 | 1001001 |
Color Harmonies of #A79ADB
Complementary color
Monochromatic Colors of #A79ADB
Black with #A79ADB
Text Example
Text Example
White with #A79ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79ADB; }
p { color: rgb(167,154,219); }
H1.HeaderClassName
{
color: #A79ADB;
}
.AnyTagClassName
{
color: #A79ADB;
}
</style>
background-color css
<style>
a { background-color: #A79ADB; }
a { background-color: rgb(167,154,219); }
div.DivClassName
{
background-color: #A79ADB;
}
.BgClassName
{
background-color: #A79ADB;
}
</style>
border-color css
<style>
span { border-color: #A79ADB; }
span { border-color: rgb(167,154,219); }
td.TdClassName
{
border-color: #A79ADB;
}
.TagClassName
{
border-color: #A79ADB;
}
</style>