Shades of Cold Purple #A190BD
Tints of Cold Purple #A190BD
RGB
CMYK
RGB Variations
Color information
#A190BD (or 0xA190BD) is known color: Cold Purple. HEX triplet: A1, 90 and BD. RGB value is (161,144,189). Sum of RGB (Red+Green+Blue) = 161+144+189=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 189 - color contains mainly: blue. Hex color #A190BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A190BD is #5E6F42. Grayscale: #9A9A9A. Windows color (decimal): -6188867 or 12423329. OLE color: 12423329.
HSL color Cylindrical-coordinate representation of color #A190BD: hue angle of 262.67º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A190BD is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 144 | 189 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.26 |
| HSL | 262.67º | 0.25% | 0.65% | - |
| HSV(B) | 262.67º | 0.24% | 0.74% | - |
| XYZ | 33.86 | 31.2 | 52.38 | - |
| YUV | 154.21 | 147.63 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 144 | 189 | 0.15 | 0.24 | 0 | 0.26 | 262.67 | 0.25 | 0.65 |
| Hex | A1 | 90 | BD | F | 18 | 0 | 1A | 107 | 19 | 41 |
| Octal | 241 | 220 | 275 | 17 | 30 | 0 | 32 | 407 | 31 | 101 |
| Binary | 10100001 | 10010000 | 10111101 | 1111 | 11000 | 0 | 11010 | 100000111 | 11001 | 1000001 |
Color Harmonies of #A190BD
Complementary color
Monochromatic Colors of #A190BD
Black with #A190BD
Text Example
Text Example
White with #A190BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A190BD; }
p { color: rgb(161,144,189); }
H1.HeaderClassName
{
color: #A190BD;
}
.AnyTagClassName
{
color: #A190BD;
}
</style>
background-color css
<style>
a { background-color: #A190BD; }
a { background-color: rgb(161,144,189); }
div.DivClassName
{
background-color: #A190BD;
}
.BgClassName
{
background-color: #A190BD;
}
</style>
border-color css
<style>
span { border-color: #A190BD; }
span { border-color: rgb(161,144,189); }
td.TdClassName
{
border-color: #A190BD;
}
.TagClassName
{
border-color: #A190BD;
}
</style>