Shades of Spun Pearl #A19FB2
Tints of Spun Pearl #A19FB2
RGB
CMYK
RGB Variations
Color information
#A19FB2 (or 0xA19FB2) is known color: Spun Pearl. HEX triplet: A1, 9F and B2. RGB value is (161,159,178). Sum of RGB (Red+Green+Blue) = 161+159+178=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 178 (69.92% from 255 or 35.74% from 498); Max value from RGB is 178 - color contains mainly: blue. Hex color #A19FB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19FB2 is #5E604D. Grayscale: #A1A1A1. Windows color (decimal): -6185038 or 11706273. OLE color: 11706273.
HSL color Cylindrical-coordinate representation of color #A19FB2: hue angle of 246.32º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A19FB2 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 159 | 178 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.30 |
| HSL | 246.32º | 0.11% | 0.66% | - |
| HSV(B) | 246.32º | 0.11% | 0.7% | - |
| XYZ | 35.13 | 35.59 | 47.14 | - |
| YUV | 161.76 | 137.16 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 159 | 178 | 0.10 | 0.11 | 0 | 0.30 | 246.32 | 0.11 | 0.66 |
| Hex | A1 | 9F | B2 | A | B | 0 | 1E | F6 | B | 42 |
| Octal | 241 | 237 | 262 | 12 | 13 | 0 | 36 | 366 | 13 | 102 |
| Binary | 10100001 | 10011111 | 10110010 | 1010 | 1011 | 0 | 11110 | 11110110 | 1011 | 1000010 |
Color Harmonies of #A19FB2
Complementary color
Monochromatic Colors of #A19FB2
Black with #A19FB2
Text Example
Text Example
White with #A19FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19FB2; }
p { color: rgb(161,159,178); }
H1.HeaderClassName
{
color: #A19FB2;
}
.AnyTagClassName
{
color: #A19FB2;
}
</style>
background-color css
<style>
a { background-color: #A19FB2; }
a { background-color: rgb(161,159,178); }
div.DivClassName
{
background-color: #A19FB2;
}
.BgClassName
{
background-color: #A19FB2;
}
</style>
border-color css
<style>
span { border-color: #A19FB2; }
span { border-color: rgb(161,159,178); }
td.TdClassName
{
border-color: #A19FB2;
}
.TagClassName
{
border-color: #A19FB2;
}
</style>