Shades of Jazzberry Jam #A21862
Tints of Jazzberry Jam #A21862
RGB
CMYK
RGB Variations
Color information
#A21862 (or 0xA21862) is known color: Jazzberry Jam. HEX triplet: A2, 18 and 62. RGB value is (162,24,98). Sum of RGB (Red+Green+Blue) = 162+24+98=284 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.04% from 284); Green value is 24 (9.77% from 255 or 8.45% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 162 - color contains mainly: red. Hex color #A21862 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21862 is #5DE79D. Grayscale: #494949. Windows color (decimal): -6154142 or 6428834. OLE color: 6428834.
HSL color Cylindrical-coordinate representation of color #A21862: hue angle of 327.83º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A21862 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 24 | 98 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.36 |
| HSL | 327.83º | 0.74% | 0.36% | - |
| HSV(B) | 327.83º | 0.85% | 0.64% | - |
| XYZ | 17.43 | 9.22 | 12.42 | - |
| YUV | 73.7 | 141.72 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 24 | 98 | 0 | 0.85 | 0.40 | 0.36 | 327.83 | 0.74 | 0.36 |
| Hex | A2 | 18 | 62 | 0 | 55 | 28 | 24 | 148 | 4A | 24 |
| Octal | 242 | 30 | 142 | 0 | 125 | 50 | 44 | 510 | 112 | 44 |
| Binary | 10100010 | 11000 | 1100010 | 0 | 1010101 | 101000 | 100100 | 101001000 | 1001010 | 100100 |
Color Harmonies of #A21862
Complementary color
Monochromatic Colors of #A21862
Black with #A21862
Text Example
Text Example
White with #A21862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21862; }
p { color: rgb(162,24,98); }
H1.HeaderClassName
{
color: #A21862;
}
.AnyTagClassName
{
color: #A21862;
}
</style>
background-color css
<style>
a { background-color: #A21862; }
a { background-color: rgb(162,24,98); }
div.DivClassName
{
background-color: #A21862;
}
.BgClassName
{
background-color: #A21862;
}
</style>
border-color css
<style>
span { border-color: #A21862; }
span { border-color: rgb(162,24,98); }
td.TdClassName
{
border-color: #A21862;
}
.TagClassName
{
border-color: #A21862;
}
</style>