Shades of Jazzberry Jam #A80248
Tints of Jazzberry Jam #A80248
RGB
CMYK
RGB Variations
Color information
#A80248 (or 0xA80248) is known color: Jazzberry Jam. HEX triplet: A8, 02 and 48. RGB value is (168,2,72). Sum of RGB (Red+Green+Blue) = 168+2+72=242 (32% of max value = 765). Red value is 168 (66.02% from 255 or 69.42% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 168 - color contains mainly: red. Hex color #A80248 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80248 is #57FDB7. Grayscale: #3B3B3B. Windows color (decimal): -5766584 or 4719272. OLE color: 4719272.
HSL color Cylindrical-coordinate representation of color #A80248: hue angle of 334.7º 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 #A80248 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 2 | 72 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.34 |
| HSL | 334.7º | 0.98% | 0.33% | - |
| HSV(B) | 334.7º | 0.99% | 0.66% | - |
| XYZ | 17.34 | 8.84 | 6.92 | - |
| YUV | 59.61 | 135 | 205.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 2 | 72 | 0 | 0.99 | 0.57 | 0.34 | 334.7 | 0.98 | 0.33 |
| Hex | A8 | 2 | 48 | 0 | 63 | 39 | 22 | 14F | 62 | 21 |
| Octal | 250 | 2 | 110 | 0 | 143 | 71 | 42 | 517 | 142 | 41 |
| Binary | 10101000 | 10 | 1001000 | 0 | 1100011 | 111001 | 100010 | 101001111 | 1100010 | 100001 |
Color Harmonies of #A80248
Complementary color
Monochromatic Colors of #A80248
Black with #A80248
Text Example
Text Example
White with #A80248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80248; }
p { color: rgb(168,2,72); }
H1.HeaderClassName
{
color: #A80248;
}
.AnyTagClassName
{
color: #A80248;
}
</style>
background-color css
<style>
a { background-color: #A80248; }
a { background-color: rgb(168,2,72); }
div.DivClassName
{
background-color: #A80248;
}
.BgClassName
{
background-color: #A80248;
}
</style>
border-color css
<style>
span { border-color: #A80248; }
span { border-color: rgb(168,2,72); }
td.TdClassName
{
border-color: #A80248;
}
.TagClassName
{
border-color: #A80248;
}
</style>