Shades of Spun Pearl #A6A0BB
Tints of Spun Pearl #A6A0BB
RGB
CMYK
RGB Variations
Color information
#A6A0BB (or 0xA6A0BB) is known color: Spun Pearl. HEX triplet: A6, A0 and BB. RGB value is (166,160,187). Sum of RGB (Red+Green+Blue) = 166+160+187=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 160 (62.89% from 255 or 31.19% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 187 - color contains mainly: blue. Hex color #A6A0BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A0BB is #595F44. Grayscale: #A4A4A4. Windows color (decimal): -5857093 or 12296358. OLE color: 12296358.
HSL color Cylindrical-coordinate representation of color #A6A0BB: hue angle of 253.33º degrees, saturation: 0.17, 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 #A6A0BB is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 160 | 187 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.27 |
| HSL | 253.33º | 0.17% | 0.68% | - |
| HSV(B) | 253.33º | 0.14% | 0.73% | - |
| XYZ | 37.27 | 36.84 | 52.16 | - |
| YUV | 164.87 | 140.49 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 160 | 187 | 0.11 | 0.14 | 0 | 0.27 | 253.33 | 0.17 | 0.68 |
| Hex | A6 | A0 | BB | B | E | 0 | 1B | FD | 11 | 44 |
| Octal | 246 | 240 | 273 | 13 | 16 | 0 | 33 | 375 | 21 | 104 |
| Binary | 10100110 | 10100000 | 10111011 | 1011 | 1110 | 0 | 11011 | 11111101 | 10001 | 1000100 |
Color Harmonies of #A6A0BB
Complementary color
Monochromatic Colors of #A6A0BB
Black with #A6A0BB
Text Example
Text Example
White with #A6A0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A0BB; }
p { color: rgb(166,160,187); }
H1.HeaderClassName
{
color: #A6A0BB;
}
.AnyTagClassName
{
color: #A6A0BB;
}
</style>
background-color css
<style>
a { background-color: #A6A0BB; }
a { background-color: rgb(166,160,187); }
div.DivClassName
{
background-color: #A6A0BB;
}
.BgClassName
{
background-color: #A6A0BB;
}
</style>
border-color css
<style>
span { border-color: #A6A0BB; }
span { border-color: rgb(166,160,187); }
td.TdClassName
{
border-color: #A6A0BB;
}
.TagClassName
{
border-color: #A6A0BB;
}
</style>