Shades of Jazzberry Jam #A80157
Tints of Jazzberry Jam #A80157
RGB
CMYK
RGB Variations
Color information
#A80157 (or 0xA80157) is known color: Jazzberry Jam. HEX triplet: A8, 01 and 57. RGB value is (168,1,87). Sum of RGB (Red+Green+Blue) = 168+1+87=256 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.62% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 168 - color contains mainly: red. Hex color #A80157 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80157 is #57FEA8. Grayscale: #3C3C3C. Windows color (decimal): -5766825 or 5702056. OLE color: 5702056.
HSL color Cylindrical-coordinate representation of color #A80157: hue angle of 329.1º degrees, saturation: 0.99, 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 #A80157 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 1 | 87 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.34 |
| HSL | 329.1º | 0.99% | 0.33% | - |
| HSV(B) | 329.1º | 0.99% | 0.66% | - |
| XYZ | 17.88 | 9.03 | 9.82 | - |
| YUV | 60.74 | 142.83 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 1 | 87 | 0 | 0.99 | 0.48 | 0.34 | 329.1 | 0.99 | 0.33 |
| Hex | A8 | 1 | 57 | 0 | 63 | 30 | 22 | 149 | 63 | 21 |
| Octal | 250 | 1 | 127 | 0 | 143 | 60 | 42 | 511 | 143 | 41 |
| Binary | 10101000 | 1 | 1010111 | 0 | 1100011 | 110000 | 100010 | 101001001 | 1100011 | 100001 |
Color Harmonies of #A80157
Complementary color
Monochromatic Colors of #A80157
Black with #A80157
Text Example
Text Example
White with #A80157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80157; }
p { color: rgb(168,1,87); }
H1.HeaderClassName
{
color: #A80157;
}
.AnyTagClassName
{
color: #A80157;
}
</style>
background-color css
<style>
a { background-color: #A80157; }
a { background-color: rgb(168,1,87); }
div.DivClassName
{
background-color: #A80157;
}
.BgClassName
{
background-color: #A80157;
}
</style>
border-color css
<style>
span { border-color: #A80157; }
span { border-color: rgb(168,1,87); }
td.TdClassName
{
border-color: #A80157;
}
.TagClassName
{
border-color: #A80157;
}
</style>