Shades of Spun Pearl #A9A1BC
Tints of Spun Pearl #A9A1BC
RGB
CMYK
RGB Variations
Color information
#A9A1BC (or 0xA9A1BC) is known color: Spun Pearl. HEX triplet: A9, A1 and BC. RGB value is (169,161,188). Sum of RGB (Red+Green+Blue) = 169+161+188=518 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.63% from 518); Green value is 161 (63.28% from 255 or 31.08% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 188 - color contains mainly: blue. Hex color #A9A1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A1BC is #565E43. Grayscale: #A6A6A6. Windows color (decimal): -5660228 or 12362153. OLE color: 12362153.
HSL color Cylindrical-coordinate representation of color #A9A1BC: hue angle of 257.78º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A9A1BC is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 161 | 188 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.26 |
| HSL | 257.78º | 0.17% | 0.68% | - |
| HSV(B) | 257.78º | 0.14% | 0.74% | - |
| XYZ | 38.18 | 37.56 | 52.81 | - |
| YUV | 166.47 | 140.15 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 161 | 188 | 0.10 | 0.14 | 0 | 0.26 | 257.78 | 0.17 | 0.68 |
| Hex | A9 | A1 | BC | A | E | 0 | 1A | 102 | 11 | 44 |
| Octal | 251 | 241 | 274 | 12 | 16 | 0 | 32 | 402 | 21 | 104 |
| Binary | 10101001 | 10100001 | 10111100 | 1010 | 1110 | 0 | 11010 | 100000010 | 10001 | 1000100 |
Color Harmonies of #A9A1BC
Complementary color
Monochromatic Colors of #A9A1BC
Black with #A9A1BC
Text Example
Text Example
White with #A9A1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A1BC; }
p { color: rgb(169,161,188); }
H1.HeaderClassName
{
color: #A9A1BC;
}
.AnyTagClassName
{
color: #A9A1BC;
}
</style>
background-color css
<style>
a { background-color: #A9A1BC; }
a { background-color: rgb(169,161,188); }
div.DivClassName
{
background-color: #A9A1BC;
}
.BgClassName
{
background-color: #A9A1BC;
}
</style>
border-color css
<style>
span { border-color: #A9A1BC; }
span { border-color: rgb(169,161,188); }
td.TdClassName
{
border-color: #A9A1BC;
}
.TagClassName
{
border-color: #A9A1BC;
}
</style>