Shades of Cold Purple #A79DB9
Tints of Cold Purple #A79DB9
RGB
CMYK
RGB Variations
Color information
#A79DB9 (or 0xA79DB9) is known color: Cold Purple. HEX triplet: A7, 9D and B9. RGB value is (167,157,185). Sum of RGB (Red+Green+Blue) = 167+157+185=509 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.81% from 509); Green value is 157 (61.72% from 255 or 30.84% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 185 - color contains mainly: blue. Hex color #A79DB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79DB9 is #586246. Grayscale: #A3A3A3. Windows color (decimal): -5792327 or 12164519. OLE color: 12164519.
HSL color Cylindrical-coordinate representation of color #A79DB9: hue angle of 261.43º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A79DB9 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 157 | 185 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.27 |
| HSL | 261.43º | 0.17% | 0.67% | - |
| HSV(B) | 261.43º | 0.15% | 0.73% | - |
| XYZ | 36.75 | 35.83 | 50.88 | - |
| YUV | 163.18 | 140.31 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 157 | 185 | 0.10 | 0.15 | 0 | 0.27 | 261.43 | 0.17 | 0.67 |
| Hex | A7 | 9D | B9 | A | F | 0 | 1B | 105 | 11 | 43 |
| Octal | 247 | 235 | 271 | 12 | 17 | 0 | 33 | 405 | 21 | 103 |
| Binary | 10100111 | 10011101 | 10111001 | 1010 | 1111 | 0 | 11011 | 100000101 | 10001 | 1000011 |
Color Harmonies of #A79DB9
Complementary color
Monochromatic Colors of #A79DB9
Black with #A79DB9
Text Example
Text Example
White with #A79DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79DB9; }
p { color: rgb(167,157,185); }
H1.HeaderClassName
{
color: #A79DB9;
}
.AnyTagClassName
{
color: #A79DB9;
}
</style>
background-color css
<style>
a { background-color: #A79DB9; }
a { background-color: rgb(167,157,185); }
div.DivClassName
{
background-color: #A79DB9;
}
.BgClassName
{
background-color: #A79DB9;
}
</style>
border-color css
<style>
span { border-color: #A79DB9; }
span { border-color: rgb(167,157,185); }
td.TdClassName
{
border-color: #A79DB9;
}
.TagClassName
{
border-color: #A79DB9;
}
</style>