Shades of Jazzberry Jam #A11E74
Tints of Jazzberry Jam #A11E74
RGB
CMYK
RGB Variations
Color information
#A11E74 (or 0xA11E74) is known color: Jazzberry Jam. HEX triplet: A1, 1E and 74. RGB value is (161,30,116). Sum of RGB (Red+Green+Blue) = 161+30+116=307 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.44% from 307); Green value is 30 (12.11% from 255 or 9.77% from 307); Blue value is 116 (45.70% from 255 or 37.79% from 307); Max value from RGB is 161 - color contains mainly: red. Hex color #A11E74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11E74 is #5EE18B. Grayscale: #4E4E4E. Windows color (decimal): -6218124 or 7610017. OLE color: 7610017.
HSL color Cylindrical-coordinate representation of color #A11E74: hue angle of 320.61º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A11E74 is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 30 | 116 | - |
| CMYK | 0 | 0.81 | 0.28 | 0.37 |
| HSL | 320.61º | 0.69% | 0.37% | - |
| HSV(B) | 320.61º | 0.81% | 0.63% | - |
| XYZ | 18.31 | 9.77 | 17.44 | - |
| YUV | 78.97 | 148.9 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 30 | 116 | 0 | 0.81 | 0.28 | 0.37 | 320.61 | 0.69 | 0.37 |
| Hex | A1 | 1E | 74 | 0 | 51 | 1C | 25 | 141 | 45 | 25 |
| Octal | 241 | 36 | 164 | 0 | 121 | 34 | 45 | 501 | 105 | 45 |
| Binary | 10100001 | 11110 | 1110100 | 0 | 1010001 | 11100 | 100101 | 101000001 | 1000101 | 100101 |
Color Harmonies of #A11E74
Complementary color
Monochromatic Colors of #A11E74
Black with #A11E74
Text Example
Text Example
White with #A11E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11E74; }
p { color: rgb(161,30,116); }
H1.HeaderClassName
{
color: #A11E74;
}
.AnyTagClassName
{
color: #A11E74;
}
</style>
background-color css
<style>
a { background-color: #A11E74; }
a { background-color: rgb(161,30,116); }
div.DivClassName
{
background-color: #A11E74;
}
.BgClassName
{
background-color: #A11E74;
}
</style>
border-color css
<style>
span { border-color: #A11E74; }
span { border-color: rgb(161,30,116); }
td.TdClassName
{
border-color: #A11E74;
}
.TagClassName
{
border-color: #A11E74;
}
</style>