Shades of Jazzberry Jam #A20761
Tints of Jazzberry Jam #A20761
RGB
CMYK
RGB Variations
Color information
#A20761 (or 0xA20761) is known color: Jazzberry Jam. HEX triplet: A2, 07 and 61. RGB value is (162,7,97). Sum of RGB (Red+Green+Blue) = 162+7+97=266 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.90% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 97 (38.28% from 255 or 36.47% from 266); Max value from RGB is 162 - color contains mainly: red. Hex color #A20761 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20761 is #5DF89E. Grayscale: #3F3F3F. Windows color (decimal): -6158495 or 6358946. OLE color: 6358946.
HSL color Cylindrical-coordinate representation of color #A20761: hue angle of 325.16º 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 #A20761 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 7 | 97 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.36 |
| HSL | 325.16º | 0.92% | 0.33% | - |
| HSV(B) | 325.16º | 0.96% | 0.64% | - |
| XYZ | 17.13 | 8.7 | 12.08 | - |
| YUV | 63.61 | 146.85 | 198.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 7 | 97 | 0 | 0.96 | 0.40 | 0.36 | 325.16 | 0.92 | 0.33 |
| Hex | A2 | 7 | 61 | 0 | 60 | 28 | 24 | 145 | 5C | 21 |
| Octal | 242 | 7 | 141 | 0 | 140 | 50 | 44 | 505 | 134 | 41 |
| Binary | 10100010 | 111 | 1100001 | 0 | 1100000 | 101000 | 100100 | 101000101 | 1011100 | 100001 |
Color Harmonies of #A20761
Complementary color
Monochromatic Colors of #A20761
Black with #A20761
Text Example
Text Example
White with #A20761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20761; }
p { color: rgb(162,7,97); }
H1.HeaderClassName
{
color: #A20761;
}
.AnyTagClassName
{
color: #A20761;
}
</style>
background-color css
<style>
a { background-color: #A20761; }
a { background-color: rgb(162,7,97); }
div.DivClassName
{
background-color: #A20761;
}
.BgClassName
{
background-color: #A20761;
}
</style>
border-color css
<style>
span { border-color: #A20761; }
span { border-color: rgb(162,7,97); }
td.TdClassName
{
border-color: #A20761;
}
.TagClassName
{
border-color: #A20761;
}
</style>