Shades of Jazzberry Jam #A0186B
Tints of Jazzberry Jam #A0186B
RGB
CMYK
RGB Variations
Color information
#A0186B (or 0xA0186B) is known color: Jazzberry Jam. HEX triplet: A0, 18 and 6B. RGB value is (160,24,107). Sum of RGB (Red+Green+Blue) = 160+24+107=291 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.98% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 160 - color contains mainly: red. Hex color #A0186B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0186B is #5FE794. Grayscale: #494949. Windows color (decimal): -6285205 or 7018656. OLE color: 7018656.
HSL color Cylindrical-coordinate representation of color #A0186B: hue angle of 323.38º 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 #A0186B is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 24 | 107 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.37 |
| HSL | 323.38º | 0.74% | 0.36% | - |
| HSV(B) | 323.38º | 0.85% | 0.63% | - |
| XYZ | 17.48 | 9.19 | 14.76 | - |
| YUV | 74.13 | 146.56 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 24 | 107 | 0 | 0.85 | 0.33 | 0.37 | 323.38 | 0.74 | 0.36 |
| Hex | A0 | 18 | 6B | 0 | 55 | 21 | 25 | 143 | 4A | 24 |
| Octal | 240 | 30 | 153 | 0 | 125 | 41 | 45 | 503 | 112 | 44 |
| Binary | 10100000 | 11000 | 1101011 | 0 | 1010101 | 100001 | 100101 | 101000011 | 1001010 | 100100 |
Color Harmonies of #A0186B
Complementary color
Monochromatic Colors of #A0186B
Black with #A0186B
Text Example
Text Example
White with #A0186B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0186B; }
p { color: rgb(160,24,107); }
H1.HeaderClassName
{
color: #A0186B;
}
.AnyTagClassName
{
color: #A0186B;
}
</style>
background-color css
<style>
a { background-color: #A0186B; }
a { background-color: rgb(160,24,107); }
div.DivClassName
{
background-color: #A0186B;
}
.BgClassName
{
background-color: #A0186B;
}
</style>
border-color css
<style>
span { border-color: #A0186B; }
span { border-color: rgb(160,24,107); }
td.TdClassName
{
border-color: #A0186B;
}
.TagClassName
{
border-color: #A0186B;
}
</style>