Shades of Spun Pearl #A09DB1
Tints of Spun Pearl #A09DB1
RGB
CMYK
RGB Variations
Color information
#A09DB1 (or 0xA09DB1) is known color: Spun Pearl. HEX triplet: A0, 9D and B1. RGB value is (160,157,177). Sum of RGB (Red+Green+Blue) = 160+157+177=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 177 (69.53% from 255 or 35.83% from 494); Max value from RGB is 177 - color contains mainly: blue. Hex color #A09DB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09DB1 is #5F624E. Grayscale: #A0A0A0. Windows color (decimal): -6251087 or 11640224. OLE color: 11640224.
HSL color Cylindrical-coordinate representation of color #A09DB1: hue angle of 249º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A09DB1 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 157 | 177 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.31 |
| HSL | 249º | 0.11% | 0.65% | - |
| HSV(B) | 249º | 0.11% | 0.69% | - |
| XYZ | 34.49 | 34.76 | 46.49 | - |
| YUV | 160.18 | 137.49 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 157 | 177 | 0.10 | 0.11 | 0 | 0.31 | 249 | 0.11 | 0.65 |
| Hex | A0 | 9D | B1 | A | B | 0 | 1F | F9 | B | 41 |
| Octal | 240 | 235 | 261 | 12 | 13 | 0 | 37 | 371 | 13 | 101 |
| Binary | 10100000 | 10011101 | 10110001 | 1010 | 1011 | 0 | 11111 | 11111001 | 1011 | 1000001 |
Color Harmonies of #A09DB1
Complementary color
Monochromatic Colors of #A09DB1
Black with #A09DB1
Text Example
Text Example
White with #A09DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09DB1; }
p { color: rgb(160,157,177); }
H1.HeaderClassName
{
color: #A09DB1;
}
.AnyTagClassName
{
color: #A09DB1;
}
</style>
background-color css
<style>
a { background-color: #A09DB1; }
a { background-color: rgb(160,157,177); }
div.DivClassName
{
background-color: #A09DB1;
}
.BgClassName
{
background-color: #A09DB1;
}
</style>
border-color css
<style>
span { border-color: #A09DB1; }
span { border-color: rgb(160,157,177); }
td.TdClassName
{
border-color: #A09DB1;
}
.TagClassName
{
border-color: #A09DB1;
}
</style>