Shades of Cold Purple #A189BF
Tints of Cold Purple #A189BF
RGB
CMYK
RGB Variations
Color information
#A189BF (or 0xA189BF) is known color: Cold Purple. HEX triplet: A1, 89 and BF. RGB value is (161,137,191). Sum of RGB (Red+Green+Blue) = 161+137+191=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 137 (53.91% from 255 or 28.02% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 191 - color contains mainly: blue. Hex color #A189BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A189BF is #5E7640. Grayscale: #969696. Windows color (decimal): -6190657 or 12552609. OLE color: 12552609.
HSL color Cylindrical-coordinate representation of color #A189BF: hue angle of 266.67º degrees, saturation: 0.3, 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 #A189BF is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 137 | 191 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.25 |
| HSL | 266.67º | 0.3% | 0.64% | - |
| HSV(B) | 266.67º | 0.28% | 0.75% | - |
| XYZ | 33.05 | 29.23 | 53.19 | - |
| YUV | 150.33 | 150.95 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 137 | 191 | 0.16 | 0.28 | 0 | 0.25 | 266.67 | 0.3 | 0.64 |
| Hex | A1 | 89 | BF | 10 | 1C | 0 | 19 | 10B | 1E | 40 |
| Octal | 241 | 211 | 277 | 20 | 34 | 0 | 31 | 413 | 36 | 100 |
| Binary | 10100001 | 10001001 | 10111111 | 10000 | 11100 | 0 | 11001 | 100001011 | 11110 | 1000000 |
Color Harmonies of #A189BF
Complementary color
Monochromatic Colors of #A189BF
Black with #A189BF
Text Example
Text Example
White with #A189BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A189BF; }
p { color: rgb(161,137,191); }
H1.HeaderClassName
{
color: #A189BF;
}
.AnyTagClassName
{
color: #A189BF;
}
</style>
background-color css
<style>
a { background-color: #A189BF; }
a { background-color: rgb(161,137,191); }
div.DivClassName
{
background-color: #A189BF;
}
.BgClassName
{
background-color: #A189BF;
}
</style>
border-color css
<style>
span { border-color: #A189BF; }
span { border-color: rgb(161,137,191); }
td.TdClassName
{
border-color: #A189BF;
}
.TagClassName
{
border-color: #A189BF;
}
</style>