Shades of Cold Purple #A185BE
Tints of Cold Purple #A185BE
RGB
CMYK
RGB Variations
Color information
#A185BE (or 0xA185BE) is known color: Cold Purple. HEX triplet: A1, 85 and BE. RGB value is (161,133,190). Sum of RGB (Red+Green+Blue) = 161+133+190=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 190 - color contains mainly: blue. Hex color #A185BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A185BE is #5E7A41. Grayscale: #939393. Windows color (decimal): -6191682 or 12486049. OLE color: 12486049.
HSL color Cylindrical-coordinate representation of color #A185BE: hue angle of 269.47º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A185BE is Cyan = 0.15, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 133 | 190 | - |
| CMYK | 0.15 | 0.3 | 0 | 0.25 |
| HSL | 269.47º | 0.3% | 0.63% | - |
| HSV(B) | 269.47º | 0.3% | 0.75% | - |
| XYZ | 32.38 | 28.07 | 52.43 | - |
| YUV | 147.87 | 151.78 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 133 | 190 | 0.15 | 0.3 | 0 | 0.25 | 269.47 | 0.3 | 0.63 |
| Hex | A1 | 85 | BE | F | 1E | 0 | 19 | 10D | 1E | 3F |
| Octal | 241 | 205 | 276 | 17 | 36 | 0 | 31 | 415 | 36 | 77 |
| Binary | 10100001 | 10000101 | 10111110 | 1111 | 11110 | 0 | 11001 | 100001101 | 11110 | 111111 |
Color Harmonies of #A185BE
Complementary color
Monochromatic Colors of #A185BE
Black with #A185BE
Text Example
Text Example
White with #A185BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A185BE; }
p { color: rgb(161,133,190); }
H1.HeaderClassName
{
color: #A185BE;
}
.AnyTagClassName
{
color: #A185BE;
}
</style>
background-color css
<style>
a { background-color: #A185BE; }
a { background-color: rgb(161,133,190); }
div.DivClassName
{
background-color: #A185BE;
}
.BgClassName
{
background-color: #A185BE;
}
</style>
border-color css
<style>
span { border-color: #A185BE; }
span { border-color: rgb(161,133,190); }
td.TdClassName
{
border-color: #A185BE;
}
.TagClassName
{
border-color: #A185BE;
}
</style>