Shades of Jazzberry Jam #A1043B
Tints of Jazzberry Jam #A1043B
RGB
CMYK
RGB Variations
Color information
#A1043B (or 0xA1043B) is known color: Jazzberry Jam. HEX triplet: A1, 04 and 3B. RGB value is (161,4,59). Sum of RGB (Red+Green+Blue) = 161+4+59=224 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.88% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 161 - color contains mainly: red. Hex color #A1043B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1043B is #5EFBC4. Grayscale: #393939. Windows color (decimal): -6224837 or 3867809. OLE color: 3867809.
HSL color Cylindrical-coordinate representation of color #A1043B: hue angle of 338.98º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1043B is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 4 | 59 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.37 |
| HSL | 338.98º | 0.95% | 0.32% | - |
| HSV(B) | 338.98º | 0.98% | 0.63% | - |
| XYZ | 15.53 | 7.98 | 4.86 | - |
| YUV | 57.21 | 129.01 | 202.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 4 | 59 | 0 | 0.98 | 0.63 | 0.37 | 338.98 | 0.95 | 0.32 |
| Hex | A1 | 4 | 3B | 0 | 62 | 3F | 25 | 153 | 5F | 20 |
| Octal | 241 | 4 | 73 | 0 | 142 | 77 | 45 | 523 | 137 | 40 |
| Binary | 10100001 | 100 | 111011 | 0 | 1100010 | 111111 | 100101 | 101010011 | 1011111 | 100000 |
Color Harmonies of #A1043B
Complementary color
Monochromatic Colors of #A1043B
Black with #A1043B
Text Example
Text Example
White with #A1043B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1043B; }
p { color: rgb(161,4,59); }
H1.HeaderClassName
{
color: #A1043B;
}
.AnyTagClassName
{
color: #A1043B;
}
</style>
background-color css
<style>
a { background-color: #A1043B; }
a { background-color: rgb(161,4,59); }
div.DivClassName
{
background-color: #A1043B;
}
.BgClassName
{
background-color: #A1043B;
}
</style>
border-color css
<style>
span { border-color: #A1043B; }
span { border-color: rgb(161,4,59); }
td.TdClassName
{
border-color: #A1043B;
}
.TagClassName
{
border-color: #A1043B;
}
</style>