Shades of Spun Pearl #A6A4B1
Tints of Spun Pearl #A6A4B1
RGB
CMYK
RGB Variations
Color information
#A6A4B1 (or 0xA6A4B1) is known color: Spun Pearl. HEX triplet: A6, A4 and B1. RGB value is (166,164,177). Sum of RGB (Red+Green+Blue) = 166+164+177=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 164 (64.45% from 255 or 32.35% 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 #A6A4B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A4B1 is #595B4E. Grayscale: #A6A6A6. Windows color (decimal): -5856079 or 11642022. OLE color: 11642022.
HSL color Cylindrical-coordinate representation of color #A6A4B1: hue angle of 249.23º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A6A4B1 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 164 | 177 | - |
| CMYK | 0.06 | 0.07 | 0 | 0.31 |
| HSL | 249.23º | 0.08% | 0.67% | - |
| HSV(B) | 249.23º | 0.07% | 0.69% | - |
| XYZ | 36.94 | 37.83 | 46.95 | - |
| YUV | 166.08 | 134.16 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 164 | 177 | 0.06 | 0.07 | 0 | 0.31 | 249.23 | 0.08 | 0.67 |
| Hex | A6 | A4 | B1 | 6 | 7 | 0 | 1F | F9 | 8 | 43 |
| Octal | 246 | 244 | 261 | 6 | 7 | 0 | 37 | 371 | 10 | 103 |
| Binary | 10100110 | 10100100 | 10110001 | 110 | 111 | 0 | 11111 | 11111001 | 1000 | 1000011 |
Color Harmonies of #A6A4B1
Complementary color
Monochromatic Colors of #A6A4B1
Black with #A6A4B1
Text Example
Text Example
White with #A6A4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A4B1; }
p { color: rgb(166,164,177); }
H1.HeaderClassName
{
color: #A6A4B1;
}
.AnyTagClassName
{
color: #A6A4B1;
}
</style>
background-color css
<style>
a { background-color: #A6A4B1; }
a { background-color: rgb(166,164,177); }
div.DivClassName
{
background-color: #A6A4B1;
}
.BgClassName
{
background-color: #A6A4B1;
}
</style>
border-color css
<style>
span { border-color: #A6A4B1; }
span { border-color: rgb(166,164,177); }
td.TdClassName
{
border-color: #A6A4B1;
}
.TagClassName
{
border-color: #A6A4B1;
}
</style>