Shades of Spun Pearl #A09AB1
Tints of Spun Pearl #A09AB1
RGB
CMYK
RGB Variations
Color information
#A09AB1 (or 0xA09AB1) is known color: Spun Pearl. HEX triplet: A0, 9A and B1. RGB value is (160,154,177). Sum of RGB (Red+Green+Blue) = 160+154+177=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 177 - color contains mainly: blue. Hex color #A09AB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09AB1 is #5F654E. Grayscale: #9E9E9E. Windows color (decimal): -6251855 or 11639456. OLE color: 11639456.
HSL color Cylindrical-coordinate representation of color #A09AB1: hue angle of 255.65º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A09AB1 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 154 | 177 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.31 |
| HSL | 255.65º | 0.13% | 0.65% | - |
| HSV(B) | 255.65º | 0.13% | 0.69% | - |
| XYZ | 33.99 | 33.76 | 46.32 | - |
| YUV | 158.42 | 138.49 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 154 | 177 | 0.10 | 0.13 | 0 | 0.31 | 255.65 | 0.13 | 0.65 |
| Hex | A0 | 9A | B1 | A | D | 0 | 1F | 100 | D | 41 |
| Octal | 240 | 232 | 261 | 12 | 15 | 0 | 37 | 400 | 15 | 101 |
| Binary | 10100000 | 10011010 | 10110001 | 1010 | 1101 | 0 | 11111 | 100000000 | 1101 | 1000001 |
Color Harmonies of #A09AB1
Complementary color
Monochromatic Colors of #A09AB1
Black with #A09AB1
Text Example
Text Example
White with #A09AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09AB1; }
p { color: rgb(160,154,177); }
H1.HeaderClassName
{
color: #A09AB1;
}
.AnyTagClassName
{
color: #A09AB1;
}
</style>
background-color css
<style>
a { background-color: #A09AB1; }
a { background-color: rgb(160,154,177); }
div.DivClassName
{
background-color: #A09AB1;
}
.BgClassName
{
background-color: #A09AB1;
}
</style>
border-color css
<style>
span { border-color: #A09AB1; }
span { border-color: rgb(160,154,177); }
td.TdClassName
{
border-color: #A09AB1;
}
.TagClassName
{
border-color: #A09AB1;
}
</style>