Shades of Jazzberry Jam #A80243
Tints of Jazzberry Jam #A80243
RGB
CMYK
RGB Variations
Color information
#A80243 (or 0xA80243) is known color: Jazzberry Jam. HEX triplet: A8, 02 and 43. RGB value is (168,2,67). Sum of RGB (Red+Green+Blue) = 168+2+67=237 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.89% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 67 (26.56% from 255 or 28.27% from 237); Max value from RGB is 168 - color contains mainly: red. Hex color #A80243 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80243 is #57FDBC. Grayscale: #3A3A3A. Windows color (decimal): -5766589 or 4391592. OLE color: 4391592.
HSL color Cylindrical-coordinate representation of color #A80243: hue angle of 336.51º 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 #A80243 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 2 | 67 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.34 |
| HSL | 336.51º | 0.98% | 0.33% | - |
| HSV(B) | 336.51º | 0.99% | 0.66% | - |
| XYZ | 17.18 | 8.77 | 6.1 | - |
| YUV | 59.04 | 132.5 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 2 | 67 | 0 | 0.99 | 0.60 | 0.34 | 336.51 | 0.98 | 0.33 |
| Hex | A8 | 2 | 43 | 0 | 63 | 3C | 22 | 151 | 62 | 21 |
| Octal | 250 | 2 | 103 | 0 | 143 | 74 | 42 | 521 | 142 | 41 |
| Binary | 10101000 | 10 | 1000011 | 0 | 1100011 | 111100 | 100010 | 101010001 | 1100010 | 100001 |
Color Harmonies of #A80243
Complementary color
Monochromatic Colors of #A80243
Black with #A80243
Text Example
Text Example
White with #A80243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80243; }
p { color: rgb(168,2,67); }
H1.HeaderClassName
{
color: #A80243;
}
.AnyTagClassName
{
color: #A80243;
}
</style>
background-color css
<style>
a { background-color: #A80243; }
a { background-color: rgb(168,2,67); }
div.DivClassName
{
background-color: #A80243;
}
.BgClassName
{
background-color: #A80243;
}
</style>
border-color css
<style>
span { border-color: #A80243; }
span { border-color: rgb(168,2,67); }
td.TdClassName
{
border-color: #A80243;
}
.TagClassName
{
border-color: #A80243;
}
</style>