Shades of Spun Pearl #A19BAE
Tints of Spun Pearl #A19BAE
RGB
CMYK
RGB Variations
Color information
#A19BAE (or 0xA19BAE) is known color: Spun Pearl. HEX triplet: A1, 9B and AE. RGB value is (161,155,174). Sum of RGB (Red+Green+Blue) = 161+155+174=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 174 - color contains mainly: blue. Hex color #A19BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19BAE is #5E6451. Grayscale: #9E9E9E. Windows color (decimal): -6186066 or 11443105. OLE color: 11443105.
HSL color Cylindrical-coordinate representation of color #A19BAE: hue angle of 258.95º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A19BAE is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 155 | 174 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.32 |
| HSL | 258.95º | 0.1% | 0.65% | - |
| HSV(B) | 258.95º | 0.11% | 0.68% | - |
| XYZ | 34.06 | 34.08 | 44.83 | - |
| YUV | 158.96 | 136.49 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 155 | 174 | 0.07 | 0.11 | 0 | 0.32 | 258.95 | 0.1 | 0.65 |
| Hex | A1 | 9B | AE | 7 | B | 0 | 20 | 103 | A | 41 |
| Octal | 241 | 233 | 256 | 7 | 13 | 0 | 40 | 403 | 12 | 101 |
| Binary | 10100001 | 10011011 | 10101110 | 111 | 1011 | 0 | 100000 | 100000011 | 1010 | 1000001 |
Color Harmonies of #A19BAE
Complementary color
Monochromatic Colors of #A19BAE
Black with #A19BAE
Text Example
Text Example
White with #A19BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19BAE; }
p { color: rgb(161,155,174); }
H1.HeaderClassName
{
color: #A19BAE;
}
.AnyTagClassName
{
color: #A19BAE;
}
</style>
background-color css
<style>
a { background-color: #A19BAE; }
a { background-color: rgb(161,155,174); }
div.DivClassName
{
background-color: #A19BAE;
}
.BgClassName
{
background-color: #A19BAE;
}
</style>
border-color css
<style>
span { border-color: #A19BAE; }
span { border-color: rgb(161,155,174); }
td.TdClassName
{
border-color: #A19BAE;
}
.TagClassName
{
border-color: #A19BAE;
}
</style>