Shades of Jazzberry Jam #A1145C
Tints of Jazzberry Jam #A1145C
RGB
CMYK
RGB Variations
Color information
#A1145C (or 0xA1145C) is known color: Jazzberry Jam. HEX triplet: A1, 14 and 5C. RGB value is (161,20,92). Sum of RGB (Red+Green+Blue) = 161+20+92=273 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.97% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 161 - color contains mainly: red. Hex color #A1145C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1145C is #5EEBA3. Grayscale: #464646. Windows color (decimal): -6220708 or 6034593. OLE color: 6034593.
HSL color Cylindrical-coordinate representation of color #A1145C: hue angle of 329.36º 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 #A1145C is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 20 | 92 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.37 |
| HSL | 329.36º | 0.78% | 0.35% | - |
| HSV(B) | 329.36º | 0.88% | 0.63% | - |
| XYZ | 16.88 | 8.85 | 10.94 | - |
| YUV | 70.37 | 140.21 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 20 | 92 | 0 | 0.88 | 0.43 | 0.37 | 329.36 | 0.78 | 0.35 |
| Hex | A1 | 14 | 5C | 0 | 58 | 2B | 25 | 149 | 4E | 23 |
| Octal | 241 | 24 | 134 | 0 | 130 | 53 | 45 | 511 | 116 | 43 |
| Binary | 10100001 | 10100 | 1011100 | 0 | 1011000 | 101011 | 100101 | 101001001 | 1001110 | 100011 |
Color Harmonies of #A1145C
Complementary color
Monochromatic Colors of #A1145C
Black with #A1145C
Text Example
Text Example
White with #A1145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1145C; }
p { color: rgb(161,20,92); }
H1.HeaderClassName
{
color: #A1145C;
}
.AnyTagClassName
{
color: #A1145C;
}
</style>
background-color css
<style>
a { background-color: #A1145C; }
a { background-color: rgb(161,20,92); }
div.DivClassName
{
background-color: #A1145C;
}
.BgClassName
{
background-color: #A1145C;
}
</style>
border-color css
<style>
span { border-color: #A1145C; }
span { border-color: rgb(161,20,92); }
td.TdClassName
{
border-color: #A1145C;
}
.TagClassName
{
border-color: #A1145C;
}
</style>