Shades of Jazzberry Jam #A80E4A
Tints of Jazzberry Jam #A80E4A
RGB
CMYK
RGB Variations
Color information
#A80E4A (or 0xA80E4A) is known color: Jazzberry Jam. HEX triplet: A8, 0E and 4A. RGB value is (168,14,74). Sum of RGB (Red+Green+Blue) = 168+14+74=256 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.62% from 256); Green value is 14 (5.86% from 255 or 5.47% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 168 - color contains mainly: red. Hex color #A80E4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80E4A is #57F1B5. Grayscale: #424242. Windows color (decimal): -5763510 or 4853416. OLE color: 4853416.
HSL color Cylindrical-coordinate representation of color #A80E4A: hue angle of 336.62º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A80E4A is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 14 | 74 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.34 |
| HSL | 336.62º | 0.85% | 0.36% | - |
| HSV(B) | 336.62º | 0.92% | 0.66% | - |
| XYZ | 17.54 | 9.13 | 7.32 | - |
| YUV | 66.89 | 132.02 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 14 | 74 | 0 | 0.92 | 0.56 | 0.34 | 336.62 | 0.85 | 0.36 |
| Hex | A8 | E | 4A | 0 | 5C | 38 | 22 | 151 | 55 | 24 |
| Octal | 250 | 16 | 112 | 0 | 134 | 70 | 42 | 521 | 125 | 44 |
| Binary | 10101000 | 1110 | 1001010 | 0 | 1011100 | 111000 | 100010 | 101010001 | 1010101 | 100100 |
Color Harmonies of #A80E4A
Complementary color
Monochromatic Colors of #A80E4A
Black with #A80E4A
Text Example
Text Example
White with #A80E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80E4A; }
p { color: rgb(168,14,74); }
H1.HeaderClassName
{
color: #A80E4A;
}
.AnyTagClassName
{
color: #A80E4A;
}
</style>
background-color css
<style>
a { background-color: #A80E4A; }
a { background-color: rgb(168,14,74); }
div.DivClassName
{
background-color: #A80E4A;
}
.BgClassName
{
background-color: #A80E4A;
}
</style>
border-color css
<style>
span { border-color: #A80E4A; }
span { border-color: rgb(168,14,74); }
td.TdClassName
{
border-color: #A80E4A;
}
.TagClassName
{
border-color: #A80E4A;
}
</style>