Shades of Jazzberry Jam #A80948
Tints of Jazzberry Jam #A80948
RGB
CMYK
RGB Variations
Color information
#A80948 (or 0xA80948) is known color: Jazzberry Jam. HEX triplet: A8, 09 and 48. RGB value is (168,9,72). Sum of RGB (Red+Green+Blue) = 168+9+72=249 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.47% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 168 - color contains mainly: red. Hex color #A80948 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80948 is #57F6B7. Grayscale: #3F3F3F. Windows color (decimal): -5764792 or 4721064. OLE color: 4721064.
HSL color Cylindrical-coordinate representation of color #A80948: hue angle of 336.23º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80948 is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 9 | 72 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.34 |
| HSL | 336.23º | 0.9% | 0.35% | - |
| HSV(B) | 336.23º | 0.95% | 0.66% | - |
| XYZ | 17.42 | 8.99 | 6.95 | - |
| YUV | 63.72 | 132.68 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 9 | 72 | 0 | 0.95 | 0.57 | 0.34 | 336.23 | 0.9 | 0.35 |
| Hex | A8 | 9 | 48 | 0 | 5F | 39 | 22 | 150 | 5A | 23 |
| Octal | 250 | 11 | 110 | 0 | 137 | 71 | 42 | 520 | 132 | 43 |
| Binary | 10101000 | 1001 | 1001000 | 0 | 1011111 | 111001 | 100010 | 101010000 | 1011010 | 100011 |
Color Harmonies of #A80948
Complementary color
Monochromatic Colors of #A80948
Black with #A80948
Text Example
Text Example
White with #A80948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80948; }
p { color: rgb(168,9,72); }
H1.HeaderClassName
{
color: #A80948;
}
.AnyTagClassName
{
color: #A80948;
}
</style>
background-color css
<style>
a { background-color: #A80948; }
a { background-color: rgb(168,9,72); }
div.DivClassName
{
background-color: #A80948;
}
.BgClassName
{
background-color: #A80948;
}
</style>
border-color css
<style>
span { border-color: #A80948; }
span { border-color: rgb(168,9,72); }
td.TdClassName
{
border-color: #A80948;
}
.TagClassName
{
border-color: #A80948;
}
</style>