Shades of Jazzberry Jam #A0246C
Tints of Jazzberry Jam #A0246C
RGB
CMYK
RGB Variations
Color information
#A0246C (or 0xA0246C) is known color: Jazzberry Jam. HEX triplet: A0, 24 and 6C. RGB value is (160,36,108). Sum of RGB (Red+Green+Blue) = 160+36+108=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A0246C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0246C is #5FDB93. Grayscale: #515151. Windows color (decimal): -6282132 or 7087264. OLE color: 7087264.
HSL color Cylindrical-coordinate representation of color #A0246C: hue angle of 325.16º 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 #A0246C is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 36 | 108 | - |
| CMYK | 0 | 0.78 | 0.32 | 0.37 |
| HSL | 325.16º | 0.63% | 0.38% | - |
| HSV(B) | 325.16º | 0.78% | 0.63% | - |
| XYZ | 17.83 | 9.82 | 15.14 | - |
| YUV | 81.28 | 143.08 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 36 | 108 | 0 | 0.78 | 0.32 | 0.37 | 325.16 | 0.63 | 0.38 |
| Hex | A0 | 24 | 6C | 0 | 4E | 20 | 25 | 145 | 3F | 26 |
| Octal | 240 | 44 | 154 | 0 | 116 | 40 | 45 | 505 | 77 | 46 |
| Binary | 10100000 | 100100 | 1101100 | 0 | 1001110 | 100000 | 100101 | 101000101 | 111111 | 100110 |
Color Harmonies of #A0246C
Complementary color
Monochromatic Colors of #A0246C
Black with #A0246C
Text Example
Text Example
White with #A0246C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0246C; }
p { color: rgb(160,36,108); }
H1.HeaderClassName
{
color: #A0246C;
}
.AnyTagClassName
{
color: #A0246C;
}
</style>
background-color css
<style>
a { background-color: #A0246C; }
a { background-color: rgb(160,36,108); }
div.DivClassName
{
background-color: #A0246C;
}
.BgClassName
{
background-color: #A0246C;
}
</style>
border-color css
<style>
span { border-color: #A0246C; }
span { border-color: rgb(160,36,108); }
td.TdClassName
{
border-color: #A0246C;
}
.TagClassName
{
border-color: #A0246C;
}
</style>