Shades of Cold Purple #A184BE
Tints of Cold Purple #A184BE
RGB
CMYK
RGB Variations
Color information
#A184BE (or 0xA184BE) is known color: Cold Purple. HEX triplet: A1, 84 and BE. RGB value is (161,132,190). Sum of RGB (Red+Green+Blue) = 161+132+190=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #A184BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A184BE is #5E7B41. Grayscale: #939393. Windows color (decimal): -6191938 or 12485793. OLE color: 12485793.
HSL color Cylindrical-coordinate representation of color #A184BE: hue angle of 270º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A184BE is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 132 | 190 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.25 |
| HSL | 270º | 0.31% | 0.63% | - |
| HSV(B) | 270º | 0.31% | 0.75% | - |
| XYZ | 32.24 | 27.8 | 52.38 | - |
| YUV | 147.28 | 152.11 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 132 | 190 | 0.15 | 0.31 | 0 | 0.25 | 270 | 0.31 | 0.63 |
| Hex | A1 | 84 | BE | F | 1F | 0 | 19 | 10E | 1F | 3F |
| Octal | 241 | 204 | 276 | 17 | 37 | 0 | 31 | 416 | 37 | 77 |
| Binary | 10100001 | 10000100 | 10111110 | 1111 | 11111 | 0 | 11001 | 100001110 | 11111 | 111111 |
Color Harmonies of #A184BE
Complementary color
Monochromatic Colors of #A184BE
Black with #A184BE
Text Example
Text Example
White with #A184BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A184BE; }
p { color: rgb(161,132,190); }
H1.HeaderClassName
{
color: #A184BE;
}
.AnyTagClassName
{
color: #A184BE;
}
</style>
background-color css
<style>
a { background-color: #A184BE; }
a { background-color: rgb(161,132,190); }
div.DivClassName
{
background-color: #A184BE;
}
.BgClassName
{
background-color: #A184BE;
}
</style>
border-color css
<style>
span { border-color: #A184BE; }
span { border-color: rgb(161,132,190); }
td.TdClassName
{
border-color: #A184BE;
}
.TagClassName
{
border-color: #A184BE;
}
</style>