Shades of Spun Pearl #A49CB6
Tints of Spun Pearl #A49CB6
RGB
CMYK
RGB Variations
Color information
#A49CB6 (or 0xA49CB6) is known color: Spun Pearl. HEX triplet: A4, 9C and B6. RGB value is (164,156,182). Sum of RGB (Red+Green+Blue) = 164+156+182=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 182 (71.48% from 255 or 36.25% from 502); Max value from RGB is 182 - color contains mainly: blue. Hex color #A49CB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49CB6 is #5B6349. Grayscale: #A1A1A1. Windows color (decimal): -5989194 or 11967652. OLE color: 11967652.
HSL color Cylindrical-coordinate representation of color #A49CB6: hue angle of 258.46º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A49CB6 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 156 | 182 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.29 |
| HSL | 258.46º | 0.15% | 0.66% | - |
| HSV(B) | 258.46º | 0.14% | 0.71% | - |
| XYZ | 35.64 | 35.05 | 49.14 | - |
| YUV | 161.36 | 139.65 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 156 | 182 | 0.10 | 0.14 | 0 | 0.29 | 258.46 | 0.15 | 0.66 |
| Hex | A4 | 9C | B6 | A | E | 0 | 1D | 102 | F | 42 |
| Octal | 244 | 234 | 266 | 12 | 16 | 0 | 35 | 402 | 17 | 102 |
| Binary | 10100100 | 10011100 | 10110110 | 1010 | 1110 | 0 | 11101 | 100000010 | 1111 | 1000010 |
Color Harmonies of #A49CB6
Complementary color
Monochromatic Colors of #A49CB6
Black with #A49CB6
Text Example
Text Example
White with #A49CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49CB6; }
p { color: rgb(164,156,182); }
H1.HeaderClassName
{
color: #A49CB6;
}
.AnyTagClassName
{
color: #A49CB6;
}
</style>
background-color css
<style>
a { background-color: #A49CB6; }
a { background-color: rgb(164,156,182); }
div.DivClassName
{
background-color: #A49CB6;
}
.BgClassName
{
background-color: #A49CB6;
}
</style>
border-color css
<style>
span { border-color: #A49CB6; }
span { border-color: rgb(164,156,182); }
td.TdClassName
{
border-color: #A49CB6;
}
.TagClassName
{
border-color: #A49CB6;
}
</style>