Shades of Jazzberry Jam #A80C50
Tints of Jazzberry Jam #A80C50
RGB
CMYK
RGB Variations
Color information
#A80C50 (or 0xA80C50) is known color: Jazzberry Jam. HEX triplet: A8, 0C and 50. RGB value is (168,12,80). Sum of RGB (Red+Green+Blue) = 168+12+80=260 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.62% from 260); Green value is 12 (5.08% from 255 or 4.62% from 260); Blue value is 80 (31.64% from 255 or 30.77% from 260); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80C50 is #57F3AF. Grayscale: #424242. Windows color (decimal): -5764016 or 5246120. OLE color: 5246120.
HSL color Cylindrical-coordinate representation of color #A80C50: hue angle of 333.85º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80C50 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 12 | 80 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.34 |
| HSL | 333.85º | 0.87% | 0.35% | - |
| HSV(B) | 333.85º | 0.93% | 0.66% | - |
| XYZ | 17.73 | 9.17 | 8.42 | - |
| YUV | 66.4 | 135.68 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 12 | 80 | 0 | 0.93 | 0.52 | 0.34 | 333.85 | 0.87 | 0.35 |
| Hex | A8 | C | 50 | 0 | 5D | 34 | 22 | 14E | 57 | 23 |
| Octal | 250 | 14 | 120 | 0 | 135 | 64 | 42 | 516 | 127 | 43 |
| Binary | 10101000 | 1100 | 1010000 | 0 | 1011101 | 110100 | 100010 | 101001110 | 1010111 | 100011 |
Color Harmonies of #A80C50
Complementary color
Monochromatic Colors of #A80C50
Black with #A80C50
Text Example
Text Example
White with #A80C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80C50; }
p { color: rgb(168,12,80); }
H1.HeaderClassName
{
color: #A80C50;
}
.AnyTagClassName
{
color: #A80C50;
}
</style>
background-color css
<style>
a { background-color: #A80C50; }
a { background-color: rgb(168,12,80); }
div.DivClassName
{
background-color: #A80C50;
}
.BgClassName
{
background-color: #A80C50;
}
</style>
border-color css
<style>
span { border-color: #A80C50; }
span { border-color: rgb(168,12,80); }
td.TdClassName
{
border-color: #A80C50;
}
.TagClassName
{
border-color: #A80C50;
}
</style>