Shades of Jazzberry Jam #A0236B
Tints of Jazzberry Jam #A0236B
RGB
CMYK
RGB Variations
Color information
#A0236B (or 0xA0236B) is known color: Jazzberry Jam. HEX triplet: A0, 23 and 6B. RGB value is (160,35,107). Sum of RGB (Red+Green+Blue) = 160+35+107=302 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.98% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 160 - color contains mainly: red. Hex color #A0236B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0236B is #5FDC94. Grayscale: #505050. Windows color (decimal): -6282389 or 7021472. OLE color: 7021472.
HSL color Cylindrical-coordinate representation of color #A0236B: hue angle of 325.44º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A0236B is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 35 | 107 | - |
| CMYK | 0 | 0.78 | 0.33 | 0.37 |
| HSL | 325.44º | 0.64% | 0.38% | - |
| HSV(B) | 325.44º | 0.78% | 0.63% | - |
| XYZ | 17.75 | 9.74 | 14.85 | - |
| YUV | 80.58 | 142.91 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 35 | 107 | 0 | 0.78 | 0.33 | 0.37 | 325.44 | 0.64 | 0.38 |
| Hex | A0 | 23 | 6B | 0 | 4E | 21 | 25 | 145 | 40 | 26 |
| Octal | 240 | 43 | 153 | 0 | 116 | 41 | 45 | 505 | 100 | 46 |
| Binary | 10100000 | 100011 | 1101011 | 0 | 1001110 | 100001 | 100101 | 101000101 | 1000000 | 100110 |
Color Harmonies of #A0236B
Complementary color
Monochromatic Colors of #A0236B
Black with #A0236B
Text Example
Text Example
White with #A0236B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0236B; }
p { color: rgb(160,35,107); }
H1.HeaderClassName
{
color: #A0236B;
}
.AnyTagClassName
{
color: #A0236B;
}
</style>
background-color css
<style>
a { background-color: #A0236B; }
a { background-color: rgb(160,35,107); }
div.DivClassName
{
background-color: #A0236B;
}
.BgClassName
{
background-color: #A0236B;
}
</style>
border-color css
<style>
span { border-color: #A0236B; }
span { border-color: rgb(160,35,107); }
td.TdClassName
{
border-color: #A0236B;
}
.TagClassName
{
border-color: #A0236B;
}
</style>