Shades of Spun Pearl #A4A1B2
Tints of Spun Pearl #A4A1B2
RGB
CMYK
RGB Variations
Color information
#A4A1B2 (or 0xA4A1B2) is known color: Spun Pearl. HEX triplet: A4, A1 and B2. RGB value is (164,161,178). Sum of RGB (Red+Green+Blue) = 164+161+178=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 161 (63.28% from 255 or 32.01% from 503); Blue value is 178 (69.92% from 255 or 35.39% from 503); Max value from RGB is 178 - color contains mainly: blue. Hex color #A4A1B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A1B2 is #5B5E4D. Grayscale: #A3A3A3. Windows color (decimal): -5987918 or 11706788. OLE color: 11706788.
HSL color Cylindrical-coordinate representation of color #A4A1B2: hue angle of 250.59º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A4A1B2 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 164 | 161 | 178 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.30 |
| HSL | 250.59º | 0.1% | 0.66% | - |
| HSV(B) | 250.59º | 0.1% | 0.7% | - |
| XYZ | 36.09 | 36.6 | 47.28 | - |
| YUV | 163.84 | 135.99 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 161 | 178 | 0.08 | 0.10 | 0 | 0.30 | 250.59 | 0.1 | 0.66 |
| Hex | A4 | A1 | B2 | 8 | A | 0 | 1E | FB | A | 42 |
| Octal | 244 | 241 | 262 | 10 | 12 | 0 | 36 | 373 | 12 | 102 |
| Binary | 10100100 | 10100001 | 10110010 | 1000 | 1010 | 0 | 11110 | 11111011 | 1010 | 1000010 |
Color Harmonies of #A4A1B2
Complementary color
Monochromatic Colors of #A4A1B2
Black with #A4A1B2
Text Example
Text Example
White with #A4A1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A1B2; }
p { color: rgb(164,161,178); }
H1.HeaderClassName
{
color: #A4A1B2;
}
.AnyTagClassName
{
color: #A4A1B2;
}
</style>
background-color css
<style>
a { background-color: #A4A1B2; }
a { background-color: rgb(164,161,178); }
div.DivClassName
{
background-color: #A4A1B2;
}
.BgClassName
{
background-color: #A4A1B2;
}
</style>
border-color css
<style>
span { border-color: #A4A1B2; }
span { border-color: rgb(164,161,178); }
td.TdClassName
{
border-color: #A4A1B2;
}
.TagClassName
{
border-color: #A4A1B2;
}
</style>