Shades of Spun Pearl #A39EB2
Tints of Spun Pearl #A39EB2
RGB
CMYK
RGB Variations
Color information
#A39EB2 (or 0xA39EB2) is known color: Spun Pearl. HEX triplet: A3, 9E and B2. RGB value is (163,158,178). Sum of RGB (Red+Green+Blue) = 163+158+178=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 158 (62.11% from 255 or 31.66% from 499); Blue value is 178 (69.92% from 255 or 35.67% from 499); Max value from RGB is 178 - color contains mainly: blue. Hex color #A39EB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39EB2 is #5C614D. Grayscale: #A1A1A1. Windows color (decimal): -6054222 or 11706019. OLE color: 11706019.
HSL color Cylindrical-coordinate representation of color #A39EB2: hue angle of 255º 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 #A39EB2 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 158 | 178 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.30 |
| HSL | 255º | 0.11% | 0.66% | - |
| HSV(B) | 255º | 0.11% | 0.7% | - |
| XYZ | 35.37 | 35.45 | 47.1 | - |
| YUV | 161.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 158 | 178 | 0.08 | 0.11 | 0 | 0.30 | 255 | 0.11 | 0.66 |
| Hex | A3 | 9E | B2 | 8 | B | 0 | 1E | FF | B | 42 |
| Octal | 243 | 236 | 262 | 10 | 13 | 0 | 36 | 377 | 13 | 102 |
| Binary | 10100011 | 10011110 | 10110010 | 1000 | 1011 | 0 | 11110 | 11111111 | 1011 | 1000010 |
Color Harmonies of #A39EB2
Complementary color
Monochromatic Colors of #A39EB2
Black with #A39EB2
Text Example
Text Example
White with #A39EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39EB2; }
p { color: rgb(163,158,178); }
H1.HeaderClassName
{
color: #A39EB2;
}
.AnyTagClassName
{
color: #A39EB2;
}
</style>
background-color css
<style>
a { background-color: #A39EB2; }
a { background-color: rgb(163,158,178); }
div.DivClassName
{
background-color: #A39EB2;
}
.BgClassName
{
background-color: #A39EB2;
}
</style>
border-color css
<style>
span { border-color: #A39EB2; }
span { border-color: rgb(163,158,178); }
td.TdClassName
{
border-color: #A39EB2;
}
.TagClassName
{
border-color: #A39EB2;
}
</style>