Shades of Jazzberry Jam #A80B6C
Tints of Jazzberry Jam #A80B6C
RGB
CMYK
RGB Variations
Color information
#A80B6C (or 0xA80B6C) is known color: Jazzberry Jam. HEX triplet: A8, 0B and 6C. RGB value is (168,11,108). Sum of RGB (Red+Green+Blue) = 168+11+108=287 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.54% from 287); Green value is 11 (4.69% from 255 or 3.83% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 168 - color contains mainly: red. Hex color #A80B6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80B6C is #57F493. Grayscale: #444444. Windows color (decimal): -5764244 or 7080872. OLE color: 7080872.
HSL color Cylindrical-coordinate representation of color #A80B6C: hue angle of 322.93º degrees, saturation: 0.88, 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 #A80B6C is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 11 | 108 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.34 |
| HSL | 322.93º | 0.88% | 0.35% | - |
| HSV(B) | 322.93º | 0.93% | 0.66% | - |
| XYZ | 18.97 | 9.65 | 15.05 | - |
| YUV | 69 | 150.01 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 11 | 108 | 0 | 0.93 | 0.36 | 0.34 | 322.93 | 0.88 | 0.35 |
| Hex | A8 | B | 6C | 0 | 5D | 24 | 22 | 143 | 58 | 23 |
| Octal | 250 | 13 | 154 | 0 | 135 | 44 | 42 | 503 | 130 | 43 |
| Binary | 10101000 | 1011 | 1101100 | 0 | 1011101 | 100100 | 100010 | 101000011 | 1011000 | 100011 |
Color Harmonies of #A80B6C
Complementary color
Monochromatic Colors of #A80B6C
Black with #A80B6C
Text Example
Text Example
White with #A80B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80B6C; }
p { color: rgb(168,11,108); }
H1.HeaderClassName
{
color: #A80B6C;
}
.AnyTagClassName
{
color: #A80B6C;
}
</style>
background-color css
<style>
a { background-color: #A80B6C; }
a { background-color: rgb(168,11,108); }
div.DivClassName
{
background-color: #A80B6C;
}
.BgClassName
{
background-color: #A80B6C;
}
</style>
border-color css
<style>
span { border-color: #A80B6C; }
span { border-color: rgb(168,11,108); }
td.TdClassName
{
border-color: #A80B6C;
}
.TagClassName
{
border-color: #A80B6C;
}
</style>