Shades of Spun Pearl #A09BAE
Tints of Spun Pearl #A09BAE
RGB
CMYK
RGB Variations
Color information
#A09BAE (or 0xA09BAE) is known color: Spun Pearl. HEX triplet: A0, 9B and AE. RGB value is (160,155,174). Sum of RGB (Red+Green+Blue) = 160+155+174=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 174 - color contains mainly: blue. Hex color #A09BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09BAE is #5F6451. Grayscale: #9E9E9E. Windows color (decimal): -6251602 or 11443104. OLE color: 11443104.
HSL color Cylindrical-coordinate representation of color #A09BAE: hue angle of 255.79º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A09BAE is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 155 | 174 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.32 |
| HSL | 255.79º | 0.1% | 0.65% | - |
| HSV(B) | 255.79º | 0.11% | 0.68% | - |
| XYZ | 33.86 | 33.97 | 44.82 | - |
| YUV | 158.66 | 136.66 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 174 | 0.08 | 0.11 | 0 | 0.32 | 255.79 | 0.1 | 0.65 |
| Hex | A0 | 9B | AE | 8 | B | 0 | 20 | 100 | A | 41 |
| Octal | 240 | 233 | 256 | 10 | 13 | 0 | 40 | 400 | 12 | 101 |
| Binary | 10100000 | 10011011 | 10101110 | 1000 | 1011 | 0 | 100000 | 100000000 | 1010 | 1000001 |
Color Harmonies of #A09BAE
Complementary color
Monochromatic Colors of #A09BAE
Black with #A09BAE
Text Example
Text Example
White with #A09BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09BAE; }
p { color: rgb(160,155,174); }
H1.HeaderClassName
{
color: #A09BAE;
}
.AnyTagClassName
{
color: #A09BAE;
}
</style>
background-color css
<style>
a { background-color: #A09BAE; }
a { background-color: rgb(160,155,174); }
div.DivClassName
{
background-color: #A09BAE;
}
.BgClassName
{
background-color: #A09BAE;
}
</style>
border-color css
<style>
span { border-color: #A09BAE; }
span { border-color: rgb(160,155,174); }
td.TdClassName
{
border-color: #A09BAE;
}
.TagClassName
{
border-color: #A09BAE;
}
</style>