Shades of Jazzberry Jam #A21145
Tints of Jazzberry Jam #A21145
RGB
CMYK
RGB Variations
Color information
#A21145 (or 0xA21145) is known color: Jazzberry Jam. HEX triplet: A2, 11 and 45. RGB value is (162,17,69). Sum of RGB (Red+Green+Blue) = 162+17+69=248 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.32% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 69 (27.34% from 255 or 27.82% from 248); Max value from RGB is 162 - color contains mainly: red. Hex color #A21145 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21145 is #5DEEBA. Grayscale: #424242. Windows color (decimal): -6155963 or 4526498. OLE color: 4526498.
HSL color Cylindrical-coordinate representation of color #A21145: hue angle of 338.48º 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 #A21145 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 17 | 69 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.36 |
| HSL | 338.48º | 0.81% | 0.35% | - |
| HSV(B) | 338.48º | 0.9% | 0.64% | - |
| XYZ | 16.17 | 8.51 | 6.42 | - |
| YUV | 66.28 | 129.54 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 17 | 69 | 0 | 0.90 | 0.57 | 0.36 | 338.48 | 0.81 | 0.35 |
| Hex | A2 | 11 | 45 | 0 | 5A | 39 | 24 | 152 | 51 | 23 |
| Octal | 242 | 21 | 105 | 0 | 132 | 71 | 44 | 522 | 121 | 43 |
| Binary | 10100010 | 10001 | 1000101 | 0 | 1011010 | 111001 | 100100 | 101010010 | 1010001 | 100011 |
Color Harmonies of #A21145
Complementary color
Monochromatic Colors of #A21145
Black with #A21145
Text Example
Text Example
White with #A21145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21145; }
p { color: rgb(162,17,69); }
H1.HeaderClassName
{
color: #A21145;
}
.AnyTagClassName
{
color: #A21145;
}
</style>
background-color css
<style>
a { background-color: #A21145; }
a { background-color: rgb(162,17,69); }
div.DivClassName
{
background-color: #A21145;
}
.BgClassName
{
background-color: #A21145;
}
</style>
border-color css
<style>
span { border-color: #A21145; }
span { border-color: rgb(162,17,69); }
td.TdClassName
{
border-color: #A21145;
}
.TagClassName
{
border-color: #A21145;
}
</style>