Shades of Spun Pearl #A39FB2
Tints of Spun Pearl #A39FB2
RGB
CMYK
RGB Variations
Color information
#A39FB2 (or 0xA39FB2) is known color: Spun Pearl. HEX triplet: A3, 9F and B2. RGB value is (163,159,178). Sum of RGB (Red+Green+Blue) = 163+159+178=500 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.6% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 178 (69.92% from 255 or 35.6% from 500); Max value from RGB is 178 - color contains mainly: blue. Hex color #A39FB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39FB2 is #5C604D. Grayscale: #A2A2A2. Windows color (decimal): -6053966 or 11706275. OLE color: 11706275.
HSL color Cylindrical-coordinate representation of color #A39FB2: hue angle of 252.63º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A39FB2 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 159 | 178 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.30 |
| HSL | 252.63º | 0.11% | 0.66% | - |
| HSV(B) | 252.63º | 0.11% | 0.7% | - |
| XYZ | 35.54 | 35.8 | 47.16 | - |
| YUV | 162.36 | 136.83 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 159 | 178 | 0.08 | 0.11 | 0 | 0.30 | 252.63 | 0.11 | 0.66 |
| Hex | A3 | 9F | B2 | 8 | B | 0 | 1E | FD | B | 42 |
| Octal | 243 | 237 | 262 | 10 | 13 | 0 | 36 | 375 | 13 | 102 |
| Binary | 10100011 | 10011111 | 10110010 | 1000 | 1011 | 0 | 11110 | 11111101 | 1011 | 1000010 |
Color Harmonies of #A39FB2
Complementary color
Monochromatic Colors of #A39FB2
Black with #A39FB2
Text Example
Text Example
White with #A39FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39FB2; }
p { color: rgb(163,159,178); }
H1.HeaderClassName
{
color: #A39FB2;
}
.AnyTagClassName
{
color: #A39FB2;
}
</style>
background-color css
<style>
a { background-color: #A39FB2; }
a { background-color: rgb(163,159,178); }
div.DivClassName
{
background-color: #A39FB2;
}
.BgClassName
{
background-color: #A39FB2;
}
</style>
border-color css
<style>
span { border-color: #A39FB2; }
span { border-color: rgb(163,159,178); }
td.TdClassName
{
border-color: #A39FB2;
}
.TagClassName
{
border-color: #A39FB2;
}
</style>