Shades of Jazzberry Jam #A1114E
Tints of Jazzberry Jam #A1114E
RGB
CMYK
RGB Variations
Color information
#A1114E (or 0xA1114E) is known color: Jazzberry Jam. HEX triplet: A1, 11 and 4E. RGB value is (161,17,78). Sum of RGB (Red+Green+Blue) = 161+17+78=256 (33% of max value = 765). Red value is 161 (63.28% from 255 or 62.89% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 161 - color contains mainly: red. Hex color #A1114E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1114E is #5EEEB1. Grayscale: #424242. Windows color (decimal): -6221490 or 5116321. OLE color: 5116321.
HSL color Cylindrical-coordinate representation of color #A1114E: hue angle of 334.58º 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 #A1114E is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 17 | 78 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.37 |
| HSL | 334.58º | 0.81% | 0.35% | - |
| HSV(B) | 334.58º | 0.89% | 0.63% | - |
| XYZ | 16.27 | 8.53 | 8 | - |
| YUV | 67.01 | 134.21 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 17 | 78 | 0 | 0.89 | 0.52 | 0.37 | 334.58 | 0.81 | 0.35 |
| Hex | A1 | 11 | 4E | 0 | 59 | 34 | 25 | 14F | 51 | 23 |
| Octal | 241 | 21 | 116 | 0 | 131 | 64 | 45 | 517 | 121 | 43 |
| Binary | 10100001 | 10001 | 1001110 | 0 | 1011001 | 110100 | 100101 | 101001111 | 1010001 | 100011 |
Color Harmonies of #A1114E
Complementary color
Monochromatic Colors of #A1114E
Black with #A1114E
Text Example
Text Example
White with #A1114E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1114E; }
p { color: rgb(161,17,78); }
H1.HeaderClassName
{
color: #A1114E;
}
.AnyTagClassName
{
color: #A1114E;
}
</style>
background-color css
<style>
a { background-color: #A1114E; }
a { background-color: rgb(161,17,78); }
div.DivClassName
{
background-color: #A1114E;
}
.BgClassName
{
background-color: #A1114E;
}
</style>
border-color css
<style>
span { border-color: #A1114E; }
span { border-color: rgb(161,17,78); }
td.TdClassName
{
border-color: #A1114E;
}
.TagClassName
{
border-color: #A1114E;
}
</style>