Shades of Jazzberry Jam #A4115D
Tints of Jazzberry Jam #A4115D
RGB
CMYK
RGB Variations
Color information
#A4115D (or 0xA4115D) is known color: Jazzberry Jam. HEX triplet: A4, 11 and 5D. RGB value is (164,17,93). Sum of RGB (Red+Green+Blue) = 164+17+93=274 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.85% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 164 - color contains mainly: red. Hex color #A4115D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4115D is #5BEEA2. Grayscale: #454545. Windows color (decimal): -6024867 or 6099364. OLE color: 6099364.
HSL color Cylindrical-coordinate representation of color #A4115D: hue angle of 328.98º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A4115D is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 17 | 93 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.36 |
| HSL | 328.98º | 0.81% | 0.35% | - |
| HSV(B) | 328.98º | 0.9% | 0.64% | - |
| XYZ | 17.49 | 9.08 | 11.19 | - |
| YUV | 69.62 | 141.2 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 17 | 93 | 0 | 0.90 | 0.43 | 0.36 | 328.98 | 0.81 | 0.35 |
| Hex | A4 | 11 | 5D | 0 | 5A | 2B | 24 | 149 | 51 | 23 |
| Octal | 244 | 21 | 135 | 0 | 132 | 53 | 44 | 511 | 121 | 43 |
| Binary | 10100100 | 10001 | 1011101 | 0 | 1011010 | 101011 | 100100 | 101001001 | 1010001 | 100011 |
Color Harmonies of #A4115D
Complementary color
Monochromatic Colors of #A4115D
Black with #A4115D
Text Example
Text Example
White with #A4115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4115D; }
p { color: rgb(164,17,93); }
H1.HeaderClassName
{
color: #A4115D;
}
.AnyTagClassName
{
color: #A4115D;
}
</style>
background-color css
<style>
a { background-color: #A4115D; }
a { background-color: rgb(164,17,93); }
div.DivClassName
{
background-color: #A4115D;
}
.BgClassName
{
background-color: #A4115D;
}
</style>
border-color css
<style>
span { border-color: #A4115D; }
span { border-color: rgb(164,17,93); }
td.TdClassName
{
border-color: #A4115D;
}
.TagClassName
{
border-color: #A4115D;
}
</style>