Shades of Jazzberry Jam #A12470
Tints of Jazzberry Jam #A12470
RGB
CMYK
RGB Variations
Color information
#A12470 (or 0xA12470) is known color: Jazzberry Jam. HEX triplet: A1, 24 and 70. RGB value is (161,36,112). Sum of RGB (Red+Green+Blue) = 161+36+112=309 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.10% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 161 - color contains mainly: red. Hex color #A12470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12470 is #5EDB8F. Grayscale: #515151. Windows color (decimal): -6216592 or 7349409. OLE color: 7349409.
HSL color Cylindrical-coordinate representation of color #A12470: hue angle of 323.52º 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 #A12470 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 36 | 112 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.37 |
| HSL | 323.52º | 0.63% | 0.39% | - |
| HSV(B) | 323.52º | 0.78% | 0.63% | - |
| XYZ | 18.25 | 10.01 | 16.3 | - |
| YUV | 82.04 | 144.91 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 36 | 112 | 0 | 0.78 | 0.30 | 0.37 | 323.52 | 0.63 | 0.39 |
| Hex | A1 | 24 | 70 | 0 | 4E | 1E | 25 | 144 | 3F | 27 |
| Octal | 241 | 44 | 160 | 0 | 116 | 36 | 45 | 504 | 77 | 47 |
| Binary | 10100001 | 100100 | 1110000 | 0 | 1001110 | 11110 | 100101 | 101000100 | 111111 | 100111 |
Color Harmonies of #A12470
Complementary color
Monochromatic Colors of #A12470
Black with #A12470
Text Example
Text Example
White with #A12470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12470; }
p { color: rgb(161,36,112); }
H1.HeaderClassName
{
color: #A12470;
}
.AnyTagClassName
{
color: #A12470;
}
</style>
background-color css
<style>
a { background-color: #A12470; }
a { background-color: rgb(161,36,112); }
div.DivClassName
{
background-color: #A12470;
}
.BgClassName
{
background-color: #A12470;
}
</style>
border-color css
<style>
span { border-color: #A12470; }
span { border-color: rgb(161,36,112); }
td.TdClassName
{
border-color: #A12470;
}
.TagClassName
{
border-color: #A12470;
}
</style>