Shades of Jazzberry Jam #A2144B
Tints of Jazzberry Jam #A2144B
RGB
CMYK
RGB Variations
Color information
#A2144B (or 0xA2144B) is known color: Jazzberry Jam. HEX triplet: A2, 14 and 4B. RGB value is (162,20,75). Sum of RGB (Red+Green+Blue) = 162+20+75=257 (34% of max value = 765). Red value is 162 (63.67% from 255 or 63.04% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 162 - color contains mainly: red. Hex color #A2144B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2144B is #5DEBB4. Grayscale: #444444. Windows color (decimal): -6155189 or 4920482. OLE color: 4920482.
HSL color Cylindrical-coordinate representation of color #A2144B: hue angle of 336.76º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2144B is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 20 | 75 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.36 |
| HSL | 336.76º | 0.78% | 0.36% | - |
| HSV(B) | 336.76º | 0.88% | 0.64% | - |
| XYZ | 16.42 | 8.69 | 7.47 | - |
| YUV | 68.73 | 131.54 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 20 | 75 | 0 | 0.88 | 0.54 | 0.36 | 336.76 | 0.78 | 0.36 |
| Hex | A2 | 14 | 4B | 0 | 58 | 36 | 24 | 151 | 4E | 24 |
| Octal | 242 | 24 | 113 | 0 | 130 | 66 | 44 | 521 | 116 | 44 |
| Binary | 10100010 | 10100 | 1001011 | 0 | 1011000 | 110110 | 100100 | 101010001 | 1001110 | 100100 |
Color Harmonies of #A2144B
Complementary color
Monochromatic Colors of #A2144B
Black with #A2144B
Text Example
Text Example
White with #A2144B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2144B; }
p { color: rgb(162,20,75); }
H1.HeaderClassName
{
color: #A2144B;
}
.AnyTagClassName
{
color: #A2144B;
}
</style>
background-color css
<style>
a { background-color: #A2144B; }
a { background-color: rgb(162,20,75); }
div.DivClassName
{
background-color: #A2144B;
}
.BgClassName
{
background-color: #A2144B;
}
</style>
border-color css
<style>
span { border-color: #A2144B; }
span { border-color: rgb(162,20,75); }
td.TdClassName
{
border-color: #A2144B;
}
.TagClassName
{
border-color: #A2144B;
}
</style>