Shades of Spun Pearl #A09AAA
Tints of Spun Pearl #A09AAA
RGB
CMYK
RGB Variations
Color information
#A09AAA (or 0xA09AAA) is known color: Spun Pearl. HEX triplet: A0, 9A and AA. RGB value is (160,154,170). Sum of RGB (Red+Green+Blue) = 160+154+170=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 154 (60.55% from 255 or 31.82% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 170 - color contains mainly: blue. Hex color #A09AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09AAA is #5F6555. Grayscale: #9D9D9D. Windows color (decimal): -6251862 or 11180704. OLE color: 11180704.
HSL color Cylindrical-coordinate representation of color #A09AAA: hue angle of 262.5º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A09AAA is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 154 | 170 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.33 |
| HSL | 262.5º | 0.09% | 0.64% | - |
| HSV(B) | 262.5º | 0.09% | 0.67% | - |
| XYZ | 33.31 | 33.49 | 42.74 | - |
| YUV | 157.62 | 134.99 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 154 | 170 | 0.06 | 0.09 | 0 | 0.33 | 262.5 | 0.09 | 0.64 |
| Hex | A0 | 9A | AA | 6 | 9 | 0 | 21 | 106 | 9 | 40 |
| Octal | 240 | 232 | 252 | 6 | 11 | 0 | 41 | 406 | 11 | 100 |
| Binary | 10100000 | 10011010 | 10101010 | 110 | 1001 | 0 | 100001 | 100000110 | 1001 | 1000000 |
Color Harmonies of #A09AAA
Complementary color
Monochromatic Colors of #A09AAA
Black with #A09AAA
Text Example
Text Example
White with #A09AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09AAA; }
p { color: rgb(160,154,170); }
H1.HeaderClassName
{
color: #A09AAA;
}
.AnyTagClassName
{
color: #A09AAA;
}
</style>
background-color css
<style>
a { background-color: #A09AAA; }
a { background-color: rgb(160,154,170); }
div.DivClassName
{
background-color: #A09AAA;
}
.BgClassName
{
background-color: #A09AAA;
}
</style>
border-color css
<style>
span { border-color: #A09AAA; }
span { border-color: rgb(160,154,170); }
td.TdClassName
{
border-color: #A09AAA;
}
.TagClassName
{
border-color: #A09AAA;
}
</style>