Shades of Spun Pearl #A19AB4
Tints of Spun Pearl #A19AB4
RGB
CMYK
RGB Variations
Color information
#A19AB4 (or 0xA19AB4) is known color: Spun Pearl. HEX triplet: A1, 9A and B4. RGB value is (161,154,180). Sum of RGB (Red+Green+Blue) = 161+154+180=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 180 (70.70% from 255 or 36.36% from 495); Max value from RGB is 180 - color contains mainly: blue. Hex color #A19AB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19AB4 is #5E654B. Grayscale: #9E9E9E. Windows color (decimal): -6186316 or 11836065. OLE color: 11836065.
HSL color Cylindrical-coordinate representation of color #A19AB4: hue angle of 256.15º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A19AB4 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 154 | 180 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.29 |
| HSL | 256.15º | 0.15% | 0.65% | - |
| HSV(B) | 256.15º | 0.14% | 0.71% | - |
| XYZ | 34.49 | 33.98 | 47.92 | - |
| YUV | 159.06 | 139.82 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 154 | 180 | 0.11 | 0.14 | 0 | 0.29 | 256.15 | 0.15 | 0.65 |
| Hex | A1 | 9A | B4 | B | E | 0 | 1D | 100 | F | 41 |
| Octal | 241 | 232 | 264 | 13 | 16 | 0 | 35 | 400 | 17 | 101 |
| Binary | 10100001 | 10011010 | 10110100 | 1011 | 1110 | 0 | 11101 | 100000000 | 1111 | 1000001 |
Color Harmonies of #A19AB4
Complementary color
Monochromatic Colors of #A19AB4
Black with #A19AB4
Text Example
Text Example
White with #A19AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19AB4; }
p { color: rgb(161,154,180); }
H1.HeaderClassName
{
color: #A19AB4;
}
.AnyTagClassName
{
color: #A19AB4;
}
</style>
background-color css
<style>
a { background-color: #A19AB4; }
a { background-color: rgb(161,154,180); }
div.DivClassName
{
background-color: #A19AB4;
}
.BgClassName
{
background-color: #A19AB4;
}
</style>
border-color css
<style>
span { border-color: #A19AB4; }
span { border-color: rgb(161,154,180); }
td.TdClassName
{
border-color: #A19AB4;
}
.TagClassName
{
border-color: #A19AB4;
}
</style>