Shades of Jazzberry Jam #A1104E
Tints of Jazzberry Jam #A1104E
RGB
CMYK
RGB Variations
Color information
#A1104E (or 0xA1104E) is known color: Jazzberry Jam. HEX triplet: A1, 10 and 4E. RGB value is (161,16,78). Sum of RGB (Red+Green+Blue) = 161+16+78=255 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.14% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 161 - color contains mainly: red. Hex color #A1104E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1104E is #5EEFB1. Grayscale: #424242. Windows color (decimal): -6221746 or 5116065. OLE color: 5116065.
HSL color Cylindrical-coordinate representation of color #A1104E: hue angle of 334.34º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A1104E is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 16 | 78 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.37 |
| HSL | 334.34º | 0.82% | 0.35% | - |
| HSV(B) | 334.34º | 0.9% | 0.63% | - |
| XYZ | 16.26 | 8.5 | 7.99 | - |
| YUV | 66.42 | 134.54 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 16 | 78 | 0 | 0.90 | 0.52 | 0.37 | 334.34 | 0.82 | 0.35 |
| Hex | A1 | 10 | 4E | 0 | 5A | 34 | 25 | 14E | 52 | 23 |
| Octal | 241 | 20 | 116 | 0 | 132 | 64 | 45 | 516 | 122 | 43 |
| Binary | 10100001 | 10000 | 1001110 | 0 | 1011010 | 110100 | 100101 | 101001110 | 1010010 | 100011 |
Color Harmonies of #A1104E
Complementary color
Monochromatic Colors of #A1104E
Black with #A1104E
Text Example
Text Example
White with #A1104E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1104E; }
p { color: rgb(161,16,78); }
H1.HeaderClassName
{
color: #A1104E;
}
.AnyTagClassName
{
color: #A1104E;
}
</style>
background-color css
<style>
a { background-color: #A1104E; }
a { background-color: rgb(161,16,78); }
div.DivClassName
{
background-color: #A1104E;
}
.BgClassName
{
background-color: #A1104E;
}
</style>
border-color css
<style>
span { border-color: #A1104E; }
span { border-color: rgb(161,16,78); }
td.TdClassName
{
border-color: #A1104E;
}
.TagClassName
{
border-color: #A1104E;
}
</style>