Shades of Spun Pearl #A39FA8
Tints of Spun Pearl #A39FA8
RGB
CMYK
RGB Variations
Color information
#A39FA8 (or 0xA39FA8) is known color: Spun Pearl. HEX triplet: A3, 9F and A8. RGB value is (163,159,168). Sum of RGB (Red+Green+Blue) = 163+159+168=490 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.27% from 490); Green value is 159 (62.5% from 255 or 32.45% from 490); Blue value is 168 (66.02% from 255 or 34.29% from 490); Max value from RGB is 168 - color contains mainly: blue. Hex color #A39FA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39FA8 is #5C6057. Grayscale: #A1A1A1. Windows color (decimal): -6053976 or 11050915. OLE color: 11050915.
HSL color Cylindrical-coordinate representation of color #A39FA8: hue angle of 266.67º degrees, saturation: 0.05, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A39FA8 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 159 | 168 | - |
| CMYK | 0.03 | 0.05 | 0 | 0.34 |
| HSL | 266.67º | 0.05% | 0.64% | - |
| HSV(B) | 266.67º | 0.05% | 0.66% | - |
| XYZ | 34.57 | 35.41 | 42.06 | - |
| YUV | 161.22 | 131.83 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 159 | 168 | 0.03 | 0.05 | 0 | 0.34 | 266.67 | 0.05 | 0.64 |
| Hex | A3 | 9F | A8 | 3 | 5 | 0 | 22 | 10B | 5 | 40 |
| Octal | 243 | 237 | 250 | 3 | 5 | 0 | 42 | 413 | 5 | 100 |
| Binary | 10100011 | 10011111 | 10101000 | 11 | 101 | 0 | 100010 | 100001011 | 101 | 1000000 |
Color Harmonies of #A39FA8
Complementary color
Monochromatic Colors of #A39FA8
Black with #A39FA8
Text Example
Text Example
White with #A39FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39FA8; }
p { color: rgb(163,159,168); }
H1.HeaderClassName
{
color: #A39FA8;
}
.AnyTagClassName
{
color: #A39FA8;
}
</style>
background-color css
<style>
a { background-color: #A39FA8; }
a { background-color: rgb(163,159,168); }
div.DivClassName
{
background-color: #A39FA8;
}
.BgClassName
{
background-color: #A39FA8;
}
</style>
border-color css
<style>
span { border-color: #A39FA8; }
span { border-color: rgb(163,159,168); }
td.TdClassName
{
border-color: #A39FA8;
}
.TagClassName
{
border-color: #A39FA8;
}
</style>