Shades of Jazzberry Jam #A20F45
Tints of Jazzberry Jam #A20F45
RGB
CMYK
RGB Variations
Color information
#A20F45 (or 0xA20F45) is known color: Jazzberry Jam. HEX triplet: A2, 0F and 45. RGB value is (162,15,69). Sum of RGB (Red+Green+Blue) = 162+15+69=246 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.85% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 69 (27.34% from 255 or 28.05% from 246); Max value from RGB is 162 - color contains mainly: red. Hex color #A20F45 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20F45 is #5DF0BA. Grayscale: #414141. Windows color (decimal): -6156475 or 4525986. OLE color: 4525986.
HSL color Cylindrical-coordinate representation of color #A20F45: hue angle of 337.96º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A20F45 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 15 | 69 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.36 |
| HSL | 337.96º | 0.83% | 0.35% | - |
| HSV(B) | 337.96º | 0.91% | 0.64% | - |
| XYZ | 16.15 | 8.45 | 6.41 | - |
| YUV | 65.11 | 130.2 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 15 | 69 | 0 | 0.91 | 0.57 | 0.36 | 337.96 | 0.83 | 0.35 |
| Hex | A2 | F | 45 | 0 | 5B | 39 | 24 | 152 | 53 | 23 |
| Octal | 242 | 17 | 105 | 0 | 133 | 71 | 44 | 522 | 123 | 43 |
| Binary | 10100010 | 1111 | 1000101 | 0 | 1011011 | 111001 | 100100 | 101010010 | 1010011 | 100011 |
Color Harmonies of #A20F45
Complementary color
Monochromatic Colors of #A20F45
Black with #A20F45
Text Example
Text Example
White with #A20F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20F45; }
p { color: rgb(162,15,69); }
H1.HeaderClassName
{
color: #A20F45;
}
.AnyTagClassName
{
color: #A20F45;
}
</style>
background-color css
<style>
a { background-color: #A20F45; }
a { background-color: rgb(162,15,69); }
div.DivClassName
{
background-color: #A20F45;
}
.BgClassName
{
background-color: #A20F45;
}
</style>
border-color css
<style>
span { border-color: #A20F45; }
span { border-color: rgb(162,15,69); }
td.TdClassName
{
border-color: #A20F45;
}
.TagClassName
{
border-color: #A20F45;
}
</style>