Shades of Jazzberry Jam #A0135D
Tints of Jazzberry Jam #A0135D
RGB
CMYK
RGB Variations
Color information
#A0135D (or 0xA0135D) is known color: Jazzberry Jam. HEX triplet: A0, 13 and 5D. RGB value is (160,19,93). Sum of RGB (Red+Green+Blue) = 160+19+93=272 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.82% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 160 - color contains mainly: red. Hex color #A0135D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0135D is #5FECA2. Grayscale: #454545. Windows color (decimal): -6286499 or 6099872. OLE color: 6099872.
HSL color Cylindrical-coordinate representation of color #A0135D: hue angle of 328.51º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A0135D is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 19 | 93 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.37 |
| HSL | 328.51º | 0.79% | 0.35% | - |
| HSV(B) | 328.51º | 0.88% | 0.63% | - |
| XYZ | 16.71 | 8.73 | 11.16 | - |
| YUV | 69.6 | 141.21 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 19 | 93 | 0 | 0.88 | 0.42 | 0.37 | 328.51 | 0.79 | 0.35 |
| Hex | A0 | 13 | 5D | 0 | 58 | 2A | 25 | 149 | 4F | 23 |
| Octal | 240 | 23 | 135 | 0 | 130 | 52 | 45 | 511 | 117 | 43 |
| Binary | 10100000 | 10011 | 1011101 | 0 | 1011000 | 101010 | 100101 | 101001001 | 1001111 | 100011 |
Color Harmonies of #A0135D
Complementary color
Monochromatic Colors of #A0135D
Black with #A0135D
Text Example
Text Example
White with #A0135D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0135D; }
p { color: rgb(160,19,93); }
H1.HeaderClassName
{
color: #A0135D;
}
.AnyTagClassName
{
color: #A0135D;
}
</style>
background-color css
<style>
a { background-color: #A0135D; }
a { background-color: rgb(160,19,93); }
div.DivClassName
{
background-color: #A0135D;
}
.BgClassName
{
background-color: #A0135D;
}
</style>
border-color css
<style>
span { border-color: #A0135D; }
span { border-color: rgb(160,19,93); }
td.TdClassName
{
border-color: #A0135D;
}
.TagClassName
{
border-color: #A0135D;
}
</style>