Shades of Wistful #A79BD5
Tints of Wistful #A79BD5
RGB
CMYK
RGB Variations
Color information
#A79BD5 (or 0xA79BD5) is known color: Wistful. HEX triplet: A7, 9B and D5. RGB value is (167,155,213). Sum of RGB (Red+Green+Blue) = 167+155+213=535 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.21% from 535); Green value is 155 (60.94% from 255 or 28.97% from 535); Blue value is 213 (83.59% from 255 or 39.81% from 535); Max value from RGB is 213 - color contains mainly: blue. Hex color #A79BD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79BD5 is #58642A. Grayscale: #A4A4A4. Windows color (decimal): -5792811 or 13999015. OLE color: 13999015.
HSL color Cylindrical-coordinate representation of color #A79BD5: hue angle of 252.41º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A79BD5 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 155 | 213 | - |
| CMYK | 0.22 | 0.27 | 0 | 0.16 |
| HSL | 252.41º | 0.41% | 0.72% | - |
| HSV(B) | 252.41º | 0.27% | 0.84% | - |
| XYZ | 39.67 | 36.46 | 67.9 | - |
| YUV | 165.2 | 154.98 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 155 | 213 | 0.22 | 0.27 | 0 | 0.16 | 252.41 | 0.41 | 0.72 |
| Hex | A7 | 9B | D5 | 16 | 1B | 0 | 10 | FC | 29 | 48 |
| Octal | 247 | 233 | 325 | 26 | 33 | 0 | 20 | 374 | 51 | 110 |
| Binary | 10100111 | 10011011 | 11010101 | 10110 | 11011 | 0 | 10000 | 11111100 | 101001 | 1001000 |
Color Harmonies of #A79BD5
Complementary color
Monochromatic Colors of #A79BD5
Black with #A79BD5
Text Example
Text Example
White with #A79BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79BD5; }
p { color: rgb(167,155,213); }
H1.HeaderClassName
{
color: #A79BD5;
}
.AnyTagClassName
{
color: #A79BD5;
}
</style>
background-color css
<style>
a { background-color: #A79BD5; }
a { background-color: rgb(167,155,213); }
div.DivClassName
{
background-color: #A79BD5;
}
.BgClassName
{
background-color: #A79BD5;
}
</style>
border-color css
<style>
span { border-color: #A79BD5; }
span { border-color: rgb(167,155,213); }
td.TdClassName
{
border-color: #A79BD5;
}
.TagClassName
{
border-color: #A79BD5;
}
</style>