Shades of Spun Pearl #A5A1B5
Tints of Spun Pearl #A5A1B5
RGB
CMYK
RGB Variations
Color information
#A5A1B5 (or 0xA5A1B5) is known color: Spun Pearl. HEX triplet: A5, A1 and B5. RGB value is (165,161,181). Sum of RGB (Red+Green+Blue) = 165+161+181=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 161 (63.28% from 255 or 31.76% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 181 - color contains mainly: blue. Hex color #A5A1B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A1B5 is #5A5E4A. Grayscale: #A4A4A4. Windows color (decimal): -5922379 or 11903397. OLE color: 11903397.
HSL color Cylindrical-coordinate representation of color #A5A1B5: hue angle of 252º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A5A1B5 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 161 | 181 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.29 |
| HSL | 252º | 0.12% | 0.67% | - |
| HSV(B) | 252º | 0.11% | 0.71% | - |
| XYZ | 36.6 | 36.83 | 48.89 | - |
| YUV | 164.48 | 137.33 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 161 | 181 | 0.09 | 0.11 | 0 | 0.29 | 252 | 0.12 | 0.67 |
| Hex | A5 | A1 | B5 | 9 | B | 0 | 1D | FC | C | 43 |
| Octal | 245 | 241 | 265 | 11 | 13 | 0 | 35 | 374 | 14 | 103 |
| Binary | 10100101 | 10100001 | 10110101 | 1001 | 1011 | 0 | 11101 | 11111100 | 1100 | 1000011 |
Color Harmonies of #A5A1B5
Complementary color
Monochromatic Colors of #A5A1B5
Black with #A5A1B5
Text Example
Text Example
White with #A5A1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A1B5; }
p { color: rgb(165,161,181); }
H1.HeaderClassName
{
color: #A5A1B5;
}
.AnyTagClassName
{
color: #A5A1B5;
}
</style>
background-color css
<style>
a { background-color: #A5A1B5; }
a { background-color: rgb(165,161,181); }
div.DivClassName
{
background-color: #A5A1B5;
}
.BgClassName
{
background-color: #A5A1B5;
}
</style>
border-color css
<style>
span { border-color: #A5A1B5; }
span { border-color: rgb(165,161,181); }
td.TdClassName
{
border-color: #A5A1B5;
}
.TagClassName
{
border-color: #A5A1B5;
}
</style>