Shades of Cold Purple #A191BE
Tints of Cold Purple #A191BE
RGB
CMYK
RGB Variations
Color information
#A191BE (or 0xA191BE) is known color: Cold Purple. HEX triplet: A1, 91 and BE. RGB value is (161,145,190). Sum of RGB (Red+Green+Blue) = 161+145+190=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 145 (57.03% from 255 or 29.23% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #A191BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A191BE is #5E6E41. Grayscale: #9A9A9A. Windows color (decimal): -6188610 or 12489121. OLE color: 12489121.
HSL color Cylindrical-coordinate representation of color #A191BE: hue angle of 261.33º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A191BE is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 145 | 190 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.25 |
| HSL | 261.33º | 0.26% | 0.66% | - |
| HSV(B) | 261.33º | 0.24% | 0.75% | - |
| XYZ | 34.12 | 31.55 | 53.01 | - |
| YUV | 154.91 | 147.8 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 145 | 190 | 0.15 | 0.24 | 0 | 0.25 | 261.33 | 0.26 | 0.66 |
| Hex | A1 | 91 | BE | F | 18 | 0 | 19 | 105 | 1A | 42 |
| Octal | 241 | 221 | 276 | 17 | 30 | 0 | 31 | 405 | 32 | 102 |
| Binary | 10100001 | 10010001 | 10111110 | 1111 | 11000 | 0 | 11001 | 100000101 | 11010 | 1000010 |
Color Harmonies of #A191BE
Complementary color
Monochromatic Colors of #A191BE
Black with #A191BE
Text Example
Text Example
White with #A191BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A191BE; }
p { color: rgb(161,145,190); }
H1.HeaderClassName
{
color: #A191BE;
}
.AnyTagClassName
{
color: #A191BE;
}
</style>
background-color css
<style>
a { background-color: #A191BE; }
a { background-color: rgb(161,145,190); }
div.DivClassName
{
background-color: #A191BE;
}
.BgClassName
{
background-color: #A191BE;
}
</style>
border-color css
<style>
span { border-color: #A191BE; }
span { border-color: rgb(161,145,190); }
td.TdClassName
{
border-color: #A191BE;
}
.TagClassName
{
border-color: #A191BE;
}
</style>