Shades of Jazzberry Jam #A20245
Tints of Jazzberry Jam #A20245
RGB
CMYK
RGB Variations
Color information
#A20245 (or 0xA20245) is known color: Jazzberry Jam. HEX triplet: A2, 02 and 45. RGB value is (162,2,69). Sum of RGB (Red+Green+Blue) = 162+2+69=233 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.53% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 69 (27.34% from 255 or 29.61% from 233); Max value from RGB is 162 - color contains mainly: red. Hex color #A20245 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20245 is #5DFDBA. Grayscale: #393939. Windows color (decimal): -6159803 or 4522658. OLE color: 4522658.
HSL color Cylindrical-coordinate representation of color #A20245: hue angle of 334.88º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A20245 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 2 | 69 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.36 |
| HSL | 334.88º | 0.98% | 0.32% | - |
| HSV(B) | 334.88º | 0.99% | 0.64% | - |
| XYZ | 16 | 8.15 | 6.36 | - |
| YUV | 57.48 | 134.51 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 2 | 69 | 0 | 0.99 | 0.57 | 0.36 | 334.88 | 0.98 | 0.32 |
| Hex | A2 | 2 | 45 | 0 | 63 | 39 | 24 | 14F | 62 | 20 |
| Octal | 242 | 2 | 105 | 0 | 143 | 71 | 44 | 517 | 142 | 40 |
| Binary | 10100010 | 10 | 1000101 | 0 | 1100011 | 111001 | 100100 | 101001111 | 1100010 | 100000 |
Color Harmonies of #A20245
Complementary color
Monochromatic Colors of #A20245
Black with #A20245
Text Example
Text Example
White with #A20245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20245; }
p { color: rgb(162,2,69); }
H1.HeaderClassName
{
color: #A20245;
}
.AnyTagClassName
{
color: #A20245;
}
</style>
background-color css
<style>
a { background-color: #A20245; }
a { background-color: rgb(162,2,69); }
div.DivClassName
{
background-color: #A20245;
}
.BgClassName
{
background-color: #A20245;
}
</style>
border-color css
<style>
span { border-color: #A20245; }
span { border-color: rgb(162,2,69); }
td.TdClassName
{
border-color: #A20245;
}
.TagClassName
{
border-color: #A20245;
}
</style>