Shades of Cold Purple #A086BC
Tints of Cold Purple #A086BC
RGB
CMYK
RGB Variations
Color information
#A086BC (or 0xA086BC) is known color: Cold Purple. HEX triplet: A0, 86 and BC. RGB value is (160,134,188). Sum of RGB (Red+Green+Blue) = 160+134+188=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 134 (52.73% from 255 or 27.80% 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 #A086BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A086BC is #5F7943. Grayscale: #939393. Windows color (decimal): -6256964 or 12355232. OLE color: 12355232.
HSL color Cylindrical-coordinate representation of color #A086BC: hue angle of 268.89º 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 #A086BC is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 134 | 188 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.26 |
| HSL | 268.89º | 0.29% | 0.63% | - |
| HSV(B) | 268.89º | 0.29% | 0.74% | - |
| XYZ | 32.1 | 28.15 | 51.32 | - |
| YUV | 147.93 | 150.61 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 134 | 188 | 0.15 | 0.29 | 0 | 0.26 | 268.89 | 0.29 | 0.63 |
| Hex | A0 | 86 | BC | F | 1D | 0 | 1A | 10D | 1D | 3F |
| Octal | 240 | 206 | 274 | 17 | 35 | 0 | 32 | 415 | 35 | 77 |
| Binary | 10100000 | 10000110 | 10111100 | 1111 | 11101 | 0 | 11010 | 100001101 | 11101 | 111111 |
Color Harmonies of #A086BC
Complementary color
Monochromatic Colors of #A086BC
Black with #A086BC
Text Example
Text Example
White with #A086BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A086BC; }
p { color: rgb(160,134,188); }
H1.HeaderClassName
{
color: #A086BC;
}
.AnyTagClassName
{
color: #A086BC;
}
</style>
background-color css
<style>
a { background-color: #A086BC; }
a { background-color: rgb(160,134,188); }
div.DivClassName
{
background-color: #A086BC;
}
.BgClassName
{
background-color: #A086BC;
}
</style>
border-color css
<style>
span { border-color: #A086BC; }
span { border-color: rgb(160,134,188); }
td.TdClassName
{
border-color: #A086BC;
}
.TagClassName
{
border-color: #A086BC;
}
</style>