Shades of Spun Pearl #A9A4BC
Tints of Spun Pearl #A9A4BC
RGB
CMYK
RGB Variations
Color information
#A9A4BC (or 0xA9A4BC) is known color: Spun Pearl. HEX triplet: A9, A4 and BC. RGB value is (169,164,188). Sum of RGB (Red+Green+Blue) = 169+164+188=521 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.44% from 521); Green value is 164 (64.45% from 255 or 31.48% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 188 - color contains mainly: blue. Hex color #A9A4BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A4BC is #565B43. Grayscale: #A8A8A8. Windows color (decimal): -5659460 or 12362921. OLE color: 12362921.
HSL color Cylindrical-coordinate representation of color #A9A4BC: hue angle of 252.5º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A9A4BC is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 164 | 188 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.26 |
| HSL | 252.5º | 0.15% | 0.69% | - |
| HSV(B) | 252.5º | 0.13% | 0.74% | - |
| XYZ | 38.71 | 38.62 | 52.99 | - |
| YUV | 168.23 | 139.16 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 164 | 188 | 0.10 | 0.13 | 0 | 0.26 | 252.5 | 0.15 | 0.69 |
| Hex | A9 | A4 | BC | A | D | 0 | 1A | FD | F | 45 |
| Octal | 251 | 244 | 274 | 12 | 15 | 0 | 32 | 375 | 17 | 105 |
| Binary | 10101001 | 10100100 | 10111100 | 1010 | 1101 | 0 | 11010 | 11111101 | 1111 | 1000101 |
Color Harmonies of #A9A4BC
Complementary color
Monochromatic Colors of #A9A4BC
Black with #A9A4BC
Text Example
Text Example
White with #A9A4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A4BC; }
p { color: rgb(169,164,188); }
H1.HeaderClassName
{
color: #A9A4BC;
}
.AnyTagClassName
{
color: #A9A4BC;
}
</style>
background-color css
<style>
a { background-color: #A9A4BC; }
a { background-color: rgb(169,164,188); }
div.DivClassName
{
background-color: #A9A4BC;
}
.BgClassName
{
background-color: #A9A4BC;
}
</style>
border-color css
<style>
span { border-color: #A9A4BC; }
span { border-color: rgb(169,164,188); }
td.TdClassName
{
border-color: #A9A4BC;
}
.TagClassName
{
border-color: #A9A4BC;
}
</style>