Shades of Jazzberry Jam #A80149
Tints of Jazzberry Jam #A80149
RGB
CMYK
RGB Variations
Color information
#A80149 (or 0xA80149) is known color: Jazzberry Jam. HEX triplet: A8, 01 and 49. RGB value is (168,1,73). Sum of RGB (Red+Green+Blue) = 168+1+73=242 (32% of max value = 765). Red value is 168 (66.02% from 255 or 69.42% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 73 (28.91% from 255 or 30.17% from 242); Max value from RGB is 168 - color contains mainly: red. Hex color #A80149 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80149 is #57FEB6. Grayscale: #3B3B3B. Windows color (decimal): -5766839 or 4784552. OLE color: 4784552.
HSL color Cylindrical-coordinate representation of color #A80149: hue angle of 334.13º 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 #A80149 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 1 | 73 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.34 |
| HSL | 334.13º | 0.99% | 0.33% | - |
| HSV(B) | 334.13º | 0.99% | 0.66% | - |
| XYZ | 17.36 | 8.83 | 7.09 | - |
| YUV | 59.14 | 135.83 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 1 | 73 | 0 | 0.99 | 0.57 | 0.34 | 334.13 | 0.99 | 0.33 |
| Hex | A8 | 1 | 49 | 0 | 63 | 39 | 22 | 14E | 63 | 21 |
| Octal | 250 | 1 | 111 | 0 | 143 | 71 | 42 | 516 | 143 | 41 |
| Binary | 10101000 | 1 | 1001001 | 0 | 1100011 | 111001 | 100010 | 101001110 | 1100011 | 100001 |
Color Harmonies of #A80149
Complementary color
Monochromatic Colors of #A80149
Black with #A80149
Text Example
Text Example
White with #A80149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80149; }
p { color: rgb(168,1,73); }
H1.HeaderClassName
{
color: #A80149;
}
.AnyTagClassName
{
color: #A80149;
}
</style>
background-color css
<style>
a { background-color: #A80149; }
a { background-color: rgb(168,1,73); }
div.DivClassName
{
background-color: #A80149;
}
.BgClassName
{
background-color: #A80149;
}
</style>
border-color css
<style>
span { border-color: #A80149; }
span { border-color: rgb(168,1,73); }
td.TdClassName
{
border-color: #A80149;
}
.TagClassName
{
border-color: #A80149;
}
</style>