Shades of Jazzberry Jam #A80242
Tints of Jazzberry Jam #A80242
RGB
CMYK
RGB Variations
Color information
#A80242 (or 0xA80242) is known color: Jazzberry Jam. HEX triplet: A8, 02 and 42. RGB value is (168,2,66). Sum of RGB (Red+Green+Blue) = 168+2+66=236 (31% of max value = 765). Red value is 168 (66.02% from 255 or 71.19% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 168 - color contains mainly: red. Hex color #A80242 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80242 is #57FDBD. Grayscale: #3A3A3A. Windows color (decimal): -5766590 or 4326056. OLE color: 4326056.
HSL color Cylindrical-coordinate representation of color #A80242: hue angle of 336.87º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A80242 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 2 | 66 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.34 |
| HSL | 336.87º | 0.98% | 0.33% | - |
| HSV(B) | 336.87º | 0.99% | 0.66% | - |
| XYZ | 17.15 | 8.76 | 5.94 | - |
| YUV | 58.93 | 132 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 2 | 66 | 0 | 0.99 | 0.61 | 0.34 | 336.87 | 0.98 | 0.33 |
| Hex | A8 | 2 | 42 | 0 | 63 | 3D | 22 | 151 | 62 | 21 |
| Octal | 250 | 2 | 102 | 0 | 143 | 75 | 42 | 521 | 142 | 41 |
| Binary | 10101000 | 10 | 1000010 | 0 | 1100011 | 111101 | 100010 | 101010001 | 1100010 | 100001 |
Color Harmonies of #A80242
Complementary color
Monochromatic Colors of #A80242
Black with #A80242
Text Example
Text Example
White with #A80242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80242; }
p { color: rgb(168,2,66); }
H1.HeaderClassName
{
color: #A80242;
}
.AnyTagClassName
{
color: #A80242;
}
</style>
background-color css
<style>
a { background-color: #A80242; }
a { background-color: rgb(168,2,66); }
div.DivClassName
{
background-color: #A80242;
}
.BgClassName
{
background-color: #A80242;
}
</style>
border-color css
<style>
span { border-color: #A80242; }
span { border-color: rgb(168,2,66); }
td.TdClassName
{
border-color: #A80242;
}
.TagClassName
{
border-color: #A80242;
}
</style>