Shades of Spun Pearl #A39CB0
Tints of Spun Pearl #A39CB0
RGB
CMYK
RGB Variations
Color information
#A39CB0 (or 0xA39CB0) is known color: Spun Pearl. HEX triplet: A3, 9C and B0. RGB value is (163,156,176). Sum of RGB (Red+Green+Blue) = 163+156+176=495 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.93% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 176 (69.14% from 255 or 35.56% from 495); Max value from RGB is 176 - color contains mainly: blue. Hex color #A39CB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39CB0 is #5C634F. Grayscale: #A0A0A0. Windows color (decimal): -6054736 or 11574435. OLE color: 11574435.
HSL color Cylindrical-coordinate representation of color #A39CB0: hue angle of 261º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A39CB0 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 156 | 176 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.31 |
| HSL | 261º | 0.11% | 0.65% | - |
| HSV(B) | 261º | 0.11% | 0.69% | - |
| XYZ | 34.83 | 34.7 | 45.94 | - |
| YUV | 160.37 | 136.82 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 156 | 176 | 0.07 | 0.11 | 0 | 0.31 | 261 | 0.11 | 0.65 |
| Hex | A3 | 9C | B0 | 7 | B | 0 | 1F | 105 | B | 41 |
| Octal | 243 | 234 | 260 | 7 | 13 | 0 | 37 | 405 | 13 | 101 |
| Binary | 10100011 | 10011100 | 10110000 | 111 | 1011 | 0 | 11111 | 100000101 | 1011 | 1000001 |
Color Harmonies of #A39CB0
Complementary color
Monochromatic Colors of #A39CB0
Black with #A39CB0
Text Example
Text Example
White with #A39CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39CB0; }
p { color: rgb(163,156,176); }
H1.HeaderClassName
{
color: #A39CB0;
}
.AnyTagClassName
{
color: #A39CB0;
}
</style>
background-color css
<style>
a { background-color: #A39CB0; }
a { background-color: rgb(163,156,176); }
div.DivClassName
{
background-color: #A39CB0;
}
.BgClassName
{
background-color: #A39CB0;
}
</style>
border-color css
<style>
span { border-color: #A39CB0; }
span { border-color: rgb(163,156,176); }
td.TdClassName
{
border-color: #A39CB0;
}
.TagClassName
{
border-color: #A39CB0;
}
</style>