Shades of Spun Pearl #A19BAD
Tints of Spun Pearl #A19BAD
RGB
CMYK
RGB Variations
Color information
#A19BAD (or 0xA19BAD) is known color: Spun Pearl. HEX triplet: A1, 9B and AD. RGB value is (161,155,173). Sum of RGB (Red+Green+Blue) = 161+155+173=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 173 - color contains mainly: blue. Hex color #A19BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19BAD is #5E6452. Grayscale: #9E9E9E. Windows color (decimal): -6186067 or 11377569. OLE color: 11377569.
HSL color Cylindrical-coordinate representation of color #A19BAD: hue angle of 260º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A19BAD is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 155 | 173 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.32 |
| HSL | 260º | 0.1% | 0.64% | - |
| HSV(B) | 260º | 0.1% | 0.68% | - |
| XYZ | 33.96 | 34.04 | 44.31 | - |
| YUV | 158.85 | 135.99 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 155 | 173 | 0.07 | 0.10 | 0 | 0.32 | 260 | 0.1 | 0.64 |
| Hex | A1 | 9B | AD | 7 | A | 0 | 20 | 104 | A | 40 |
| Octal | 241 | 233 | 255 | 7 | 12 | 0 | 40 | 404 | 12 | 100 |
| Binary | 10100001 | 10011011 | 10101101 | 111 | 1010 | 0 | 100000 | 100000100 | 1010 | 1000000 |
Color Harmonies of #A19BAD
Complementary color
Monochromatic Colors of #A19BAD
Black with #A19BAD
Text Example
Text Example
White with #A19BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19BAD; }
p { color: rgb(161,155,173); }
H1.HeaderClassName
{
color: #A19BAD;
}
.AnyTagClassName
{
color: #A19BAD;
}
</style>
background-color css
<style>
a { background-color: #A19BAD; }
a { background-color: rgb(161,155,173); }
div.DivClassName
{
background-color: #A19BAD;
}
.BgClassName
{
background-color: #A19BAD;
}
</style>
border-color css
<style>
span { border-color: #A19BAD; }
span { border-color: rgb(161,155,173); }
td.TdClassName
{
border-color: #A19BAD;
}
.TagClassName
{
border-color: #A19BAD;
}
</style>