Shades of Spun Pearl #A2A1B2
Tints of Spun Pearl #A2A1B2
RGB
CMYK
RGB Variations
Color information
#A2A1B2 (or 0xA2A1B2) is known color: Spun Pearl. HEX triplet: A2, A1 and B2. RGB value is (162,161,178). Sum of RGB (Red+Green+Blue) = 162+161+178=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 161 (63.28% from 255 or 32.14% from 501); Blue value is 178 (69.92% from 255 or 35.53% from 501); Max value from RGB is 178 - color contains mainly: blue. Hex color #A2A1B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A1B2 is #5D5E4D. Grayscale: #A3A3A3. Windows color (decimal): -6118990 or 11706786. OLE color: 11706786.
HSL color Cylindrical-coordinate representation of color #A2A1B2: hue angle of 243.53º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A2A1B2 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 161 | 178 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.30 |
| HSL | 243.53º | 0.1% | 0.66% | - |
| HSV(B) | 243.53º | 0.1% | 0.7% | - |
| XYZ | 35.68 | 36.39 | 47.26 | - |
| YUV | 163.24 | 136.33 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 161 | 178 | 0.09 | 0.10 | 0 | 0.30 | 243.53 | 0.1 | 0.66 |
| Hex | A2 | A1 | B2 | 9 | A | 0 | 1E | F4 | A | 42 |
| Octal | 242 | 241 | 262 | 11 | 12 | 0 | 36 | 364 | 12 | 102 |
| Binary | 10100010 | 10100001 | 10110010 | 1001 | 1010 | 0 | 11110 | 11110100 | 1010 | 1000010 |
Color Harmonies of #A2A1B2
Complementary color
Monochromatic Colors of #A2A1B2
Black with #A2A1B2
Text Example
Text Example
White with #A2A1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A1B2; }
p { color: rgb(162,161,178); }
H1.HeaderClassName
{
color: #A2A1B2;
}
.AnyTagClassName
{
color: #A2A1B2;
}
</style>
background-color css
<style>
a { background-color: #A2A1B2; }
a { background-color: rgb(162,161,178); }
div.DivClassName
{
background-color: #A2A1B2;
}
.BgClassName
{
background-color: #A2A1B2;
}
</style>
border-color css
<style>
span { border-color: #A2A1B2; }
span { border-color: rgb(162,161,178); }
td.TdClassName
{
border-color: #A2A1B2;
}
.TagClassName
{
border-color: #A2A1B2;
}
</style>