Shades of Spun Pearl #A39CB6
Tints of Spun Pearl #A39CB6
RGB
CMYK
RGB Variations
Color information
#A39CB6 (or 0xA39CB6) is known color: Spun Pearl. HEX triplet: A3, 9C and B6. RGB value is (163,156,182). Sum of RGB (Red+Green+Blue) = 163+156+182=501 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.53% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 182 (71.48% from 255 or 36.33% from 501); Max value from RGB is 182 - color contains mainly: blue. Hex color #A39CB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39CB6 is #5C6349. Grayscale: #A0A0A0. Windows color (decimal): -6054730 or 11967651. OLE color: 11967651.
HSL color Cylindrical-coordinate representation of color #A39CB6: hue angle of 256.15º 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 #A39CB6 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 156 | 182 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.29 |
| HSL | 256.15º | 0.15% | 0.66% | - |
| HSV(B) | 256.15º | 0.14% | 0.71% | - |
| XYZ | 35.44 | 34.94 | 49.13 | - |
| YUV | 161.06 | 139.82 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 156 | 182 | 0.10 | 0.14 | 0 | 0.29 | 256.15 | 0.15 | 0.66 |
| Hex | A3 | 9C | B6 | A | E | 0 | 1D | 100 | F | 42 |
| Octal | 243 | 234 | 266 | 12 | 16 | 0 | 35 | 400 | 17 | 102 |
| Binary | 10100011 | 10011100 | 10110110 | 1010 | 1110 | 0 | 11101 | 100000000 | 1111 | 1000010 |
Color Harmonies of #A39CB6
Complementary color
Monochromatic Colors of #A39CB6
Black with #A39CB6
Text Example
Text Example
White with #A39CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39CB6; }
p { color: rgb(163,156,182); }
H1.HeaderClassName
{
color: #A39CB6;
}
.AnyTagClassName
{
color: #A39CB6;
}
</style>
background-color css
<style>
a { background-color: #A39CB6; }
a { background-color: rgb(163,156,182); }
div.DivClassName
{
background-color: #A39CB6;
}
.BgClassName
{
background-color: #A39CB6;
}
</style>
border-color css
<style>
span { border-color: #A39CB6; }
span { border-color: rgb(163,156,182); }
td.TdClassName
{
border-color: #A39CB6;
}
.TagClassName
{
border-color: #A39CB6;
}
</style>