Shades of Spun Pearl #ABA5BD
Tints of Spun Pearl #ABA5BD
RGB
CMYK
RGB Variations
Color information
#ABA5BD (or 0xABA5BD) is known color: Spun Pearl. HEX triplet: AB, A5 and BD. RGB value is (171,165,189). Sum of RGB (Red+Green+Blue) = 171+165+189=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 165 (64.84% from 255 or 31.43% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 189 - color contains mainly: blue. Hex color #ABA5BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA5BD is #545A42. Grayscale: #A9A9A9. Windows color (decimal): -5528131 or 12428715. OLE color: 12428715.
HSL color Cylindrical-coordinate representation of color #ABA5BD: hue angle of 255º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABA5BD is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 165 | 189 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.26 |
| HSL | 255º | 0.15% | 0.69% | - |
| HSV(B) | 255º | 0.13% | 0.74% | - |
| XYZ | 39.44 | 39.24 | 53.64 | - |
| YUV | 169.53 | 138.99 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 165 | 189 | 0.10 | 0.13 | 0 | 0.26 | 255 | 0.15 | 0.69 |
| Hex | AB | A5 | BD | A | D | 0 | 1A | FF | F | 45 |
| Octal | 253 | 245 | 275 | 12 | 15 | 0 | 32 | 377 | 17 | 105 |
| Binary | 10101011 | 10100101 | 10111101 | 1010 | 1101 | 0 | 11010 | 11111111 | 1111 | 1000101 |
Color Harmonies of #ABA5BD
Complementary color
Monochromatic Colors of #ABA5BD
Black with #ABA5BD
Text Example
Text Example
White with #ABA5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA5BD; }
p { color: rgb(171,165,189); }
H1.HeaderClassName
{
color: #ABA5BD;
}
.AnyTagClassName
{
color: #ABA5BD;
}
</style>
background-color css
<style>
a { background-color: #ABA5BD; }
a { background-color: rgb(171,165,189); }
div.DivClassName
{
background-color: #ABA5BD;
}
.BgClassName
{
background-color: #ABA5BD;
}
</style>
border-color css
<style>
span { border-color: #ABA5BD; }
span { border-color: rgb(171,165,189); }
td.TdClassName
{
border-color: #ABA5BD;
}
.TagClassName
{
border-color: #ABA5BD;
}
</style>