Shades of Spun Pearl #A19CB0
Tints of Spun Pearl #A19CB0
RGB
CMYK
RGB Variations
Color information
#A19CB0 (or 0xA19CB0) is known color: Spun Pearl. HEX triplet: A1, 9C and B0. RGB value is (161,156,176). Sum of RGB (Red+Green+Blue) = 161+156+176=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 176 (69.14% from 255 or 35.70% from 493); Max value from RGB is 176 - color contains mainly: blue. Hex color #A19CB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19CB0 is #5E634F. Grayscale: #9F9F9F. Windows color (decimal): -6185808 or 11574433. OLE color: 11574433.
HSL color Cylindrical-coordinate representation of color #A19CB0: hue angle of 255º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A19CB0 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 156 | 176 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.31 |
| HSL | 255º | 0.11% | 0.65% | - |
| HSV(B) | 255º | 0.11% | 0.69% | - |
| XYZ | 34.42 | 34.49 | 45.92 | - |
| YUV | 159.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 156 | 176 | 0.09 | 0.11 | 0 | 0.31 | 255 | 0.11 | 0.65 |
| Hex | A1 | 9C | B0 | 9 | B | 0 | 1F | FF | B | 41 |
| Octal | 241 | 234 | 260 | 11 | 13 | 0 | 37 | 377 | 13 | 101 |
| Binary | 10100001 | 10011100 | 10110000 | 1001 | 1011 | 0 | 11111 | 11111111 | 1011 | 1000001 |
Color Harmonies of #A19CB0
Complementary color
Monochromatic Colors of #A19CB0
Black with #A19CB0
Text Example
Text Example
White with #A19CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19CB0; }
p { color: rgb(161,156,176); }
H1.HeaderClassName
{
color: #A19CB0;
}
.AnyTagClassName
{
color: #A19CB0;
}
</style>
background-color css
<style>
a { background-color: #A19CB0; }
a { background-color: rgb(161,156,176); }
div.DivClassName
{
background-color: #A19CB0;
}
.BgClassName
{
background-color: #A19CB0;
}
</style>
border-color css
<style>
span { border-color: #A19CB0; }
span { border-color: rgb(161,156,176); }
td.TdClassName
{
border-color: #A19CB0;
}
.TagClassName
{
border-color: #A19CB0;
}
</style>