Shades of Cold Purple #A79CBC
Tints of Cold Purple #A79CBC
RGB
CMYK
RGB Variations
Color information
#A79CBC (or 0xA79CBC) is known color: Cold Purple. HEX triplet: A7, 9C and BC. RGB value is (167,156,188). Sum of RGB (Red+Green+Blue) = 167+156+188=511 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.68% from 511); Green value is 156 (61.33% from 255 or 30.53% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 188 - color contains mainly: blue. Hex color #A79CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79CBC is #586343. Grayscale: #A2A2A2. Windows color (decimal): -5792580 or 12360871. OLE color: 12360871.
HSL color Cylindrical-coordinate representation of color #A79CBC: hue angle of 260.62º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A79CBC is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 156 | 188 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.26 |
| HSL | 260.63º | 0.19% | 0.67% | - |
| HSV(B) | 260.63º | 0.17% | 0.74% | - |
| XYZ | 36.9 | 35.62 | 52.51 | - |
| YUV | 162.94 | 142.14 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 156 | 188 | 0.11 | 0.17 | 0 | 0.26 | 260.63 | 0.19 | 0.67 |
| Hex | A7 | 9C | BC | B | 11 | 0 | 1A | 105 | 13 | 43 |
| Octal | 247 | 234 | 274 | 13 | 21 | 0 | 32 | 405 | 23 | 103 |
| Binary | 10100111 | 10011100 | 10111100 | 1011 | 10001 | 0 | 11010 | 100000101 | 10011 | 1000011 |
Color Harmonies of #A79CBC
Complementary color
Monochromatic Colors of #A79CBC
Black with #A79CBC
Text Example
Text Example
White with #A79CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79CBC; }
p { color: rgb(167,156,188); }
H1.HeaderClassName
{
color: #A79CBC;
}
.AnyTagClassName
{
color: #A79CBC;
}
</style>
background-color css
<style>
a { background-color: #A79CBC; }
a { background-color: rgb(167,156,188); }
div.DivClassName
{
background-color: #A79CBC;
}
.BgClassName
{
background-color: #A79CBC;
}
</style>
border-color css
<style>
span { border-color: #A79CBC; }
span { border-color: rgb(167,156,188); }
td.TdClassName
{
border-color: #A79CBC;
}
.TagClassName
{
border-color: #A79CBC;
}
</style>