Shades of Jazzberry Jam #A20747
Tints of Jazzberry Jam #A20747
RGB
CMYK
RGB Variations
Color information
#A20747 (or 0xA20747) is known color: Jazzberry Jam. HEX triplet: A2, 07 and 47. RGB value is (162,7,71). Sum of RGB (Red+Green+Blue) = 162+7+71=240 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.5% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 71 (28.12% from 255 or 29.58% from 240); Max value from RGB is 162 - color contains mainly: red. Hex color #A20747 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20747 is #5DF8B8. Grayscale: #3C3C3C. Windows color (decimal): -6158521 or 4655010. OLE color: 4655010.
HSL color Cylindrical-coordinate representation of color #A20747: hue angle of 335.23º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A20747 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 7 | 71 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.36 |
| HSL | 335.23º | 0.92% | 0.33% | - |
| HSV(B) | 335.23º | 0.96% | 0.64% | - |
| XYZ | 16.11 | 8.29 | 6.71 | - |
| YUV | 60.64 | 133.85 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 7 | 71 | 0 | 0.96 | 0.56 | 0.36 | 335.23 | 0.92 | 0.33 |
| Hex | A2 | 7 | 47 | 0 | 60 | 38 | 24 | 14F | 5C | 21 |
| Octal | 242 | 7 | 107 | 0 | 140 | 70 | 44 | 517 | 134 | 41 |
| Binary | 10100010 | 111 | 1000111 | 0 | 1100000 | 111000 | 100100 | 101001111 | 1011100 | 100001 |
Color Harmonies of #A20747
Complementary color
Monochromatic Colors of #A20747
Black with #A20747
Text Example
Text Example
White with #A20747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20747; }
p { color: rgb(162,7,71); }
H1.HeaderClassName
{
color: #A20747;
}
.AnyTagClassName
{
color: #A20747;
}
</style>
background-color css
<style>
a { background-color: #A20747; }
a { background-color: rgb(162,7,71); }
div.DivClassName
{
background-color: #A20747;
}
.BgClassName
{
background-color: #A20747;
}
</style>
border-color css
<style>
span { border-color: #A20747; }
span { border-color: rgb(162,7,71); }
td.TdClassName
{
border-color: #A20747;
}
.TagClassName
{
border-color: #A20747;
}
</style>