Shades of Spun Pearl #A39CB5
Tints of Spun Pearl #A39CB5
RGB
CMYK
RGB Variations
Color information
#A39CB5 (or 0xA39CB5) is known color: Spun Pearl. HEX triplet: A3, 9C and B5. RGB value is (163,156,181). Sum of RGB (Red+Green+Blue) = 163+156+181=500 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.6% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 181 (71.09% from 255 or 36.2% from 500); Max value from RGB is 181 - color contains mainly: blue. Hex color #A39CB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39CB5 is #5C634A. Grayscale: #A0A0A0. Windows color (decimal): -6054731 or 11902115. OLE color: 11902115.
HSL color Cylindrical-coordinate representation of color #A39CB5: hue angle of 256.8º degrees, saturation: 0.14, 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 #A39CB5 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 156 | 181 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.29 |
| HSL | 256.8º | 0.14% | 0.66% | - |
| HSV(B) | 256.8º | 0.14% | 0.71% | - |
| XYZ | 35.33 | 34.9 | 48.59 | - |
| YUV | 160.94 | 139.32 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 156 | 181 | 0.10 | 0.14 | 0 | 0.29 | 256.8 | 0.14 | 0.66 |
| Hex | A3 | 9C | B5 | A | E | 0 | 1D | 101 | E | 42 |
| Octal | 243 | 234 | 265 | 12 | 16 | 0 | 35 | 401 | 16 | 102 |
| Binary | 10100011 | 10011100 | 10110101 | 1010 | 1110 | 0 | 11101 | 100000001 | 1110 | 1000010 |
Color Harmonies of #A39CB5
Complementary color
Monochromatic Colors of #A39CB5
Black with #A39CB5
Text Example
Text Example
White with #A39CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39CB5; }
p { color: rgb(163,156,181); }
H1.HeaderClassName
{
color: #A39CB5;
}
.AnyTagClassName
{
color: #A39CB5;
}
</style>
background-color css
<style>
a { background-color: #A39CB5; }
a { background-color: rgb(163,156,181); }
div.DivClassName
{
background-color: #A39CB5;
}
.BgClassName
{
background-color: #A39CB5;
}
</style>
border-color css
<style>
span { border-color: #A39CB5; }
span { border-color: rgb(163,156,181); }
td.TdClassName
{
border-color: #A39CB5;
}
.TagClassName
{
border-color: #A39CB5;
}
</style>