Shades of Jazzberry Jam #A1054B
Tints of Jazzberry Jam #A1054B
RGB
CMYK
RGB Variations
Color information
#A1054B (or 0xA1054B) is known color: Jazzberry Jam. HEX triplet: A1, 05 and 4B. RGB value is (161,5,75). Sum of RGB (Red+Green+Blue) = 161+5+75=241 (31% of max value = 765). Red value is 161 (63.28% from 255 or 66.80% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 161 - color contains mainly: red. Hex color #A1054B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1054B is #5EFAB4. Grayscale: #3B3B3B. Windows color (decimal): -6224565 or 4916641. OLE color: 4916641.
HSL color Cylindrical-coordinate representation of color #A1054B: hue angle of 333.08º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A1054B is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 5 | 75 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.37 |
| HSL | 333.08º | 0.94% | 0.33% | - |
| HSV(B) | 333.08º | 0.97% | 0.63% | - |
| XYZ | 16.02 | 8.19 | 7.39 | - |
| YUV | 59.62 | 136.68 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 5 | 75 | 0 | 0.97 | 0.53 | 0.37 | 333.08 | 0.94 | 0.33 |
| Hex | A1 | 5 | 4B | 0 | 61 | 35 | 25 | 14D | 5E | 21 |
| Octal | 241 | 5 | 113 | 0 | 141 | 65 | 45 | 515 | 136 | 41 |
| Binary | 10100001 | 101 | 1001011 | 0 | 1100001 | 110101 | 100101 | 101001101 | 1011110 | 100001 |
Color Harmonies of #A1054B
Complementary color
Monochromatic Colors of #A1054B
Black with #A1054B
Text Example
Text Example
White with #A1054B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1054B; }
p { color: rgb(161,5,75); }
H1.HeaderClassName
{
color: #A1054B;
}
.AnyTagClassName
{
color: #A1054B;
}
</style>
background-color css
<style>
a { background-color: #A1054B; }
a { background-color: rgb(161,5,75); }
div.DivClassName
{
background-color: #A1054B;
}
.BgClassName
{
background-color: #A1054B;
}
</style>
border-color css
<style>
span { border-color: #A1054B; }
span { border-color: rgb(161,5,75); }
td.TdClassName
{
border-color: #A1054B;
}
.TagClassName
{
border-color: #A1054B;
}
</style>