Shades of Spun Pearl #A19AB0
Tints of Spun Pearl #A19AB0
RGB
CMYK
RGB Variations
Color information
#A19AB0 (or 0xA19AB0) is known color: Spun Pearl. HEX triplet: A1, 9A and B0. RGB value is (161,154,176). Sum of RGB (Red+Green+Blue) = 161+154+176=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 176 (69.14% from 255 or 35.85% from 491); Max value from RGB is 176 - color contains mainly: blue. Hex color #A19AB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19AB0 is #5E654F. Grayscale: #9E9E9E. Windows color (decimal): -6186320 or 11573921. OLE color: 11573921.
HSL color Cylindrical-coordinate representation of color #A19AB0: hue angle of 259.09º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A19AB0 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 154 | 176 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.31 |
| HSL | 259.09º | 0.12% | 0.65% | - |
| HSV(B) | 259.09º | 0.13% | 0.69% | - |
| XYZ | 34.09 | 33.82 | 45.81 | - |
| YUV | 158.6 | 137.82 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 154 | 176 | 0.09 | 0.12 | 0 | 0.31 | 259.09 | 0.12 | 0.65 |
| Hex | A1 | 9A | B0 | 9 | C | 0 | 1F | 103 | C | 41 |
| Octal | 241 | 232 | 260 | 11 | 14 | 0 | 37 | 403 | 14 | 101 |
| Binary | 10100001 | 10011010 | 10110000 | 1001 | 1100 | 0 | 11111 | 100000011 | 1100 | 1000001 |
Color Harmonies of #A19AB0
Complementary color
Monochromatic Colors of #A19AB0
Black with #A19AB0
Text Example
Text Example
White with #A19AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19AB0; }
p { color: rgb(161,154,176); }
H1.HeaderClassName
{
color: #A19AB0;
}
.AnyTagClassName
{
color: #A19AB0;
}
</style>
background-color css
<style>
a { background-color: #A19AB0; }
a { background-color: rgb(161,154,176); }
div.DivClassName
{
background-color: #A19AB0;
}
.BgClassName
{
background-color: #A19AB0;
}
</style>
border-color css
<style>
span { border-color: #A19AB0; }
span { border-color: rgb(161,154,176); }
td.TdClassName
{
border-color: #A19AB0;
}
.TagClassName
{
border-color: #A19AB0;
}
</style>