Shades of Spun Pearl #A7A1B4
Tints of Spun Pearl #A7A1B4
RGB
CMYK
RGB Variations
Color information
#A7A1B4 (or 0xA7A1B4) is known color: Spun Pearl. HEX triplet: A7, A1 and B4. RGB value is (167,161,180). Sum of RGB (Red+Green+Blue) = 167+161+180=508 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.87% from 508); Green value is 161 (63.28% from 255 or 31.69% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 180 - color contains mainly: blue. Hex color #A7A1B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A1B4 is #585E4B. Grayscale: #A4A4A4. Windows color (decimal): -5791308 or 11837863. OLE color: 11837863.
HSL color Cylindrical-coordinate representation of color #A7A1B4: hue angle of 258.95º degrees, saturation: 0.11, 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 #A7A1B4 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 161 | 180 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.29 |
| HSL | 258.95º | 0.11% | 0.67% | - |
| HSV(B) | 258.95º | 0.11% | 0.71% | - |
| XYZ | 36.92 | 37 | 48.38 | - |
| YUV | 164.96 | 136.49 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 161 | 180 | 0.07 | 0.11 | 0 | 0.29 | 258.95 | 0.11 | 0.67 |
| Hex | A7 | A1 | B4 | 7 | B | 0 | 1D | 103 | B | 43 |
| Octal | 247 | 241 | 264 | 7 | 13 | 0 | 35 | 403 | 13 | 103 |
| Binary | 10100111 | 10100001 | 10110100 | 111 | 1011 | 0 | 11101 | 100000011 | 1011 | 1000011 |
Color Harmonies of #A7A1B4
Complementary color
Monochromatic Colors of #A7A1B4
Black with #A7A1B4
Text Example
Text Example
White with #A7A1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A1B4; }
p { color: rgb(167,161,180); }
H1.HeaderClassName
{
color: #A7A1B4;
}
.AnyTagClassName
{
color: #A7A1B4;
}
</style>
background-color css
<style>
a { background-color: #A7A1B4; }
a { background-color: rgb(167,161,180); }
div.DivClassName
{
background-color: #A7A1B4;
}
.BgClassName
{
background-color: #A7A1B4;
}
</style>
border-color css
<style>
span { border-color: #A7A1B4; }
span { border-color: rgb(167,161,180); }
td.TdClassName
{
border-color: #A7A1B4;
}
.TagClassName
{
border-color: #A7A1B4;
}
</style>