Shades of Cold Purple #A189BE
Tints of Cold Purple #A189BE
RGB
CMYK
RGB Variations
Color information
#A189BE (or 0xA189BE) is known color: Cold Purple. HEX triplet: A1, 89 and BE. RGB value is (161,137,190). Sum of RGB (Red+Green+Blue) = 161+137+190=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #A189BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A189BE is #5E7641. Grayscale: #969696. Windows color (decimal): -6190658 or 12487073. OLE color: 12487073.
HSL color Cylindrical-coordinate representation of color #A189BE: hue angle of 267.17º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A189BE is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 137 | 190 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.25 |
| HSL | 267.17º | 0.29% | 0.64% | - |
| HSV(B) | 267.17º | 0.28% | 0.75% | - |
| XYZ | 32.94 | 29.19 | 52.61 | - |
| YUV | 150.22 | 150.45 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 137 | 190 | 0.15 | 0.28 | 0 | 0.25 | 267.17 | 0.29 | 0.64 |
| Hex | A1 | 89 | BE | F | 1C | 0 | 19 | 10B | 1D | 40 |
| Octal | 241 | 211 | 276 | 17 | 34 | 0 | 31 | 413 | 35 | 100 |
| Binary | 10100001 | 10001001 | 10111110 | 1111 | 11100 | 0 | 11001 | 100001011 | 11101 | 1000000 |
Color Harmonies of #A189BE
Complementary color
Monochromatic Colors of #A189BE
Black with #A189BE
Text Example
Text Example
White with #A189BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A189BE; }
p { color: rgb(161,137,190); }
H1.HeaderClassName
{
color: #A189BE;
}
.AnyTagClassName
{
color: #A189BE;
}
</style>
background-color css
<style>
a { background-color: #A189BE; }
a { background-color: rgb(161,137,190); }
div.DivClassName
{
background-color: #A189BE;
}
.BgClassName
{
background-color: #A189BE;
}
</style>
border-color css
<style>
span { border-color: #A189BE; }
span { border-color: rgb(161,137,190); }
td.TdClassName
{
border-color: #A189BE;
}
.TagClassName
{
border-color: #A189BE;
}
</style>