Shades of Jazzberry Jam #A20762
Tints of Jazzberry Jam #A20762
RGB
CMYK
RGB Variations
Color information
#A20762 (or 0xA20762) is known color: Jazzberry Jam. HEX triplet: A2, 07 and 62. RGB value is (162,7,98). Sum of RGB (Red+Green+Blue) = 162+7+98=267 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.67% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 162 - color contains mainly: red. Hex color #A20762 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20762 is #5DF89D. Grayscale: #3F3F3F. Windows color (decimal): -6158494 or 6424482. OLE color: 6424482.
HSL color Cylindrical-coordinate representation of color #A20762: hue angle of 324.77º 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 #A20762 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 7 | 98 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.36 |
| HSL | 324.77º | 0.92% | 0.33% | - |
| HSV(B) | 324.77º | 0.96% | 0.64% | - |
| XYZ | 17.18 | 8.72 | 12.33 | - |
| YUV | 63.72 | 147.35 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 7 | 98 | 0 | 0.96 | 0.40 | 0.36 | 324.77 | 0.92 | 0.33 |
| Hex | A2 | 7 | 62 | 0 | 60 | 28 | 24 | 145 | 5C | 21 |
| Octal | 242 | 7 | 142 | 0 | 140 | 50 | 44 | 505 | 134 | 41 |
| Binary | 10100010 | 111 | 1100010 | 0 | 1100000 | 101000 | 100100 | 101000101 | 1011100 | 100001 |
Color Harmonies of #A20762
Complementary color
Monochromatic Colors of #A20762
Black with #A20762
Text Example
Text Example
White with #A20762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20762; }
p { color: rgb(162,7,98); }
H1.HeaderClassName
{
color: #A20762;
}
.AnyTagClassName
{
color: #A20762;
}
</style>
background-color css
<style>
a { background-color: #A20762; }
a { background-color: rgb(162,7,98); }
div.DivClassName
{
background-color: #A20762;
}
.BgClassName
{
background-color: #A20762;
}
</style>
border-color css
<style>
span { border-color: #A20762; }
span { border-color: rgb(162,7,98); }
td.TdClassName
{
border-color: #A20762;
}
.TagClassName
{
border-color: #A20762;
}
</style>