Shades of Jazzberry Jam #A0186F
Tints of Jazzberry Jam #A0186F
RGB
CMYK
RGB Variations
Color information
#A0186F (or 0xA0186F) is known color: Jazzberry Jam. HEX triplet: A0, 18 and 6F. RGB value is (160,24,111). Sum of RGB (Red+Green+Blue) = 160+24+111=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A0186F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0186F is #5FE790. Grayscale: #4A4A4A. Windows color (decimal): -6285201 or 7280800. OLE color: 7280800.
HSL color Cylindrical-coordinate representation of color #A0186F: hue angle of 321.62º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A0186F is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 24 | 111 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.37 |
| HSL | 321.62º | 0.74% | 0.36% | - |
| HSV(B) | 321.62º | 0.85% | 0.63% | - |
| XYZ | 17.69 | 9.27 | 15.9 | - |
| YUV | 74.58 | 148.56 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 24 | 111 | 0 | 0.85 | 0.31 | 0.37 | 321.62 | 0.74 | 0.36 |
| Hex | A0 | 18 | 6F | 0 | 55 | 1F | 25 | 142 | 4A | 24 |
| Octal | 240 | 30 | 157 | 0 | 125 | 37 | 45 | 502 | 112 | 44 |
| Binary | 10100000 | 11000 | 1101111 | 0 | 1010101 | 11111 | 100101 | 101000010 | 1001010 | 100100 |
Color Harmonies of #A0186F
Complementary color
Monochromatic Colors of #A0186F
Black with #A0186F
Text Example
Text Example
White with #A0186F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0186F; }
p { color: rgb(160,24,111); }
H1.HeaderClassName
{
color: #A0186F;
}
.AnyTagClassName
{
color: #A0186F;
}
</style>
background-color css
<style>
a { background-color: #A0186F; }
a { background-color: rgb(160,24,111); }
div.DivClassName
{
background-color: #A0186F;
}
.BgClassName
{
background-color: #A0186F;
}
</style>
border-color css
<style>
span { border-color: #A0186F; }
span { border-color: rgb(160,24,111); }
td.TdClassName
{
border-color: #A0186F;
}
.TagClassName
{
border-color: #A0186F;
}
</style>