Shades of Spun Pearl #A79FBC
Tints of Spun Pearl #A79FBC
RGB
CMYK
RGB Variations
Color information
#A79FBC (or 0xA79FBC) is known color: Spun Pearl. HEX triplet: A7, 9F and BC. RGB value is (167,159,188). Sum of RGB (Red+Green+Blue) = 167+159+188=514 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.49% from 514); Green value is 159 (62.5% from 255 or 30.93% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 188 - color contains mainly: blue. Hex color #A79FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79FBC is #586043. Grayscale: #A4A4A4. Windows color (decimal): -5791812 or 12361639. OLE color: 12361639.
HSL color Cylindrical-coordinate representation of color #A79FBC: hue angle of 256.55º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A79FBC is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 159 | 188 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.26 |
| HSL | 256.55º | 0.18% | 0.68% | - |
| HSV(B) | 256.55º | 0.15% | 0.74% | - |
| XYZ | 37.41 | 36.64 | 52.68 | - |
| YUV | 164.7 | 141.15 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 159 | 188 | 0.11 | 0.15 | 0 | 0.26 | 256.55 | 0.18 | 0.68 |
| Hex | A7 | 9F | BC | B | F | 0 | 1A | 101 | 12 | 44 |
| Octal | 247 | 237 | 274 | 13 | 17 | 0 | 32 | 401 | 22 | 104 |
| Binary | 10100111 | 10011111 | 10111100 | 1011 | 1111 | 0 | 11010 | 100000001 | 10010 | 1000100 |
Color Harmonies of #A79FBC
Complementary color
Monochromatic Colors of #A79FBC
Black with #A79FBC
Text Example
Text Example
White with #A79FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79FBC; }
p { color: rgb(167,159,188); }
H1.HeaderClassName
{
color: #A79FBC;
}
.AnyTagClassName
{
color: #A79FBC;
}
</style>
background-color css
<style>
a { background-color: #A79FBC; }
a { background-color: rgb(167,159,188); }
div.DivClassName
{
background-color: #A79FBC;
}
.BgClassName
{
background-color: #A79FBC;
}
</style>
border-color css
<style>
span { border-color: #A79FBC; }
span { border-color: rgb(167,159,188); }
td.TdClassName
{
border-color: #A79FBC;
}
.TagClassName
{
border-color: #A79FBC;
}
</style>