Shades of Jazzberry Jam #A80151
Tints of Jazzberry Jam #A80151
RGB
CMYK
RGB Variations
Color information
#A80151 (or 0xA80151) is known color: Jazzberry Jam. HEX triplet: A8, 01 and 51. RGB value is (168,1,81). Sum of RGB (Red+Green+Blue) = 168+1+81=250 (33% of max value = 765). Red value is 168 (66.02% from 255 or 67.2% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 81 (32.03% from 255 or 32.4% from 250); Max value from RGB is 168 - color contains mainly: red. Hex color #A80151 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80151 is #57FEAE. Grayscale: #3B3B3B. Windows color (decimal): -5766831 or 5308840. OLE color: 5308840.
HSL color Cylindrical-coordinate representation of color #A80151: hue angle of 331.26º 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 #A80151 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 1 | 81 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.34 |
| HSL | 331.26º | 0.99% | 0.33% | - |
| HSV(B) | 331.26º | 0.99% | 0.66% | - |
| XYZ | 17.64 | 8.94 | 8.58 | - |
| YUV | 60.05 | 139.83 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 1 | 81 | 0 | 0.99 | 0.52 | 0.34 | 331.26 | 0.99 | 0.33 |
| Hex | A8 | 1 | 51 | 0 | 63 | 34 | 22 | 14B | 63 | 21 |
| Octal | 250 | 1 | 121 | 0 | 143 | 64 | 42 | 513 | 143 | 41 |
| Binary | 10101000 | 1 | 1010001 | 0 | 1100011 | 110100 | 100010 | 101001011 | 1100011 | 100001 |
Color Harmonies of #A80151
Complementary color
Monochromatic Colors of #A80151
Black with #A80151
Text Example
Text Example
White with #A80151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80151; }
p { color: rgb(168,1,81); }
H1.HeaderClassName
{
color: #A80151;
}
.AnyTagClassName
{
color: #A80151;
}
</style>
background-color css
<style>
a { background-color: #A80151; }
a { background-color: rgb(168,1,81); }
div.DivClassName
{
background-color: #A80151;
}
.BgClassName
{
background-color: #A80151;
}
</style>
border-color css
<style>
span { border-color: #A80151; }
span { border-color: rgb(168,1,81); }
td.TdClassName
{
border-color: #A80151;
}
.TagClassName
{
border-color: #A80151;
}
</style>