Shades of Spun Pearl #A19CB5
Tints of Spun Pearl #A19CB5
RGB
CMYK
RGB Variations
Color information
#A19CB5 (or 0xA19CB5) is known color: Spun Pearl. HEX triplet: A1, 9C and B5. RGB value is (161,156,181). Sum of RGB (Red+Green+Blue) = 161+156+181=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 156 (61.33% from 255 or 31.33% from 498); Blue value is 181 (71.09% from 255 or 36.35% from 498); Max value from RGB is 181 - color contains mainly: blue. Hex color #A19CB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19CB5 is #5E634A. Grayscale: #A0A0A0. Windows color (decimal): -6185803 or 11902113. OLE color: 11902113.
HSL color Cylindrical-coordinate representation of color #A19CB5: hue angle of 252º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A19CB5 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 156 | 181 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.29 |
| HSL | 252º | 0.14% | 0.66% | - |
| HSV(B) | 252º | 0.14% | 0.71% | - |
| XYZ | 34.93 | 34.69 | 48.57 | - |
| YUV | 160.35 | 139.66 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 156 | 181 | 0.11 | 0.14 | 0 | 0.29 | 252 | 0.14 | 0.66 |
| Hex | A1 | 9C | B5 | B | E | 0 | 1D | FC | E | 42 |
| Octal | 241 | 234 | 265 | 13 | 16 | 0 | 35 | 374 | 16 | 102 |
| Binary | 10100001 | 10011100 | 10110101 | 1011 | 1110 | 0 | 11101 | 11111100 | 1110 | 1000010 |
Color Harmonies of #A19CB5
Complementary color
Monochromatic Colors of #A19CB5
Black with #A19CB5
Text Example
Text Example
White with #A19CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19CB5; }
p { color: rgb(161,156,181); }
H1.HeaderClassName
{
color: #A19CB5;
}
.AnyTagClassName
{
color: #A19CB5;
}
</style>
background-color css
<style>
a { background-color: #A19CB5; }
a { background-color: rgb(161,156,181); }
div.DivClassName
{
background-color: #A19CB5;
}
.BgClassName
{
background-color: #A19CB5;
}
</style>
border-color css
<style>
span { border-color: #A19CB5; }
span { border-color: rgb(161,156,181); }
td.TdClassName
{
border-color: #A19CB5;
}
.TagClassName
{
border-color: #A19CB5;
}
</style>