Shades of Spun Pearl #A7A3BB
Tints of Spun Pearl #A7A3BB
RGB
CMYK
RGB Variations
Color information
#A7A3BB (or 0xA7A3BB) is known color: Spun Pearl. HEX triplet: A7, A3 and BB. RGB value is (167,163,187). Sum of RGB (Red+Green+Blue) = 167+163+187=517 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.30% from 517); Green value is 163 (64.06% from 255 or 31.53% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 187 - color contains mainly: blue. Hex color #A7A3BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A3BB is #585C44. Grayscale: #A6A6A6. Windows color (decimal): -5790789 or 12297127. OLE color: 12297127.
HSL color Cylindrical-coordinate representation of color #A7A3BB: hue angle of 250º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A7A3BB is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 163 | 187 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.27 |
| HSL | 250º | 0.15% | 0.69% | - |
| HSV(B) | 250º | 0.13% | 0.73% | - |
| XYZ | 38 | 38 | 52.35 | - |
| YUV | 166.93 | 139.33 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 163 | 187 | 0.11 | 0.13 | 0 | 0.27 | 250 | 0.15 | 0.69 |
| Hex | A7 | A3 | BB | B | D | 0 | 1B | FA | F | 45 |
| Octal | 247 | 243 | 273 | 13 | 15 | 0 | 33 | 372 | 17 | 105 |
| Binary | 10100111 | 10100011 | 10111011 | 1011 | 1101 | 0 | 11011 | 11111010 | 1111 | 1000101 |
Color Harmonies of #A7A3BB
Complementary color
Monochromatic Colors of #A7A3BB
Black with #A7A3BB
Text Example
Text Example
White with #A7A3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A3BB; }
p { color: rgb(167,163,187); }
H1.HeaderClassName
{
color: #A7A3BB;
}
.AnyTagClassName
{
color: #A7A3BB;
}
</style>
background-color css
<style>
a { background-color: #A7A3BB; }
a { background-color: rgb(167,163,187); }
div.DivClassName
{
background-color: #A7A3BB;
}
.BgClassName
{
background-color: #A7A3BB;
}
</style>
border-color css
<style>
span { border-color: #A7A3BB; }
span { border-color: rgb(167,163,187); }
td.TdClassName
{
border-color: #A7A3BB;
}
.TagClassName
{
border-color: #A7A3BB;
}
</style>