Shades of Jazzberry Jam #A80754
Tints of Jazzberry Jam #A80754
RGB
CMYK
RGB Variations
Color information
#A80754 (or 0xA80754) is known color: Jazzberry Jam. HEX triplet: A8, 07 and 54. RGB value is (168,7,84). Sum of RGB (Red+Green+Blue) = 168+7+84=259 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.86% from 259); Green value is 7 (3.12% from 255 or 2.70% from 259); Blue value is 84 (33.20% from 255 or 32.43% from 259); Max value from RGB is 168 - color contains mainly: red. Hex color #A80754 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80754 is #57F8AB. Grayscale: #3F3F3F. Windows color (decimal): -5765292 or 5506984. OLE color: 5506984.
HSL color Cylindrical-coordinate representation of color #A80754: hue angle of 331.3º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A80754 is Cyan = 0, Magento = 0.96, Yellow = 0.5 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 7 | 84 | - |
| CMYK | 0 | 0.96 | 0.5 | 0.34 |
| HSL | 331.3º | 0.92% | 0.34% | - |
| HSV(B) | 331.3º | 0.96% | 0.66% | - |
| XYZ | 17.82 | 9.12 | 9.21 | - |
| YUV | 63.92 | 139.34 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 7 | 84 | 0 | 0.96 | 0.5 | 0.34 | 331.3 | 0.92 | 0.34 |
| Hex | A8 | 7 | 54 | 0 | 60 | 32 | 22 | 14B | 5C | 22 |
| Octal | 250 | 7 | 124 | 0 | 140 | 62 | 42 | 513 | 134 | 42 |
| Binary | 10101000 | 111 | 1010100 | 0 | 1100000 | 110010 | 100010 | 101001011 | 1011100 | 100010 |
Color Harmonies of #A80754
Complementary color
Monochromatic Colors of #A80754
Black with #A80754
Text Example
Text Example
White with #A80754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80754; }
p { color: rgb(168,7,84); }
H1.HeaderClassName
{
color: #A80754;
}
.AnyTagClassName
{
color: #A80754;
}
</style>
background-color css
<style>
a { background-color: #A80754; }
a { background-color: rgb(168,7,84); }
div.DivClassName
{
background-color: #A80754;
}
.BgClassName
{
background-color: #A80754;
}
</style>
border-color css
<style>
span { border-color: #A80754; }
span { border-color: rgb(168,7,84); }
td.TdClassName
{
border-color: #A80754;
}
.TagClassName
{
border-color: #A80754;
}
</style>