Shades of Jazzberry Jam #A11461
Tints of Jazzberry Jam #A11461
RGB
CMYK
RGB Variations
Color information
#A11461 (or 0xA11461) is known color: Jazzberry Jam. HEX triplet: A1, 14 and 61. RGB value is (161,20,97). Sum of RGB (Red+Green+Blue) = 161+20+97=278 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.91% from 278); Green value is 20 (8.20% from 255 or 7.19% from 278); Blue value is 97 (38.28% from 255 or 34.89% from 278); Max value from RGB is 161 - color contains mainly: red. Hex color #A11461 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11461 is #5EEB9E. Grayscale: #464646. Windows color (decimal): -6220703 or 6362273. OLE color: 6362273.
HSL color Cylindrical-coordinate representation of color #A11461: hue angle of 327.23º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A11461 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 20 | 97 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.37 |
| HSL | 327.23º | 0.78% | 0.35% | - |
| HSV(B) | 327.23º | 0.88% | 0.63% | - |
| XYZ | 17.11 | 8.94 | 12.13 | - |
| YUV | 70.94 | 142.71 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 20 | 97 | 0 | 0.88 | 0.40 | 0.37 | 327.23 | 0.78 | 0.35 |
| Hex | A1 | 14 | 61 | 0 | 58 | 28 | 25 | 147 | 4E | 23 |
| Octal | 241 | 24 | 141 | 0 | 130 | 50 | 45 | 507 | 116 | 43 |
| Binary | 10100001 | 10100 | 1100001 | 0 | 1011000 | 101000 | 100101 | 101000111 | 1001110 | 100011 |
Color Harmonies of #A11461
Complementary color
Monochromatic Colors of #A11461
Black with #A11461
Text Example
Text Example
White with #A11461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11461; }
p { color: rgb(161,20,97); }
H1.HeaderClassName
{
color: #A11461;
}
.AnyTagClassName
{
color: #A11461;
}
</style>
background-color css
<style>
a { background-color: #A11461; }
a { background-color: rgb(161,20,97); }
div.DivClassName
{
background-color: #A11461;
}
.BgClassName
{
background-color: #A11461;
}
</style>
border-color css
<style>
span { border-color: #A11461; }
span { border-color: rgb(161,20,97); }
td.TdClassName
{
border-color: #A11461;
}
.TagClassName
{
border-color: #A11461;
}
</style>