Shades of Jazzberry Jam #A80C6B
Tints of Jazzberry Jam #A80C6B
RGB
CMYK
RGB Variations
Color information
#A80C6B (or 0xA80C6B) is known color: Jazzberry Jam. HEX triplet: A8, 0C and 6B. RGB value is (168,12,107). Sum of RGB (Red+Green+Blue) = 168+12+107=287 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.54% from 287); Green value is 12 (5.08% from 255 or 4.18% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80C6B is #57F394. Grayscale: #454545. Windows color (decimal): -5763989 or 7015592. OLE color: 7015592.
HSL color Cylindrical-coordinate representation of color #A80C6B: hue angle of 323.46º 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 #A80C6B is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 12 | 107 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.34 |
| HSL | 323.46º | 0.87% | 0.35% | - |
| HSV(B) | 323.46º | 0.93% | 0.66% | - |
| XYZ | 18.93 | 9.65 | 14.77 | - |
| YUV | 69.47 | 149.18 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 12 | 107 | 0 | 0.93 | 0.36 | 0.34 | 323.46 | 0.87 | 0.35 |
| Hex | A8 | C | 6B | 0 | 5D | 24 | 22 | 143 | 57 | 23 |
| Octal | 250 | 14 | 153 | 0 | 135 | 44 | 42 | 503 | 127 | 43 |
| Binary | 10101000 | 1100 | 1101011 | 0 | 1011101 | 100100 | 100010 | 101000011 | 1010111 | 100011 |
Color Harmonies of #A80C6B
Complementary color
Monochromatic Colors of #A80C6B
Black with #A80C6B
Text Example
Text Example
White with #A80C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80C6B; }
p { color: rgb(168,12,107); }
H1.HeaderClassName
{
color: #A80C6B;
}
.AnyTagClassName
{
color: #A80C6B;
}
</style>
background-color css
<style>
a { background-color: #A80C6B; }
a { background-color: rgb(168,12,107); }
div.DivClassName
{
background-color: #A80C6B;
}
.BgClassName
{
background-color: #A80C6B;
}
</style>
border-color css
<style>
span { border-color: #A80C6B; }
span { border-color: rgb(168,12,107); }
td.TdClassName
{
border-color: #A80C6B;
}
.TagClassName
{
border-color: #A80C6B;
}
</style>