Shades of Spun Pearl #A19EB0
Tints of Spun Pearl #A19EB0
RGB
CMYK
RGB Variations
Color information
#A19EB0 (or 0xA19EB0) is known color: Spun Pearl. HEX triplet: A1, 9E and B0. RGB value is (161,158,176). Sum of RGB (Red+Green+Blue) = 161+158+176=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 176 (69.14% from 255 or 35.56% from 495); Max value from RGB is 176 - color contains mainly: blue. Hex color #A19EB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19EB0 is #5E614F. Grayscale: #A0A0A0. Windows color (decimal): -6185296 or 11574945. OLE color: 11574945.
HSL color Cylindrical-coordinate representation of color #A19EB0: hue angle of 250º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A19EB0 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 158 | 176 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.31 |
| HSL | 250º | 0.1% | 0.65% | - |
| HSV(B) | 250º | 0.1% | 0.69% | - |
| XYZ | 34.76 | 35.17 | 46.03 | - |
| YUV | 160.95 | 136.49 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 158 | 176 | 0.09 | 0.10 | 0 | 0.31 | 250 | 0.1 | 0.65 |
| Hex | A1 | 9E | B0 | 9 | A | 0 | 1F | FA | A | 41 |
| Octal | 241 | 236 | 260 | 11 | 12 | 0 | 37 | 372 | 12 | 101 |
| Binary | 10100001 | 10011110 | 10110000 | 1001 | 1010 | 0 | 11111 | 11111010 | 1010 | 1000001 |
Color Harmonies of #A19EB0
Complementary color
Monochromatic Colors of #A19EB0
Black with #A19EB0
Text Example
Text Example
White with #A19EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19EB0; }
p { color: rgb(161,158,176); }
H1.HeaderClassName
{
color: #A19EB0;
}
.AnyTagClassName
{
color: #A19EB0;
}
</style>
background-color css
<style>
a { background-color: #A19EB0; }
a { background-color: rgb(161,158,176); }
div.DivClassName
{
background-color: #A19EB0;
}
.BgClassName
{
background-color: #A19EB0;
}
</style>
border-color css
<style>
span { border-color: #A19EB0; }
span { border-color: rgb(161,158,176); }
td.TdClassName
{
border-color: #A19EB0;
}
.TagClassName
{
border-color: #A19EB0;
}
</style>