Shades of Spun Pearl #A19EA7
Tints of Spun Pearl #A19EA7
RGB
CMYK
RGB Variations
Color information
#A19EA7 (or 0xA19EA7) is known color: Spun Pearl. HEX triplet: A1, 9E and A7. RGB value is (161,158,167). Sum of RGB (Red+Green+Blue) = 161+158+167=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 158 (62.11% from 255 or 32.51% from 486); Blue value is 167 (65.62% from 255 or 34.36% from 486); Max value from RGB is 167 - color contains mainly: blue. Hex color #A19EA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19EA7 is #5E6158. Grayscale: #9F9F9F. Windows color (decimal): -6185305 or 10985121. OLE color: 10985121.
HSL color Cylindrical-coordinate representation of color #A19EA7: hue angle of 260º degrees, saturation: 0.05, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A19EA7 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 158 | 167 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.35 |
| HSL | 260º | 0.05% | 0.64% | - |
| HSV(B) | 260º | 0.05% | 0.65% | - |
| XYZ | 33.9 | 34.82 | 41.49 | - |
| YUV | 159.92 | 131.99 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 158 | 167 | 0.04 | 0.05 | 0 | 0.35 | 260 | 0.05 | 0.64 |
| Hex | A1 | 9E | A7 | 4 | 5 | 0 | 23 | 104 | 5 | 40 |
| Octal | 241 | 236 | 247 | 4 | 5 | 0 | 43 | 404 | 5 | 100 |
| Binary | 10100001 | 10011110 | 10100111 | 100 | 101 | 0 | 100011 | 100000100 | 101 | 1000000 |
Color Harmonies of #A19EA7
Complementary color
Monochromatic Colors of #A19EA7
Black with #A19EA7
Text Example
Text Example
White with #A19EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19EA7; }
p { color: rgb(161,158,167); }
H1.HeaderClassName
{
color: #A19EA7;
}
.AnyTagClassName
{
color: #A19EA7;
}
</style>
background-color css
<style>
a { background-color: #A19EA7; }
a { background-color: rgb(161,158,167); }
div.DivClassName
{
background-color: #A19EA7;
}
.BgClassName
{
background-color: #A19EA7;
}
</style>
border-color css
<style>
span { border-color: #A19EA7; }
span { border-color: rgb(161,158,167); }
td.TdClassName
{
border-color: #A19EA7;
}
.TagClassName
{
border-color: #A19EA7;
}
</style>