Shades of Jazzberry Jam #A8124E
Tints of Jazzberry Jam #A8124E
RGB
CMYK
RGB Variations
Color information
#A8124E (or 0xA8124E) is known color: Jazzberry Jam. HEX triplet: A8, 12 and 4E. RGB value is (168,18,78). Sum of RGB (Red+Green+Blue) = 168+18+78=264 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.64% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 78 (30.86% from 255 or 29.55% from 264); Max value from RGB is 168 - color contains mainly: red. Hex color #A8124E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8124E is #57EDB1. Grayscale: #454545. Windows color (decimal): -5762482 or 5116584. OLE color: 5116584.
HSL color Cylindrical-coordinate representation of color #A8124E: hue angle of 336º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8124E is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 18 | 78 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.34 |
| HSL | 336º | 0.81% | 0.36% | - |
| HSV(B) | 336º | 0.89% | 0.66% | - |
| XYZ | 17.74 | 9.31 | 8.07 | - |
| YUV | 69.69 | 132.7 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 78 | 0 | 0.89 | 0.54 | 0.34 | 336 | 0.81 | 0.36 |
| Hex | A8 | 12 | 4E | 0 | 59 | 36 | 22 | 150 | 51 | 24 |
| Octal | 250 | 22 | 116 | 0 | 131 | 66 | 42 | 520 | 121 | 44 |
| Binary | 10101000 | 10010 | 1001110 | 0 | 1011001 | 110110 | 100010 | 101010000 | 1010001 | 100100 |
Color Harmonies of #A8124E
Complementary color
Monochromatic Colors of #A8124E
Black with #A8124E
Text Example
Text Example
White with #A8124E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8124E; }
p { color: rgb(168,18,78); }
H1.HeaderClassName
{
color: #A8124E;
}
.AnyTagClassName
{
color: #A8124E;
}
</style>
background-color css
<style>
a { background-color: #A8124E; }
a { background-color: rgb(168,18,78); }
div.DivClassName
{
background-color: #A8124E;
}
.BgClassName
{
background-color: #A8124E;
}
</style>
border-color css
<style>
span { border-color: #A8124E; }
span { border-color: rgb(168,18,78); }
td.TdClassName
{
border-color: #A8124E;
}
.TagClassName
{
border-color: #A8124E;
}
</style>