Shades of Jazzberry Jam #A21052
Tints of Jazzberry Jam #A21052
RGB
CMYK
RGB Variations
Color information
#A21052 (or 0xA21052) is known color: Jazzberry Jam. HEX triplet: A2, 10 and 52. RGB value is (162,16,82). Sum of RGB (Red+Green+Blue) = 162+16+82=260 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.31% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 82 (32.42% from 255 or 31.54% from 260); Max value from RGB is 162 - color contains mainly: red. Hex color #A21052 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21052 is #5DEFAD. Grayscale: #434343. Windows color (decimal): -6156206 or 5378210. OLE color: 5378210.
HSL color Cylindrical-coordinate representation of color #A21052: hue angle of 332.88º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A21052 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 16 | 82 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.36 |
| HSL | 332.88º | 0.82% | 0.35% | - |
| HSV(B) | 332.88º | 0.9% | 0.64% | - |
| XYZ | 16.61 | 8.66 | 8.78 | - |
| YUV | 67.18 | 136.37 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 16 | 82 | 0 | 0.90 | 0.49 | 0.36 | 332.88 | 0.82 | 0.35 |
| Hex | A2 | 10 | 52 | 0 | 5A | 31 | 24 | 14D | 52 | 23 |
| Octal | 242 | 20 | 122 | 0 | 132 | 61 | 44 | 515 | 122 | 43 |
| Binary | 10100010 | 10000 | 1010010 | 0 | 1011010 | 110001 | 100100 | 101001101 | 1010010 | 100011 |
Color Harmonies of #A21052
Complementary color
Monochromatic Colors of #A21052
Black with #A21052
Text Example
Text Example
White with #A21052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21052; }
p { color: rgb(162,16,82); }
H1.HeaderClassName
{
color: #A21052;
}
.AnyTagClassName
{
color: #A21052;
}
</style>
background-color css
<style>
a { background-color: #A21052; }
a { background-color: rgb(162,16,82); }
div.DivClassName
{
background-color: #A21052;
}
.BgClassName
{
background-color: #A21052;
}
</style>
border-color css
<style>
span { border-color: #A21052; }
span { border-color: rgb(162,16,82); }
td.TdClassName
{
border-color: #A21052;
}
.TagClassName
{
border-color: #A21052;
}
</style>