Shades of Spun Pearl #A3A0B6
Tints of Spun Pearl #A3A0B6
RGB
CMYK
RGB Variations
Color information
#A3A0B6 (or 0xA3A0B6) is known color: Spun Pearl. HEX triplet: A3, A0 and B6. RGB value is (163,160,182). Sum of RGB (Red+Green+Blue) = 163+160+182=505 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.28% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 182 (71.48% from 255 or 36.04% from 505); Max value from RGB is 182 - color contains mainly: blue. Hex color #A3A0B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A0B6 is #5C5F49. Grayscale: #A3A3A3. Windows color (decimal): -6053706 or 11968675. OLE color: 11968675.
HSL color Cylindrical-coordinate representation of color #A3A0B6: hue angle of 248.18º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A3A0B6 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 160 | 182 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.29 |
| HSL | 248.18º | 0.13% | 0.67% | - |
| HSV(B) | 248.18º | 0.12% | 0.71% | - |
| XYZ | 36.12 | 36.31 | 49.36 | - |
| YUV | 163.41 | 138.49 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 160 | 182 | 0.10 | 0.12 | 0 | 0.29 | 248.18 | 0.13 | 0.67 |
| Hex | A3 | A0 | B6 | A | C | 0 | 1D | F8 | D | 43 |
| Octal | 243 | 240 | 266 | 12 | 14 | 0 | 35 | 370 | 15 | 103 |
| Binary | 10100011 | 10100000 | 10110110 | 1010 | 1100 | 0 | 11101 | 11111000 | 1101 | 1000011 |
Color Harmonies of #A3A0B6
Complementary color
Monochromatic Colors of #A3A0B6
Black with #A3A0B6
Text Example
Text Example
White with #A3A0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A0B6; }
p { color: rgb(163,160,182); }
H1.HeaderClassName
{
color: #A3A0B6;
}
.AnyTagClassName
{
color: #A3A0B6;
}
</style>
background-color css
<style>
a { background-color: #A3A0B6; }
a { background-color: rgb(163,160,182); }
div.DivClassName
{
background-color: #A3A0B6;
}
.BgClassName
{
background-color: #A3A0B6;
}
</style>
border-color css
<style>
span { border-color: #A3A0B6; }
span { border-color: rgb(163,160,182); }
td.TdClassName
{
border-color: #A3A0B6;
}
.TagClassName
{
border-color: #A3A0B6;
}
</style>