Shades of Spun Pearl #A8A2B1
Tints of Spun Pearl #A8A2B1
RGB
CMYK
RGB Variations
Color information
#A8A2B1 (or 0xA8A2B1) is known color: Spun Pearl. HEX triplet: A8, A2 and B1. RGB value is (168,162,177). Sum of RGB (Red+Green+Blue) = 168+162+177=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 162 (63.67% from 255 or 31.95% from 507); Blue value is 177 (69.53% from 255 or 34.91% from 507); Max value from RGB is 177 - color contains mainly: blue. Hex color #A8A2B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A2B1 is #575D4E. Grayscale: #A5A5A5. Windows color (decimal): -5725519 or 11641512. OLE color: 11641512.
HSL color Cylindrical-coordinate representation of color #A8A2B1: hue angle of 264º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A8A2B1 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 162 | 177 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.31 |
| HSL | 264º | 0.09% | 0.66% | - |
| HSV(B) | 264º | 0.08% | 0.69% | - |
| XYZ | 37 | 37.34 | 46.85 | - |
| YUV | 165.5 | 134.49 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 162 | 177 | 0.05 | 0.08 | 0 | 0.31 | 264 | 0.09 | 0.66 |
| Hex | A8 | A2 | B1 | 5 | 8 | 0 | 1F | 108 | 9 | 42 |
| Octal | 250 | 242 | 261 | 5 | 10 | 0 | 37 | 410 | 11 | 102 |
| Binary | 10101000 | 10100010 | 10110001 | 101 | 1000 | 0 | 11111 | 100001000 | 1001 | 1000010 |
Color Harmonies of #A8A2B1
Complementary color
Monochromatic Colors of #A8A2B1
Black with #A8A2B1
Text Example
Text Example
White with #A8A2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A2B1; }
p { color: rgb(168,162,177); }
H1.HeaderClassName
{
color: #A8A2B1;
}
.AnyTagClassName
{
color: #A8A2B1;
}
</style>
background-color css
<style>
a { background-color: #A8A2B1; }
a { background-color: rgb(168,162,177); }
div.DivClassName
{
background-color: #A8A2B1;
}
.BgClassName
{
background-color: #A8A2B1;
}
</style>
border-color css
<style>
span { border-color: #A8A2B1; }
span { border-color: rgb(168,162,177); }
td.TdClassName
{
border-color: #A8A2B1;
}
.TagClassName
{
border-color: #A8A2B1;
}
</style>