Shades of Jazzberry Jam #A21A62
Tints of Jazzberry Jam #A21A62
RGB
CMYK
RGB Variations
Color information
#A21A62 (or 0xA21A62) is known color: Jazzberry Jam. HEX triplet: A2, 1A and 62. RGB value is (162,26,98). Sum of RGB (Red+Green+Blue) = 162+26+98=286 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.64% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 98 (38.67% from 255 or 34.27% from 286); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21A62 is #5DE59D. Grayscale: #4A4A4A. Windows color (decimal): -6153630 or 6429346. OLE color: 6429346.
HSL color Cylindrical-coordinate representation of color #A21A62: hue angle of 328.24º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A21A62 is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 26 | 98 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.36 |
| HSL | 328.24º | 0.72% | 0.37% | - |
| HSV(B) | 328.24º | 0.84% | 0.64% | - |
| XYZ | 17.47 | 9.3 | 12.43 | - |
| YUV | 74.87 | 141.06 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 26 | 98 | 0 | 0.84 | 0.40 | 0.36 | 328.24 | 0.72 | 0.37 |
| Hex | A2 | 1A | 62 | 0 | 54 | 28 | 24 | 148 | 48 | 25 |
| Octal | 242 | 32 | 142 | 0 | 124 | 50 | 44 | 510 | 110 | 45 |
| Binary | 10100010 | 11010 | 1100010 | 0 | 1010100 | 101000 | 100100 | 101001000 | 1001000 | 100101 |
Color Harmonies of #A21A62
Complementary color
Monochromatic Colors of #A21A62
Black with #A21A62
Text Example
Text Example
White with #A21A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21A62; }
p { color: rgb(162,26,98); }
H1.HeaderClassName
{
color: #A21A62;
}
.AnyTagClassName
{
color: #A21A62;
}
</style>
background-color css
<style>
a { background-color: #A21A62; }
a { background-color: rgb(162,26,98); }
div.DivClassName
{
background-color: #A21A62;
}
.BgClassName
{
background-color: #A21A62;
}
</style>
border-color css
<style>
span { border-color: #A21A62; }
span { border-color: rgb(162,26,98); }
td.TdClassName
{
border-color: #A21A62;
}
.TagClassName
{
border-color: #A21A62;
}
</style>