Shades of Cold Purple #A185BC
Tints of Cold Purple #A185BC
RGB
CMYK
RGB Variations
Color information
#A185BC (or 0xA185BC) is known color: Cold Purple. HEX triplet: A1, 85 and BC. RGB value is (161,133,188). Sum of RGB (Red+Green+Blue) = 161+133+188=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 188 - color contains mainly: blue. Hex color #A185BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A185BC is #5E7A43. Grayscale: #939393. Windows color (decimal): -6191684 or 12354977. OLE color: 12354977.
HSL color Cylindrical-coordinate representation of color #A185BC: hue angle of 270.55º 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 #A185BC is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 133 | 188 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.26 |
| HSL | 270.55º | 0.29% | 0.63% | - |
| HSV(B) | 270.55º | 0.29% | 0.74% | - |
| XYZ | 32.16 | 27.98 | 51.28 | - |
| YUV | 147.64 | 150.78 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 133 | 188 | 0.14 | 0.29 | 0 | 0.26 | 270.55 | 0.29 | 0.63 |
| Hex | A1 | 85 | BC | E | 1D | 0 | 1A | 10F | 1D | 3F |
| Octal | 241 | 205 | 274 | 16 | 35 | 0 | 32 | 417 | 35 | 77 |
| Binary | 10100001 | 10000101 | 10111100 | 1110 | 11101 | 0 | 11010 | 100001111 | 11101 | 111111 |
Color Harmonies of #A185BC
Complementary color
Monochromatic Colors of #A185BC
Black with #A185BC
Text Example
Text Example
White with #A185BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A185BC; }
p { color: rgb(161,133,188); }
H1.HeaderClassName
{
color: #A185BC;
}
.AnyTagClassName
{
color: #A185BC;
}
</style>
background-color css
<style>
a { background-color: #A185BC; }
a { background-color: rgb(161,133,188); }
div.DivClassName
{
background-color: #A185BC;
}
.BgClassName
{
background-color: #A185BC;
}
</style>
border-color css
<style>
span { border-color: #A185BC; }
span { border-color: rgb(161,133,188); }
td.TdClassName
{
border-color: #A185BC;
}
.TagClassName
{
border-color: #A185BC;
}
</style>