Shades of Spun Pearl #ABA5B5
Tints of Spun Pearl #ABA5B5
RGB
CMYK
RGB Variations
Color information
#ABA5B5 (or 0xABA5B5) is known color: Spun Pearl. HEX triplet: AB, A5 and B5. RGB value is (171,165,181). Sum of RGB (Red+Green+Blue) = 171+165+181=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 165 (64.84% from 255 or 31.91% from 517); Blue value is 181 (71.09% from 255 or 35.01% from 517); Max value from RGB is 181 - color contains mainly: blue. Hex color #ABA5B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA5B5 is #545A4A. Grayscale: #A8A8A8. Windows color (decimal): -5528139 or 11904427. OLE color: 11904427.
HSL color Cylindrical-coordinate representation of color #ABA5B5: hue angle of 262.5º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABA5B5 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 171 | 165 | 181 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.29 |
| HSL | 262.5º | 0.1% | 0.68% | - |
| HSV(B) | 262.5º | 0.09% | 0.71% | - |
| XYZ | 38.59 | 38.9 | 49.19 | - |
| YUV | 168.62 | 134.99 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 165 | 181 | 0.06 | 0.09 | 0 | 0.29 | 262.5 | 0.1 | 0.68 |
| Hex | AB | A5 | B5 | 6 | 9 | 0 | 1D | 106 | A | 44 |
| Octal | 253 | 245 | 265 | 6 | 11 | 0 | 35 | 406 | 12 | 104 |
| Binary | 10101011 | 10100101 | 10110101 | 110 | 1001 | 0 | 11101 | 100000110 | 1010 | 1000100 |
Color Harmonies of #ABA5B5
Complementary color
Monochromatic Colors of #ABA5B5
Black with #ABA5B5
Text Example
Text Example
White with #ABA5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA5B5; }
p { color: rgb(171,165,181); }
H1.HeaderClassName
{
color: #ABA5B5;
}
.AnyTagClassName
{
color: #ABA5B5;
}
</style>
background-color css
<style>
a { background-color: #ABA5B5; }
a { background-color: rgb(171,165,181); }
div.DivClassName
{
background-color: #ABA5B5;
}
.BgClassName
{
background-color: #ABA5B5;
}
</style>
border-color css
<style>
span { border-color: #ABA5B5; }
span { border-color: rgb(171,165,181); }
td.TdClassName
{
border-color: #ABA5B5;
}
.TagClassName
{
border-color: #ABA5B5;
}
</style>