Shades of Cold Purple #A184CF
Tints of Cold Purple #A184CF
RGB
CMYK
RGB Variations
Color information
#A184CF (or 0xA184CF) is known color: Cold Purple. HEX triplet: A1, 84 and CF. RGB value is (161,132,207). Sum of RGB (Red+Green+Blue) = 161+132+207=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 132 (51.95% from 255 or 26.4% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #A184CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A184CF is #5E7B30. Grayscale: #949494. Windows color (decimal): -6191921 or 13599905. OLE color: 13599905.
HSL color Cylindrical-coordinate representation of color #A184CF: hue angle of 263.2º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A184CF is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 132 | 207 | - |
| CMYK | 0.22 | 0.36 | 0 | 0.19 |
| HSL | 263.2º | 0.44% | 0.66% | - |
| HSV(B) | 263.2º | 0.36% | 0.81% | - |
| XYZ | 34.21 | 28.58 | 62.75 | - |
| YUV | 149.22 | 160.61 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 132 | 207 | 0.22 | 0.36 | 0 | 0.19 | 263.2 | 0.44 | 0.66 |
| Hex | A1 | 84 | CF | 16 | 24 | 0 | 13 | 107 | 2C | 42 |
| Octal | 241 | 204 | 317 | 26 | 44 | 0 | 23 | 407 | 54 | 102 |
| Binary | 10100001 | 10000100 | 11001111 | 10110 | 100100 | 0 | 10011 | 100000111 | 101100 | 1000010 |
Color Harmonies of #A184CF
Complementary color
Monochromatic Colors of #A184CF
Black with #A184CF
Text Example
Text Example
White with #A184CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A184CF; }
p { color: rgb(161,132,207); }
H1.HeaderClassName
{
color: #A184CF;
}
.AnyTagClassName
{
color: #A184CF;
}
</style>
background-color css
<style>
a { background-color: #A184CF; }
a { background-color: rgb(161,132,207); }
div.DivClassName
{
background-color: #A184CF;
}
.BgClassName
{
background-color: #A184CF;
}
</style>
border-color css
<style>
span { border-color: #A184CF; }
span { border-color: rgb(161,132,207); }
td.TdClassName
{
border-color: #A184CF;
}
.TagClassName
{
border-color: #A184CF;
}
</style>