Shades of Jazzberry Jam #A11E5E
Tints of Jazzberry Jam #A11E5E
RGB
CMYK
RGB Variations
Color information
#A11E5E (or 0xA11E5E) is known color: Jazzberry Jam. HEX triplet: A1, 1E and 5E. RGB value is (161,30,94). Sum of RGB (Red+Green+Blue) = 161+30+94=285 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.49% from 285); Green value is 30 (12.11% from 255 or 10.53% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 161 - color contains mainly: red. Hex color #A11E5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11E5E is #5EE1A1. Grayscale: #4C4C4C. Windows color (decimal): -6218146 or 6168225. OLE color: 6168225.
HSL color Cylindrical-coordinate representation of color #A11E5E: hue angle of 330.69º 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 #A11E5E is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 30 | 94 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.37 |
| HSL | 330.69º | 0.69% | 0.37% | - |
| HSV(B) | 330.69º | 0.81% | 0.63% | - |
| XYZ | 17.18 | 9.31 | 11.48 | - |
| YUV | 76.47 | 137.9 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 30 | 94 | 0 | 0.81 | 0.42 | 0.37 | 330.69 | 0.69 | 0.37 |
| Hex | A1 | 1E | 5E | 0 | 51 | 2A | 25 | 14B | 45 | 25 |
| Octal | 241 | 36 | 136 | 0 | 121 | 52 | 45 | 513 | 105 | 45 |
| Binary | 10100001 | 11110 | 1011110 | 0 | 1010001 | 101010 | 100101 | 101001011 | 1000101 | 100101 |
Color Harmonies of #A11E5E
Complementary color
Monochromatic Colors of #A11E5E
Black with #A11E5E
Text Example
Text Example
White with #A11E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11E5E; }
p { color: rgb(161,30,94); }
H1.HeaderClassName
{
color: #A11E5E;
}
.AnyTagClassName
{
color: #A11E5E;
}
</style>
background-color css
<style>
a { background-color: #A11E5E; }
a { background-color: rgb(161,30,94); }
div.DivClassName
{
background-color: #A11E5E;
}
.BgClassName
{
background-color: #A11E5E;
}
</style>
border-color css
<style>
span { border-color: #A11E5E; }
span { border-color: rgb(161,30,94); }
td.TdClassName
{
border-color: #A11E5E;
}
.TagClassName
{
border-color: #A11E5E;
}
</style>