Shades of Cold Purple #A190BC
Tints of Cold Purple #A190BC
RGB
CMYK
RGB Variations
Color information
#A190BC (or 0xA190BC) is known color: Cold Purple. HEX triplet: A1, 90 and BC. RGB value is (161,144,188). Sum of RGB (Red+Green+Blue) = 161+144+188=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 188 - color contains mainly: blue. Hex color #A190BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A190BC is #5E6F43. Grayscale: #999999. Windows color (decimal): -6188868 or 12357793. OLE color: 12357793.
HSL color Cylindrical-coordinate representation of color #A190BC: hue angle of 263.18º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A190BC is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 144 | 188 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.26 |
| HSL | 263.18º | 0.25% | 0.65% | - |
| HSV(B) | 263.18º | 0.23% | 0.74% | - |
| XYZ | 33.75 | 31.15 | 51.81 | - |
| YUV | 154.1 | 147.13 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 144 | 188 | 0.14 | 0.23 | 0 | 0.26 | 263.18 | 0.25 | 0.65 |
| Hex | A1 | 90 | BC | E | 17 | 0 | 1A | 107 | 19 | 41 |
| Octal | 241 | 220 | 274 | 16 | 27 | 0 | 32 | 407 | 31 | 101 |
| Binary | 10100001 | 10010000 | 10111100 | 1110 | 10111 | 0 | 11010 | 100000111 | 11001 | 1000001 |
Color Harmonies of #A190BC
Complementary color
Monochromatic Colors of #A190BC
Black with #A190BC
Text Example
Text Example
White with #A190BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A190BC; }
p { color: rgb(161,144,188); }
H1.HeaderClassName
{
color: #A190BC;
}
.AnyTagClassName
{
color: #A190BC;
}
</style>
background-color css
<style>
a { background-color: #A190BC; }
a { background-color: rgb(161,144,188); }
div.DivClassName
{
background-color: #A190BC;
}
.BgClassName
{
background-color: #A190BC;
}
</style>
border-color css
<style>
span { border-color: #A190BC; }
span { border-color: rgb(161,144,188); }
td.TdClassName
{
border-color: #A190BC;
}
.TagClassName
{
border-color: #A190BC;
}
</style>