Shades of Jazzberry Jam #A80040
Tints of Jazzberry Jam #A80040
RGB
CMYK
RGB Variations
Color information
#A80040 (or 0xA80040) is known color: Jazzberry Jam. HEX triplet: A8, 00 and 40. RGB value is (168,0,64). Sum of RGB (Red+Green+Blue) = 168+0+64=232 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.41% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 168 - color contains mainly: red. Hex color #A80040 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80040 is #57FFBF. Grayscale: #393939. Windows color (decimal): -5767104 or 4194472. OLE color: 4194472.
HSL color Cylindrical-coordinate representation of color #A80040: hue angle of 337.14º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A80040 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 0 | 64 | - |
| CMYK | 0 | 1 | 0.62 | 0.34 |
| HSL | 337.14º | 1% | 0.33% | - |
| HSV(B) | 337.14º | 1% | 0.66% | - |
| XYZ | 17.07 | 8.69 | 5.63 | - |
| YUV | 57.53 | 131.66 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 64 | 0 | 1 | 0.62 | 0.34 | 337.14 | 1 | 0.33 |
| Hex | A8 | 0 | 40 | 0 | 64 | 3E | 22 | 151 | 64 | 21 |
| Octal | 250 | 0 | 100 | 0 | 144 | 76 | 42 | 521 | 144 | 41 |
| Binary | 10101000 | 0 | 1000000 | 0 | 1100100 | 111110 | 100010 | 101010001 | 1100100 | 100001 |
Color Harmonies of #A80040
Complementary color
Monochromatic Colors of #A80040
Black with #A80040
Text Example
Text Example
White with #A80040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80040; }
p { color: rgb(168,0,64); }
H1.HeaderClassName
{
color: #A80040;
}
.AnyTagClassName
{
color: #A80040;
}
</style>
background-color css
<style>
a { background-color: #A80040; }
a { background-color: rgb(168,0,64); }
div.DivClassName
{
background-color: #A80040;
}
.BgClassName
{
background-color: #A80040;
}
</style>
border-color css
<style>
span { border-color: #A80040; }
span { border-color: rgb(168,0,64); }
td.TdClassName
{
border-color: #A80040;
}
.TagClassName
{
border-color: #A80040;
}
</style>