Shades of Jazzberry Jam #A80A5B
Tints of Jazzberry Jam #A80A5B
RGB
CMYK
RGB Variations
Color information
#A80A5B (or 0xA80A5B) is known color: Jazzberry Jam. HEX triplet: A8, 0A and 5B. RGB value is (168,10,91). Sum of RGB (Red+Green+Blue) = 168+10+91=269 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.45% from 269); Green value is 10 (4.30% from 255 or 3.72% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 168 - color contains mainly: red. Hex color #A80A5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80A5B is #57F5A4. Grayscale: #424242. Windows color (decimal): -5764517 or 5966504. OLE color: 5966504.
HSL color Cylindrical-coordinate representation of color #A80A5B: hue angle of 329.24º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80A5B is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 10 | 91 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.34 |
| HSL | 329.24º | 0.89% | 0.35% | - |
| HSV(B) | 329.24º | 0.94% | 0.66% | - |
| XYZ | 18.15 | 9.3 | 10.74 | - |
| YUV | 66.48 | 141.85 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 10 | 91 | 0 | 0.94 | 0.46 | 0.34 | 329.24 | 0.89 | 0.35 |
| Hex | A8 | A | 5B | 0 | 5E | 2E | 22 | 149 | 59 | 23 |
| Octal | 250 | 12 | 133 | 0 | 136 | 56 | 42 | 511 | 131 | 43 |
| Binary | 10101000 | 1010 | 1011011 | 0 | 1011110 | 101110 | 100010 | 101001001 | 1011001 | 100011 |
Color Harmonies of #A80A5B
Complementary color
Monochromatic Colors of #A80A5B
Black with #A80A5B
Text Example
Text Example
White with #A80A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80A5B; }
p { color: rgb(168,10,91); }
H1.HeaderClassName
{
color: #A80A5B;
}
.AnyTagClassName
{
color: #A80A5B;
}
</style>
background-color css
<style>
a { background-color: #A80A5B; }
a { background-color: rgb(168,10,91); }
div.DivClassName
{
background-color: #A80A5B;
}
.BgClassName
{
background-color: #A80A5B;
}
</style>
border-color css
<style>
span { border-color: #A80A5B; }
span { border-color: rgb(168,10,91); }
td.TdClassName
{
border-color: #A80A5B;
}
.TagClassName
{
border-color: #A80A5B;
}
</style>