Shades of Spun Pearl #A09FAE
Tints of Spun Pearl #A09FAE
RGB
CMYK
RGB Variations
Color information
#A09FAE (or 0xA09FAE) is known color: Spun Pearl. HEX triplet: A0, 9F and AE. RGB value is (160,159,174). Sum of RGB (Red+Green+Blue) = 160+159+174=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 159 (62.5% from 255 or 32.25% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 174 - color contains mainly: blue. Hex color #A09FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09FAE is #5F6051. Grayscale: #A0A0A0. Windows color (decimal): -6250578 or 11444128. OLE color: 11444128.
HSL color Cylindrical-coordinate representation of color #A09FAE: hue angle of 244º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A09FAE is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 159 | 174 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.32 |
| HSL | 244º | 0.08% | 0.65% | - |
| HSV(B) | 244º | 0.09% | 0.68% | - |
| XYZ | 34.54 | 35.33 | 45.04 | - |
| YUV | 161.01 | 135.33 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 159 | 174 | 0.08 | 0.09 | 0 | 0.32 | 244 | 0.08 | 0.65 |
| Hex | A0 | 9F | AE | 8 | 9 | 0 | 20 | F4 | 8 | 41 |
| Octal | 240 | 237 | 256 | 10 | 11 | 0 | 40 | 364 | 10 | 101 |
| Binary | 10100000 | 10011111 | 10101110 | 1000 | 1001 | 0 | 100000 | 11110100 | 1000 | 1000001 |
Color Harmonies of #A09FAE
Complementary color
Monochromatic Colors of #A09FAE
Black with #A09FAE
Text Example
Text Example
White with #A09FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09FAE; }
p { color: rgb(160,159,174); }
H1.HeaderClassName
{
color: #A09FAE;
}
.AnyTagClassName
{
color: #A09FAE;
}
</style>
background-color css
<style>
a { background-color: #A09FAE; }
a { background-color: rgb(160,159,174); }
div.DivClassName
{
background-color: #A09FAE;
}
.BgClassName
{
background-color: #A09FAE;
}
</style>
border-color css
<style>
span { border-color: #A09FAE; }
span { border-color: rgb(160,159,174); }
td.TdClassName
{
border-color: #A09FAE;
}
.TagClassName
{
border-color: #A09FAE;
}
</style>