Shades of Cold Purple #A189BB
Tints of Cold Purple #A189BB
RGB
CMYK
RGB Variations
Color information
#A189BB (or 0xA189BB) is known color: Cold Purple. HEX triplet: A1, 89 and BB. RGB value is (161,137,187). Sum of RGB (Red+Green+Blue) = 161+137+187=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 187 - color contains mainly: blue. Hex color #A189BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A189BB is #5E7644. Grayscale: #959595. Windows color (decimal): -6190661 or 12290465. OLE color: 12290465.
HSL color Cylindrical-coordinate representation of color #A189BB: hue angle of 268.8º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A189BB is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 137 | 187 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.27 |
| HSL | 268.8º | 0.27% | 0.64% | - |
| HSV(B) | 268.8º | 0.27% | 0.73% | - |
| XYZ | 32.61 | 29.06 | 50.9 | - |
| YUV | 149.88 | 148.95 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 137 | 187 | 0.14 | 0.27 | 0 | 0.27 | 268.8 | 0.27 | 0.64 |
| Hex | A1 | 89 | BB | E | 1B | 0 | 1B | 10D | 1B | 40 |
| Octal | 241 | 211 | 273 | 16 | 33 | 0 | 33 | 415 | 33 | 100 |
| Binary | 10100001 | 10001001 | 10111011 | 1110 | 11011 | 0 | 11011 | 100001101 | 11011 | 1000000 |
Color Harmonies of #A189BB
Complementary color
Monochromatic Colors of #A189BB
Black with #A189BB
Text Example
Text Example
White with #A189BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A189BB; }
p { color: rgb(161,137,187); }
H1.HeaderClassName
{
color: #A189BB;
}
.AnyTagClassName
{
color: #A189BB;
}
</style>
background-color css
<style>
a { background-color: #A189BB; }
a { background-color: rgb(161,137,187); }
div.DivClassName
{
background-color: #A189BB;
}
.BgClassName
{
background-color: #A189BB;
}
</style>
border-color css
<style>
span { border-color: #A189BB; }
span { border-color: rgb(161,137,187); }
td.TdClassName
{
border-color: #A189BB;
}
.TagClassName
{
border-color: #A189BB;
}
</style>