Shades of Jazzberry Jam #A0246B
Tints of Jazzberry Jam #A0246B
RGB
CMYK
RGB Variations
Color information
#A0246B (or 0xA0246B) is known color: Jazzberry Jam. HEX triplet: A0, 24 and 6B. RGB value is (160,36,107). Sum of RGB (Red+Green+Blue) = 160+36+107=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A0246B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0246B is #5FDB94. Grayscale: #515151. Windows color (decimal): -6282133 or 7021728. OLE color: 7021728.
HSL color Cylindrical-coordinate representation of color #A0246B: hue angle of 325.65º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A0246B is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 36 | 107 | - |
| CMYK | 0 | 0.78 | 0.33 | 0.37 |
| HSL | 325.65º | 0.63% | 0.38% | - |
| HSV(B) | 325.65º | 0.78% | 0.63% | - |
| XYZ | 17.78 | 9.8 | 14.86 | - |
| YUV | 81.17 | 142.58 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 36 | 107 | 0 | 0.78 | 0.33 | 0.37 | 325.65 | 0.63 | 0.38 |
| Hex | A0 | 24 | 6B | 0 | 4E | 21 | 25 | 146 | 3F | 26 |
| Octal | 240 | 44 | 153 | 0 | 116 | 41 | 45 | 506 | 77 | 46 |
| Binary | 10100000 | 100100 | 1101011 | 0 | 1001110 | 100001 | 100101 | 101000110 | 111111 | 100110 |
Color Harmonies of #A0246B
Complementary color
Monochromatic Colors of #A0246B
Black with #A0246B
Text Example
Text Example
White with #A0246B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0246B; }
p { color: rgb(160,36,107); }
H1.HeaderClassName
{
color: #A0246B;
}
.AnyTagClassName
{
color: #A0246B;
}
</style>
background-color css
<style>
a { background-color: #A0246B; }
a { background-color: rgb(160,36,107); }
div.DivClassName
{
background-color: #A0246B;
}
.BgClassName
{
background-color: #A0246B;
}
</style>
border-color css
<style>
span { border-color: #A0246B; }
span { border-color: rgb(160,36,107); }
td.TdClassName
{
border-color: #A0246B;
}
.TagClassName
{
border-color: #A0246B;
}
</style>