Shades of Jazzberry Jam #A1145B
Tints of Jazzberry Jam #A1145B
RGB
CMYK
RGB Variations
Color information
#A1145B (or 0xA1145B) is known color: Jazzberry Jam. HEX triplet: A1, 14 and 5B. RGB value is (161,20,91). Sum of RGB (Red+Green+Blue) = 161+20+91=272 (36% of max value = 765). Red value is 161 (63.28% from 255 or 59.19% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 161 - color contains mainly: red. Hex color #A1145B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1145B is #5EEBA4. Grayscale: #464646. Windows color (decimal): -6220709 or 5969057. OLE color: 5969057.
HSL color Cylindrical-coordinate representation of color #A1145B: hue angle of 329.79º 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 #A1145B is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 20 | 91 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.37 |
| HSL | 329.79º | 0.78% | 0.35% | - |
| HSV(B) | 329.79º | 0.88% | 0.63% | - |
| XYZ | 16.84 | 8.83 | 10.72 | - |
| YUV | 70.25 | 139.71 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 20 | 91 | 0 | 0.88 | 0.43 | 0.37 | 329.79 | 0.78 | 0.35 |
| Hex | A1 | 14 | 5B | 0 | 58 | 2B | 25 | 14A | 4E | 23 |
| Octal | 241 | 24 | 133 | 0 | 130 | 53 | 45 | 512 | 116 | 43 |
| Binary | 10100001 | 10100 | 1011011 | 0 | 1011000 | 101011 | 100101 | 101001010 | 1001110 | 100011 |
Color Harmonies of #A1145B
Complementary color
Monochromatic Colors of #A1145B
Black with #A1145B
Text Example
Text Example
White with #A1145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1145B; }
p { color: rgb(161,20,91); }
H1.HeaderClassName
{
color: #A1145B;
}
.AnyTagClassName
{
color: #A1145B;
}
</style>
background-color css
<style>
a { background-color: #A1145B; }
a { background-color: rgb(161,20,91); }
div.DivClassName
{
background-color: #A1145B;
}
.BgClassName
{
background-color: #A1145B;
}
</style>
border-color css
<style>
span { border-color: #A1145B; }
span { border-color: rgb(161,20,91); }
td.TdClassName
{
border-color: #A1145B;
}
.TagClassName
{
border-color: #A1145B;
}
</style>