Shades of Spun Pearl #A4A1B3
Tints of Spun Pearl #A4A1B3
RGB
CMYK
RGB Variations
Color information
#A4A1B3 (or 0xA4A1B3) is known color: Spun Pearl. HEX triplet: A4, A1 and B3. RGB value is (164,161,179). Sum of RGB (Red+Green+Blue) = 164+161+179=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 161 (63.28% from 255 or 31.94% from 504); Blue value is 179 (70.31% from 255 or 35.52% from 504); Max value from RGB is 179 - color contains mainly: blue. Hex color #A4A1B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A1B3 is #5B5E4C. Grayscale: #A3A3A3. Windows color (decimal): -5987917 or 11772324. OLE color: 11772324.
HSL color Cylindrical-coordinate representation of color #A4A1B3: hue angle of 250º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A4A1B3 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 164 | 161 | 179 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.30 |
| HSL | 250º | 0.11% | 0.67% | - |
| HSV(B) | 250º | 0.1% | 0.7% | - |
| XYZ | 36.19 | 36.64 | 47.81 | - |
| YUV | 163.95 | 136.49 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 161 | 179 | 0.08 | 0.10 | 0 | 0.30 | 250 | 0.11 | 0.67 |
| Hex | A4 | A1 | B3 | 8 | A | 0 | 1E | FA | B | 43 |
| Octal | 244 | 241 | 263 | 10 | 12 | 0 | 36 | 372 | 13 | 103 |
| Binary | 10100100 | 10100001 | 10110011 | 1000 | 1010 | 0 | 11110 | 11111010 | 1011 | 1000011 |
Color Harmonies of #A4A1B3
Complementary color
Monochromatic Colors of #A4A1B3
Black with #A4A1B3
Text Example
Text Example
White with #A4A1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A1B3; }
p { color: rgb(164,161,179); }
H1.HeaderClassName
{
color: #A4A1B3;
}
.AnyTagClassName
{
color: #A4A1B3;
}
</style>
background-color css
<style>
a { background-color: #A4A1B3; }
a { background-color: rgb(164,161,179); }
div.DivClassName
{
background-color: #A4A1B3;
}
.BgClassName
{
background-color: #A4A1B3;
}
</style>
border-color css
<style>
span { border-color: #A4A1B3; }
span { border-color: rgb(164,161,179); }
td.TdClassName
{
border-color: #A4A1B3;
}
.TagClassName
{
border-color: #A4A1B3;
}
</style>