Shades of Jazzberry Jam #A1246D
Tints of Jazzberry Jam #A1246D
RGB
CMYK
RGB Variations
Color information
#A1246D (or 0xA1246D) is known color: Jazzberry Jam. HEX triplet: A1, 24 and 6D. RGB value is (161,36,109). Sum of RGB (Red+Green+Blue) = 161+36+109=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A1246D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1246D is #5EDB92. Grayscale: #515151. Windows color (decimal): -6216595 or 7152801. OLE color: 7152801.
HSL color Cylindrical-coordinate representation of color #A1246D: hue angle of 324.96º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A1246D is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 36 | 109 | - |
| CMYK | 0 | 0.78 | 0.32 | 0.37 |
| HSL | 324.96º | 0.63% | 0.39% | - |
| HSV(B) | 324.96º | 0.78% | 0.63% | - |
| XYZ | 18.09 | 9.94 | 15.43 | - |
| YUV | 81.7 | 143.41 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 36 | 109 | 0 | 0.78 | 0.32 | 0.37 | 324.96 | 0.63 | 0.39 |
| Hex | A1 | 24 | 6D | 0 | 4E | 20 | 25 | 145 | 3F | 27 |
| Octal | 241 | 44 | 155 | 0 | 116 | 40 | 45 | 505 | 77 | 47 |
| Binary | 10100001 | 100100 | 1101101 | 0 | 1001110 | 100000 | 100101 | 101000101 | 111111 | 100111 |
Color Harmonies of #A1246D
Complementary color
Monochromatic Colors of #A1246D
Black with #A1246D
Text Example
Text Example
White with #A1246D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1246D; }
p { color: rgb(161,36,109); }
H1.HeaderClassName
{
color: #A1246D;
}
.AnyTagClassName
{
color: #A1246D;
}
</style>
background-color css
<style>
a { background-color: #A1246D; }
a { background-color: rgb(161,36,109); }
div.DivClassName
{
background-color: #A1246D;
}
.BgClassName
{
background-color: #A1246D;
}
</style>
border-color css
<style>
span { border-color: #A1246D; }
span { border-color: rgb(161,36,109); }
td.TdClassName
{
border-color: #A1246D;
}
.TagClassName
{
border-color: #A1246D;
}
</style>