Shades of Cold Purple #A79BBD
Tints of Cold Purple #A79BBD
RGB
CMYK
RGB Variations
Color information
#A79BBD (or 0xA79BBD) is known color: Cold Purple. HEX triplet: A7, 9B and BD. RGB value is (167,155,189). Sum of RGB (Red+Green+Blue) = 167+155+189=511 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.68% from 511); Green value is 155 (60.94% from 255 or 30.33% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 189 - color contains mainly: blue. Hex color #A79BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79BBD is #586442. Grayscale: #A2A2A2. Windows color (decimal): -5792835 or 12426151. OLE color: 12426151.
HSL color Cylindrical-coordinate representation of color #A79BBD: hue angle of 261.18º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A79BBD is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 155 | 189 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.26 |
| HSL | 261.18º | 0.2% | 0.67% | - |
| HSV(B) | 261.18º | 0.18% | 0.74% | - |
| XYZ | 36.84 | 35.33 | 53.02 | - |
| YUV | 162.46 | 142.98 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 155 | 189 | 0.12 | 0.18 | 0 | 0.26 | 261.18 | 0.2 | 0.67 |
| Hex | A7 | 9B | BD | C | 12 | 0 | 1A | 105 | 14 | 43 |
| Octal | 247 | 233 | 275 | 14 | 22 | 0 | 32 | 405 | 24 | 103 |
| Binary | 10100111 | 10011011 | 10111101 | 1100 | 10010 | 0 | 11010 | 100000101 | 10100 | 1000011 |
Color Harmonies of #A79BBD
Complementary color
Monochromatic Colors of #A79BBD
Black with #A79BBD
Text Example
Text Example
White with #A79BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79BBD; }
p { color: rgb(167,155,189); }
H1.HeaderClassName
{
color: #A79BBD;
}
.AnyTagClassName
{
color: #A79BBD;
}
</style>
background-color css
<style>
a { background-color: #A79BBD; }
a { background-color: rgb(167,155,189); }
div.DivClassName
{
background-color: #A79BBD;
}
.BgClassName
{
background-color: #A79BBD;
}
</style>
border-color css
<style>
span { border-color: #A79BBD; }
span { border-color: rgb(167,155,189); }
td.TdClassName
{
border-color: #A79BBD;
}
.TagClassName
{
border-color: #A79BBD;
}
</style>