Shades of Jazzberry Jam #A20562
Tints of Jazzberry Jam #A20562
RGB
CMYK
RGB Variations
Color information
#A20562 (or 0xA20562) is known color: Jazzberry Jam. HEX triplet: A2, 05 and 62. RGB value is (162,5,98). Sum of RGB (Red+Green+Blue) = 162+5+98=265 (35% of max value = 765). Red value is 162 (63.67% from 255 or 61.13% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 98 (38.67% from 255 or 36.98% from 265); Max value from RGB is 162 - color contains mainly: red. Hex color #A20562 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20562 is #5DFA9D. Grayscale: #3E3E3E. Windows color (decimal): -6159006 or 6423970. OLE color: 6423970.
HSL color Cylindrical-coordinate representation of color #A20562: hue angle of 324.46º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A20562 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 5 | 98 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.36 |
| HSL | 324.46º | 0.94% | 0.33% | - |
| HSV(B) | 324.46º | 0.97% | 0.64% | - |
| XYZ | 17.16 | 8.67 | 12.32 | - |
| YUV | 62.55 | 148.01 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 5 | 98 | 0 | 0.97 | 0.40 | 0.36 | 324.46 | 0.94 | 0.33 |
| Hex | A2 | 5 | 62 | 0 | 61 | 28 | 24 | 144 | 5E | 21 |
| Octal | 242 | 5 | 142 | 0 | 141 | 50 | 44 | 504 | 136 | 41 |
| Binary | 10100010 | 101 | 1100010 | 0 | 1100001 | 101000 | 100100 | 101000100 | 1011110 | 100001 |
Color Harmonies of #A20562
Complementary color
Monochromatic Colors of #A20562
Black with #A20562
Text Example
Text Example
White with #A20562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20562; }
p { color: rgb(162,5,98); }
H1.HeaderClassName
{
color: #A20562;
}
.AnyTagClassName
{
color: #A20562;
}
</style>
background-color css
<style>
a { background-color: #A20562; }
a { background-color: rgb(162,5,98); }
div.DivClassName
{
background-color: #A20562;
}
.BgClassName
{
background-color: #A20562;
}
</style>
border-color css
<style>
span { border-color: #A20562; }
span { border-color: rgb(162,5,98); }
td.TdClassName
{
border-color: #A20562;
}
.TagClassName
{
border-color: #A20562;
}
</style>