Shades of Cold Purple #A184C1
Tints of Cold Purple #A184C1
RGB
CMYK
RGB Variations
Color information
#A184C1 (or 0xA184C1) is known color: Cold Purple. HEX triplet: A1, 84 and C1. RGB value is (161,132,193). Sum of RGB (Red+Green+Blue) = 161+132+193=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 193 (75.78% from 255 or 39.71% from 486); Max value from RGB is 193 - color contains mainly: blue. Hex color #A184C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A184C1 is #5E7B3E. Grayscale: #939393. Windows color (decimal): -6191935 or 12682401. OLE color: 12682401.
HSL color Cylindrical-coordinate representation of color #A184C1: hue angle of 268.52º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A184C1 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 132 | 193 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.24 |
| HSL | 268.52º | 0.33% | 0.64% | - |
| HSV(B) | 268.52º | 0.32% | 0.76% | - |
| XYZ | 32.57 | 27.93 | 54.13 | - |
| YUV | 147.63 | 153.61 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 132 | 193 | 0.17 | 0.32 | 0 | 0.24 | 268.52 | 0.33 | 0.64 |
| Hex | A1 | 84 | C1 | 11 | 20 | 0 | 18 | 10D | 21 | 40 |
| Octal | 241 | 204 | 301 | 21 | 40 | 0 | 30 | 415 | 41 | 100 |
| Binary | 10100001 | 10000100 | 11000001 | 10001 | 100000 | 0 | 11000 | 100001101 | 100001 | 1000000 |
Color Harmonies of #A184C1
Complementary color
Monochromatic Colors of #A184C1
Black with #A184C1
Text Example
Text Example
White with #A184C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A184C1; }
p { color: rgb(161,132,193); }
H1.HeaderClassName
{
color: #A184C1;
}
.AnyTagClassName
{
color: #A184C1;
}
</style>
background-color css
<style>
a { background-color: #A184C1; }
a { background-color: rgb(161,132,193); }
div.DivClassName
{
background-color: #A184C1;
}
.BgClassName
{
background-color: #A184C1;
}
</style>
border-color css
<style>
span { border-color: #A184C1; }
span { border-color: rgb(161,132,193); }
td.TdClassName
{
border-color: #A184C1;
}
.TagClassName
{
border-color: #A184C1;
}
</style>