Shades of Spun Pearl #A09BB2
Tints of Spun Pearl #A09BB2
RGB
CMYK
RGB Variations
Color information
#A09BB2 (or 0xA09BB2) is known color: Spun Pearl. HEX triplet: A0, 9B and B2. RGB value is (160,155,178). Sum of RGB (Red+Green+Blue) = 160+155+178=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 178 (69.92% from 255 or 36.11% from 493); Max value from RGB is 178 - color contains mainly: blue. Hex color #A09BB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09BB2 is #5F644D. Grayscale: #9F9F9F. Windows color (decimal): -6251598 or 11705248. OLE color: 11705248.
HSL color Cylindrical-coordinate representation of color #A09BB2: hue angle of 253.04º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A09BB2 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 155 | 178 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.30 |
| HSL | 253.04º | 0.13% | 0.65% | - |
| HSV(B) | 253.04º | 0.13% | 0.7% | - |
| XYZ | 34.25 | 34.13 | 46.9 | - |
| YUV | 159.12 | 138.66 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 178 | 0.10 | 0.13 | 0 | 0.30 | 253.04 | 0.13 | 0.65 |
| Hex | A0 | 9B | B2 | A | D | 0 | 1E | FD | D | 41 |
| Octal | 240 | 233 | 262 | 12 | 15 | 0 | 36 | 375 | 15 | 101 |
| Binary | 10100000 | 10011011 | 10110010 | 1010 | 1101 | 0 | 11110 | 11111101 | 1101 | 1000001 |
Color Harmonies of #A09BB2
Complementary color
Monochromatic Colors of #A09BB2
Black with #A09BB2
Text Example
Text Example
White with #A09BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09BB2; }
p { color: rgb(160,155,178); }
H1.HeaderClassName
{
color: #A09BB2;
}
.AnyTagClassName
{
color: #A09BB2;
}
</style>
background-color css
<style>
a { background-color: #A09BB2; }
a { background-color: rgb(160,155,178); }
div.DivClassName
{
background-color: #A09BB2;
}
.BgClassName
{
background-color: #A09BB2;
}
</style>
border-color css
<style>
span { border-color: #A09BB2; }
span { border-color: rgb(160,155,178); }
td.TdClassName
{
border-color: #A09BB2;
}
.TagClassName
{
border-color: #A09BB2;
}
</style>