Shades of Cold Purple #A186BC
Tints of Cold Purple #A186BC
RGB
CMYK
RGB Variations
Color information
#A186BC (or 0xA186BC) is known color: Cold Purple. HEX triplet: A1, 86 and BC. RGB value is (161,134,188). Sum of RGB (Red+Green+Blue) = 161+134+188=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 188 - color contains mainly: blue. Hex color #A186BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A186BC is #5E7943. Grayscale: #949494. Windows color (decimal): -6191428 or 12355233. OLE color: 12355233.
HSL color Cylindrical-coordinate representation of color #A186BC: hue angle of 270º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A186BC is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 134 | 188 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.26 |
| HSL | 270º | 0.29% | 0.63% | - |
| HSV(B) | 270º | 0.29% | 0.74% | - |
| XYZ | 32.3 | 28.26 | 51.33 | - |
| YUV | 148.23 | 150.45 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 134 | 188 | 0.14 | 0.29 | 0 | 0.26 | 270 | 0.29 | 0.63 |
| Hex | A1 | 86 | BC | E | 1D | 0 | 1A | 10E | 1D | 3F |
| Octal | 241 | 206 | 274 | 16 | 35 | 0 | 32 | 416 | 35 | 77 |
| Binary | 10100001 | 10000110 | 10111100 | 1110 | 11101 | 0 | 11010 | 100001110 | 11101 | 111111 |
Color Harmonies of #A186BC
Complementary color
Monochromatic Colors of #A186BC
Black with #A186BC
Text Example
Text Example
White with #A186BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A186BC; }
p { color: rgb(161,134,188); }
H1.HeaderClassName
{
color: #A186BC;
}
.AnyTagClassName
{
color: #A186BC;
}
</style>
background-color css
<style>
a { background-color: #A186BC; }
a { background-color: rgb(161,134,188); }
div.DivClassName
{
background-color: #A186BC;
}
.BgClassName
{
background-color: #A186BC;
}
</style>
border-color css
<style>
span { border-color: #A186BC; }
span { border-color: rgb(161,134,188); }
td.TdClassName
{
border-color: #A186BC;
}
.TagClassName
{
border-color: #A186BC;
}
</style>