Shades of Spun Pearl #A8A7B1
Tints of Spun Pearl #A8A7B1
RGB
CMYK
RGB Variations
Color information
#A8A7B1 (or 0xA8A7B1) is known color: Spun Pearl. HEX triplet: A8, A7 and B1. RGB value is (168,167,177). Sum of RGB (Red+Green+Blue) = 168+167+177=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 167 (65.62% from 255 or 32.62% from 512); Blue value is 177 (69.53% from 255 or 34.57% from 512); Max value from RGB is 177 - color contains mainly: blue. Hex color #A8A7B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A7B1 is #57584E. Grayscale: #A8A8A8. Windows color (decimal): -5724239 or 11642792. OLE color: 11642792.
HSL color Cylindrical-coordinate representation of color #A8A7B1: hue angle of 246º degrees, saturation: 0.06, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A8A7B1 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 167 | 177 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.31 |
| HSL | 246º | 0.06% | 0.67% | - |
| HSV(B) | 246º | 0.06% | 0.69% | - |
| XYZ | 37.9 | 39.14 | 47.15 | - |
| YUV | 168.44 | 132.83 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 167 | 177 | 0.05 | 0.06 | 0 | 0.31 | 246 | 0.06 | 0.67 |
| Hex | A8 | A7 | B1 | 5 | 6 | 0 | 1F | F6 | 6 | 43 |
| Octal | 250 | 247 | 261 | 5 | 6 | 0 | 37 | 366 | 6 | 103 |
| Binary | 10101000 | 10100111 | 10110001 | 101 | 110 | 0 | 11111 | 11110110 | 110 | 1000011 |
Color Harmonies of #A8A7B1
Complementary color
Monochromatic Colors of #A8A7B1
Black with #A8A7B1
Text Example
Text Example
White with #A8A7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A7B1; }
p { color: rgb(168,167,177); }
H1.HeaderClassName
{
color: #A8A7B1;
}
.AnyTagClassName
{
color: #A8A7B1;
}
</style>
background-color css
<style>
a { background-color: #A8A7B1; }
a { background-color: rgb(168,167,177); }
div.DivClassName
{
background-color: #A8A7B1;
}
.BgClassName
{
background-color: #A8A7B1;
}
</style>
border-color css
<style>
span { border-color: #A8A7B1; }
span { border-color: rgb(168,167,177); }
td.TdClassName
{
border-color: #A8A7B1;
}
.TagClassName
{
border-color: #A8A7B1;
}
</style>