Shades of Jazzberry Jam #A0115D
Tints of Jazzberry Jam #A0115D
RGB
CMYK
RGB Variations
Color information
#A0115D (or 0xA0115D) is known color: Jazzberry Jam. HEX triplet: A0, 11 and 5D. RGB value is (160,17,93). Sum of RGB (Red+Green+Blue) = 160+17+93=270 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.26% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 160 - color contains mainly: red. Hex color #A0115D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0115D is #5FEEA2. Grayscale: #444444. Windows color (decimal): -6287011 or 6099360. OLE color: 6099360.
HSL color Cylindrical-coordinate representation of color #A0115D: hue angle of 328.11º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A0115D is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 17 | 93 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.37 |
| HSL | 328.11º | 0.81% | 0.35% | - |
| HSV(B) | 328.11º | 0.89% | 0.63% | - |
| XYZ | 16.67 | 8.66 | 11.15 | - |
| YUV | 68.42 | 141.88 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 17 | 93 | 0 | 0.89 | 0.42 | 0.37 | 328.11 | 0.81 | 0.35 |
| Hex | A0 | 11 | 5D | 0 | 59 | 2A | 25 | 148 | 51 | 23 |
| Octal | 240 | 21 | 135 | 0 | 131 | 52 | 45 | 510 | 121 | 43 |
| Binary | 10100000 | 10001 | 1011101 | 0 | 1011001 | 101010 | 100101 | 101001000 | 1010001 | 100011 |
Color Harmonies of #A0115D
Complementary color
Monochromatic Colors of #A0115D
Black with #A0115D
Text Example
Text Example
White with #A0115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0115D; }
p { color: rgb(160,17,93); }
H1.HeaderClassName
{
color: #A0115D;
}
.AnyTagClassName
{
color: #A0115D;
}
</style>
background-color css
<style>
a { background-color: #A0115D; }
a { background-color: rgb(160,17,93); }
div.DivClassName
{
background-color: #A0115D;
}
.BgClassName
{
background-color: #A0115D;
}
</style>
border-color css
<style>
span { border-color: #A0115D; }
span { border-color: rgb(160,17,93); }
td.TdClassName
{
border-color: #A0115D;
}
.TagClassName
{
border-color: #A0115D;
}
</style>