Shades of Spun Pearl #A4A1B7
Tints of Spun Pearl #A4A1B7
RGB
CMYK
RGB Variations
Color information
#A4A1B7 (or 0xA4A1B7) is known color: Spun Pearl. HEX triplet: A4, A1 and B7. RGB value is (164,161,183). Sum of RGB (Red+Green+Blue) = 164+161+183=508 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.28% from 508); Green value is 161 (63.28% from 255 or 31.69% from 508); Blue value is 183 (71.88% from 255 or 36.02% from 508); Max value from RGB is 183 - color contains mainly: blue. Hex color #A4A1B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A1B7 is #5B5E48. Grayscale: #A4A4A4. Windows color (decimal): -5987913 or 12034468. OLE color: 12034468.
HSL color Cylindrical-coordinate representation of color #A4A1B7: hue angle of 248.18º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A4A1B7 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 161 | 183 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.28 |
| HSL | 248.18º | 0.13% | 0.67% | - |
| HSV(B) | 248.18º | 0.12% | 0.72% | - |
| XYZ | 36.6 | 36.8 | 49.97 | - |
| YUV | 164.41 | 138.49 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 161 | 183 | 0.10 | 0.12 | 0 | 0.28 | 248.18 | 0.13 | 0.67 |
| Hex | A4 | A1 | B7 | A | C | 0 | 1C | F8 | D | 43 |
| Octal | 244 | 241 | 267 | 12 | 14 | 0 | 34 | 370 | 15 | 103 |
| Binary | 10100100 | 10100001 | 10110111 | 1010 | 1100 | 0 | 11100 | 11111000 | 1101 | 1000011 |
Color Harmonies of #A4A1B7
Complementary color
Monochromatic Colors of #A4A1B7
Black with #A4A1B7
Text Example
Text Example
White with #A4A1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A1B7; }
p { color: rgb(164,161,183); }
H1.HeaderClassName
{
color: #A4A1B7;
}
.AnyTagClassName
{
color: #A4A1B7;
}
</style>
background-color css
<style>
a { background-color: #A4A1B7; }
a { background-color: rgb(164,161,183); }
div.DivClassName
{
background-color: #A4A1B7;
}
.BgClassName
{
background-color: #A4A1B7;
}
</style>
border-color css
<style>
span { border-color: #A4A1B7; }
span { border-color: rgb(164,161,183); }
td.TdClassName
{
border-color: #A4A1B7;
}
.TagClassName
{
border-color: #A4A1B7;
}
</style>