Shades of Jazzberry Jam #A1125B
Tints of Jazzberry Jam #A1125B
RGB
CMYK
RGB Variations
Color information
#A1125B (or 0xA1125B) is known color: Jazzberry Jam. HEX triplet: A1, 12 and 5B. RGB value is (161,18,91). Sum of RGB (Red+Green+Blue) = 161+18+91=270 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.63% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 161 - color contains mainly: red. Hex color #A1125B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1125B is #5EEDA4. Grayscale: #444444. Windows color (decimal): -6221221 or 5968545. OLE color: 5968545.
HSL color Cylindrical-coordinate representation of color #A1125B: hue angle of 329.37º degrees, saturation: 0.8, 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 #A1125B is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 18 | 91 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.37 |
| HSL | 329.37º | 0.8% | 0.35% | - |
| HSV(B) | 329.37º | 0.89% | 0.63% | - |
| XYZ | 16.8 | 8.77 | 10.7 | - |
| YUV | 69.08 | 140.38 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 18 | 91 | 0 | 0.89 | 0.43 | 0.37 | 329.37 | 0.8 | 0.35 |
| Hex | A1 | 12 | 5B | 0 | 59 | 2B | 25 | 149 | 50 | 23 |
| Octal | 241 | 22 | 133 | 0 | 131 | 53 | 45 | 511 | 120 | 43 |
| Binary | 10100001 | 10010 | 1011011 | 0 | 1011001 | 101011 | 100101 | 101001001 | 1010000 | 100011 |
Color Harmonies of #A1125B
Complementary color
Monochromatic Colors of #A1125B
Black with #A1125B
Text Example
Text Example
White with #A1125B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1125B; }
p { color: rgb(161,18,91); }
H1.HeaderClassName
{
color: #A1125B;
}
.AnyTagClassName
{
color: #A1125B;
}
</style>
background-color css
<style>
a { background-color: #A1125B; }
a { background-color: rgb(161,18,91); }
div.DivClassName
{
background-color: #A1125B;
}
.BgClassName
{
background-color: #A1125B;
}
</style>
border-color css
<style>
span { border-color: #A1125B; }
span { border-color: rgb(161,18,91); }
td.TdClassName
{
border-color: #A1125B;
}
.TagClassName
{
border-color: #A1125B;
}
</style>