Shades of Spun Pearl #A8A1BB
Tints of Spun Pearl #A8A1BB
RGB
CMYK
RGB Variations
Color information
#A8A1BB (or 0xA8A1BB) is known color: Spun Pearl. HEX triplet: A8, A1 and BB. RGB value is (168,161,187). Sum of RGB (Red+Green+Blue) = 168+161+187=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 161 (63.28% from 255 or 31.20% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 187 - color contains mainly: blue. Hex color #A8A1BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A1BB is #575E44. Grayscale: #A5A5A5. Windows color (decimal): -5725765 or 12296616. OLE color: 12296616.
HSL color Cylindrical-coordinate representation of color #A8A1BB: hue angle of 256.15º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A8A1BB is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 161 | 187 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.27 |
| HSL | 256.15º | 0.16% | 0.68% | - |
| HSV(B) | 256.15º | 0.14% | 0.73% | - |
| XYZ | 37.86 | 37.4 | 52.24 | - |
| YUV | 166.06 | 139.82 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 161 | 187 | 0.10 | 0.14 | 0 | 0.27 | 256.15 | 0.16 | 0.68 |
| Hex | A8 | A1 | BB | A | E | 0 | 1B | 100 | 10 | 44 |
| Octal | 250 | 241 | 273 | 12 | 16 | 0 | 33 | 400 | 20 | 104 |
| Binary | 10101000 | 10100001 | 10111011 | 1010 | 1110 | 0 | 11011 | 100000000 | 10000 | 1000100 |
Color Harmonies of #A8A1BB
Complementary color
Monochromatic Colors of #A8A1BB
Black with #A8A1BB
Text Example
Text Example
White with #A8A1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A1BB; }
p { color: rgb(168,161,187); }
H1.HeaderClassName
{
color: #A8A1BB;
}
.AnyTagClassName
{
color: #A8A1BB;
}
</style>
background-color css
<style>
a { background-color: #A8A1BB; }
a { background-color: rgb(168,161,187); }
div.DivClassName
{
background-color: #A8A1BB;
}
.BgClassName
{
background-color: #A8A1BB;
}
</style>
border-color css
<style>
span { border-color: #A8A1BB; }
span { border-color: rgb(168,161,187); }
td.TdClassName
{
border-color: #A8A1BB;
}
.TagClassName
{
border-color: #A8A1BB;
}
</style>