Shades of Jazzberry Jam #A21152
Tints of Jazzberry Jam #A21152
RGB
CMYK
RGB Variations
Color information
#A21152 (or 0xA21152) is known color: Jazzberry Jam. HEX triplet: A2, 11 and 52. RGB value is (162,17,82). Sum of RGB (Red+Green+Blue) = 162+17+82=261 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.07% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 162 - color contains mainly: red. Hex color #A21152 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21152 is #5DEEAD. Grayscale: #434343. Windows color (decimal): -6155950 or 5378466. OLE color: 5378466.
HSL color Cylindrical-coordinate representation of color #A21152: hue angle of 333.1º degrees, saturation: 0.81, 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 #A21152 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 17 | 82 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.36 |
| HSL | 333.1º | 0.81% | 0.35% | - |
| HSV(B) | 333.1º | 0.9% | 0.64% | - |
| XYZ | 16.62 | 8.69 | 8.78 | - |
| YUV | 67.77 | 136.04 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 17 | 82 | 0 | 0.90 | 0.49 | 0.36 | 333.1 | 0.81 | 0.35 |
| Hex | A2 | 11 | 52 | 0 | 5A | 31 | 24 | 14D | 51 | 23 |
| Octal | 242 | 21 | 122 | 0 | 132 | 61 | 44 | 515 | 121 | 43 |
| Binary | 10100010 | 10001 | 1010010 | 0 | 1011010 | 110001 | 100100 | 101001101 | 1010001 | 100011 |
Color Harmonies of #A21152
Complementary color
Monochromatic Colors of #A21152
Black with #A21152
Text Example
Text Example
White with #A21152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21152; }
p { color: rgb(162,17,82); }
H1.HeaderClassName
{
color: #A21152;
}
.AnyTagClassName
{
color: #A21152;
}
</style>
background-color css
<style>
a { background-color: #A21152; }
a { background-color: rgb(162,17,82); }
div.DivClassName
{
background-color: #A21152;
}
.BgClassName
{
background-color: #A21152;
}
</style>
border-color css
<style>
span { border-color: #A21152; }
span { border-color: rgb(162,17,82); }
td.TdClassName
{
border-color: #A21152;
}
.TagClassName
{
border-color: #A21152;
}
</style>