Shades of Jazzberry Jam #A80850
Tints of Jazzberry Jam #A80850
RGB
CMYK
RGB Variations
Color information
#A80850 (or 0xA80850) is known color: Jazzberry Jam. HEX triplet: A8, 08 and 50. RGB value is (168,8,80). Sum of RGB (Red+Green+Blue) = 168+8+80=256 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.62% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 168 - color contains mainly: red. Hex color #A80850 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80850 is #57F7AF. Grayscale: #3F3F3F. Windows color (decimal): -5765040 or 5245096. OLE color: 5245096.
HSL color Cylindrical-coordinate representation of color #A80850: hue angle of 333º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80850 is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 8 | 80 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.34 |
| HSL | 333º | 0.91% | 0.35% | - |
| HSV(B) | 333º | 0.95% | 0.66% | - |
| XYZ | 17.68 | 9.08 | 8.41 | - |
| YUV | 64.05 | 137.01 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 8 | 80 | 0 | 0.95 | 0.52 | 0.34 | 333 | 0.91 | 0.35 |
| Hex | A8 | 8 | 50 | 0 | 5F | 34 | 22 | 14D | 5B | 23 |
| Octal | 250 | 10 | 120 | 0 | 137 | 64 | 42 | 515 | 133 | 43 |
| Binary | 10101000 | 1000 | 1010000 | 0 | 1011111 | 110100 | 100010 | 101001101 | 1011011 | 100011 |
Color Harmonies of #A80850
Complementary color
Monochromatic Colors of #A80850
Black with #A80850
Text Example
Text Example
White with #A80850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80850; }
p { color: rgb(168,8,80); }
H1.HeaderClassName
{
color: #A80850;
}
.AnyTagClassName
{
color: #A80850;
}
</style>
background-color css
<style>
a { background-color: #A80850; }
a { background-color: rgb(168,8,80); }
div.DivClassName
{
background-color: #A80850;
}
.BgClassName
{
background-color: #A80850;
}
</style>
border-color css
<style>
span { border-color: #A80850; }
span { border-color: rgb(168,8,80); }
td.TdClassName
{
border-color: #A80850;
}
.TagClassName
{
border-color: #A80850;
}
</style>