Shades of Spun Pearl #A19AAF
Tints of Spun Pearl #A19AAF
RGB
CMYK
RGB Variations
Color information
#A19AAF (or 0xA19AAF) is known color: Spun Pearl. HEX triplet: A1, 9A and AF. RGB value is (161,154,175). Sum of RGB (Red+Green+Blue) = 161+154+175=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 175 - color contains mainly: blue. Hex color #A19AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19AAF is #5E6550. Grayscale: #9E9E9E. Windows color (decimal): -6186321 or 11508385. OLE color: 11508385.
HSL color Cylindrical-coordinate representation of color #A19AAF: hue angle of 260º 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 #A19AAF is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 154 | 175 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.31 |
| HSL | 260º | 0.12% | 0.65% | - |
| HSV(B) | 260º | 0.12% | 0.69% | - |
| XYZ | 33.99 | 33.78 | 45.29 | - |
| YUV | 158.49 | 137.32 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 154 | 175 | 0.08 | 0.12 | 0 | 0.31 | 260 | 0.12 | 0.65 |
| Hex | A1 | 9A | AF | 8 | C | 0 | 1F | 104 | C | 41 |
| Octal | 241 | 232 | 257 | 10 | 14 | 0 | 37 | 404 | 14 | 101 |
| Binary | 10100001 | 10011010 | 10101111 | 1000 | 1100 | 0 | 11111 | 100000100 | 1100 | 1000001 |
Color Harmonies of #A19AAF
Complementary color
Monochromatic Colors of #A19AAF
Black with #A19AAF
Text Example
Text Example
White with #A19AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19AAF; }
p { color: rgb(161,154,175); }
H1.HeaderClassName
{
color: #A19AAF;
}
.AnyTagClassName
{
color: #A19AAF;
}
</style>
background-color css
<style>
a { background-color: #A19AAF; }
a { background-color: rgb(161,154,175); }
div.DivClassName
{
background-color: #A19AAF;
}
.BgClassName
{
background-color: #A19AAF;
}
</style>
border-color css
<style>
span { border-color: #A19AAF; }
span { border-color: rgb(161,154,175); }
td.TdClassName
{
border-color: #A19AAF;
}
.TagClassName
{
border-color: #A19AAF;
}
</style>