Shades of Spun Pearl #A19AB2
Tints of Spun Pearl #A19AB2
RGB
CMYK
RGB Variations
Color information
#A19AB2 (or 0xA19AB2) is known color: Spun Pearl. HEX triplet: A1, 9A and B2. RGB value is (161,154,178). Sum of RGB (Red+Green+Blue) = 161+154+178=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 178 (69.92% from 255 or 36.11% from 493); Max value from RGB is 178 - color contains mainly: blue. Hex color #A19AB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19AB2 is #5E654D. Grayscale: #9E9E9E. Windows color (decimal): -6186318 or 11704993. OLE color: 11704993.
HSL color Cylindrical-coordinate representation of color #A19AB2: hue angle of 257.5º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A19AB2 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 154 | 178 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.30 |
| HSL | 257.5º | 0.13% | 0.65% | - |
| HSV(B) | 257.5º | 0.13% | 0.7% | - |
| XYZ | 34.29 | 33.9 | 46.86 | - |
| YUV | 158.83 | 138.82 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 154 | 178 | 0.10 | 0.13 | 0 | 0.30 | 257.5 | 0.13 | 0.65 |
| Hex | A1 | 9A | B2 | A | D | 0 | 1E | 102 | D | 41 |
| Octal | 241 | 232 | 262 | 12 | 15 | 0 | 36 | 402 | 15 | 101 |
| Binary | 10100001 | 10011010 | 10110010 | 1010 | 1101 | 0 | 11110 | 100000010 | 1101 | 1000001 |
Color Harmonies of #A19AB2
Complementary color
Monochromatic Colors of #A19AB2
Black with #A19AB2
Text Example
Text Example
White with #A19AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19AB2; }
p { color: rgb(161,154,178); }
H1.HeaderClassName
{
color: #A19AB2;
}
.AnyTagClassName
{
color: #A19AB2;
}
</style>
background-color css
<style>
a { background-color: #A19AB2; }
a { background-color: rgb(161,154,178); }
div.DivClassName
{
background-color: #A19AB2;
}
.BgClassName
{
background-color: #A19AB2;
}
</style>
border-color css
<style>
span { border-color: #A19AB2; }
span { border-color: rgb(161,154,178); }
td.TdClassName
{
border-color: #A19AB2;
}
.TagClassName
{
border-color: #A19AB2;
}
</style>