Shades of Jazzberry Jam #A2004D
Tints of Jazzberry Jam #A2004D
RGB
CMYK
RGB Variations
Color information
#A2004D (or 0xA2004D) is known color: Jazzberry Jam. HEX triplet: A2, 00 and 4D. RGB value is (162,0,77). Sum of RGB (Red+Green+Blue) = 162+0+77=239 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.78% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 162 - color contains mainly: red. Hex color #A2004D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2004D is #5DFFB2. Grayscale: #393939. Windows color (decimal): -6160307 or 5046434. OLE color: 5046434.
HSL color Cylindrical-coordinate representation of color #A2004D: hue angle of 331.48º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A2004D is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 0 | 77 | - |
| CMYK | 0 | 1 | 0.52 | 0.36 |
| HSL | 331.48º | 1% | 0.32% | - |
| HSV(B) | 331.48º | 1% | 0.64% | - |
| XYZ | 16.24 | 8.22 | 7.75 | - |
| YUV | 57.22 | 139.17 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 77 | 0 | 1 | 0.52 | 0.36 | 331.48 | 1 | 0.32 |
| Hex | A2 | 0 | 4D | 0 | 64 | 34 | 24 | 14B | 64 | 20 |
| Octal | 242 | 0 | 115 | 0 | 144 | 64 | 44 | 513 | 144 | 40 |
| Binary | 10100010 | 0 | 1001101 | 0 | 1100100 | 110100 | 100100 | 101001011 | 1100100 | 100000 |
Color Harmonies of #A2004D
Complementary color
Monochromatic Colors of #A2004D
Black with #A2004D
Text Example
Text Example
White with #A2004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2004D; }
p { color: rgb(162,0,77); }
H1.HeaderClassName
{
color: #A2004D;
}
.AnyTagClassName
{
color: #A2004D;
}
</style>
background-color css
<style>
a { background-color: #A2004D; }
a { background-color: rgb(162,0,77); }
div.DivClassName
{
background-color: #A2004D;
}
.BgClassName
{
background-color: #A2004D;
}
</style>
border-color css
<style>
span { border-color: #A2004D; }
span { border-color: rgb(162,0,77); }
td.TdClassName
{
border-color: #A2004D;
}
.TagClassName
{
border-color: #A2004D;
}
</style>