Shades of Jazzberry Jam #A20962
Tints of Jazzberry Jam #A20962
RGB
CMYK
RGB Variations
Color information
#A20962 (or 0xA20962) is known color: Jazzberry Jam. HEX triplet: A2, 09 and 62. RGB value is (162,9,98). Sum of RGB (Red+Green+Blue) = 162+9+98=269 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.22% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 98 (38.67% from 255 or 36.43% from 269); Max value from RGB is 162 - color contains mainly: red. Hex color #A20962 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20962 is #5DF69D. Grayscale: #404040. Windows color (decimal): -6157982 or 6424994. OLE color: 6424994.
HSL color Cylindrical-coordinate representation of color #A20962: hue angle of 325.1º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20962 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 9 | 98 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.36 |
| HSL | 325.1º | 0.89% | 0.34% | - |
| HSV(B) | 325.1º | 0.94% | 0.64% | - |
| XYZ | 17.2 | 8.76 | 12.34 | - |
| YUV | 64.89 | 146.69 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 9 | 98 | 0 | 0.94 | 0.40 | 0.36 | 325.1 | 0.89 | 0.34 |
| Hex | A2 | 9 | 62 | 0 | 5E | 28 | 24 | 145 | 59 | 22 |
| Octal | 242 | 11 | 142 | 0 | 136 | 50 | 44 | 505 | 131 | 42 |
| Binary | 10100010 | 1001 | 1100010 | 0 | 1011110 | 101000 | 100100 | 101000101 | 1011001 | 100010 |
Color Harmonies of #A20962
Complementary color
Monochromatic Colors of #A20962
Black with #A20962
Text Example
Text Example
White with #A20962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20962; }
p { color: rgb(162,9,98); }
H1.HeaderClassName
{
color: #A20962;
}
.AnyTagClassName
{
color: #A20962;
}
</style>
background-color css
<style>
a { background-color: #A20962; }
a { background-color: rgb(162,9,98); }
div.DivClassName
{
background-color: #A20962;
}
.BgClassName
{
background-color: #A20962;
}
</style>
border-color css
<style>
span { border-color: #A20962; }
span { border-color: rgb(162,9,98); }
td.TdClassName
{
border-color: #A20962;
}
.TagClassName
{
border-color: #A20962;
}
</style>