Shades of Spun Pearl #A09DA9
Tints of Spun Pearl #A09DA9
RGB
CMYK
RGB Variations
Color information
#A09DA9 (or 0xA09DA9) is known color: Spun Pearl. HEX triplet: A0, 9D and A9. RGB value is (160,157,169). Sum of RGB (Red+Green+Blue) = 160+157+169=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 157 (61.72% from 255 or 32.30% from 486); Blue value is 169 (66.41% from 255 or 34.77% from 486); Max value from RGB is 169 - color contains mainly: blue. Hex color #A09DA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09DA9 is #5F6256. Grayscale: #9F9F9F. Windows color (decimal): -6251095 or 11115936. OLE color: 11115936.
HSL color Cylindrical-coordinate representation of color #A09DA9: hue angle of 255º degrees, saturation: 0.07, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A09DA9 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 160 | 157 | 169 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.34 |
| HSL | 255º | 0.07% | 0.64% | - |
| HSV(B) | 255º | 0.07% | 0.66% | - |
| XYZ | 33.72 | 34.45 | 42.41 | - |
| YUV | 159.27 | 133.49 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 157 | 169 | 0.05 | 0.07 | 0 | 0.34 | 255 | 0.07 | 0.64 |
| Hex | A0 | 9D | A9 | 5 | 7 | 0 | 22 | FF | 7 | 40 |
| Octal | 240 | 235 | 251 | 5 | 7 | 0 | 42 | 377 | 7 | 100 |
| Binary | 10100000 | 10011101 | 10101001 | 101 | 111 | 0 | 100010 | 11111111 | 111 | 1000000 |
Color Harmonies of #A09DA9
Complementary color
Monochromatic Colors of #A09DA9
Black with #A09DA9
Text Example
Text Example
White with #A09DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09DA9; }
p { color: rgb(160,157,169); }
H1.HeaderClassName
{
color: #A09DA9;
}
.AnyTagClassName
{
color: #A09DA9;
}
</style>
background-color css
<style>
a { background-color: #A09DA9; }
a { background-color: rgb(160,157,169); }
div.DivClassName
{
background-color: #A09DA9;
}
.BgClassName
{
background-color: #A09DA9;
}
</style>
border-color css
<style>
span { border-color: #A09DA9; }
span { border-color: rgb(160,157,169); }
td.TdClassName
{
border-color: #A09DA9;
}
.TagClassName
{
border-color: #A09DA9;
}
</style>