Shades of Jazzberry Jam #A81276
Tints of Jazzberry Jam #A81276
RGB
CMYK
RGB Variations
Color information
#A81276 (or 0xA81276) is known color: Jazzberry Jam. HEX triplet: A8, 12 and 76. RGB value is (168,18,118). Sum of RGB (Red+Green+Blue) = 168+18+118=304 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.26% from 304); Green value is 18 (7.42% from 255 or 5.92% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 168 - color contains mainly: red. Hex color #A81276 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81276 is #57ED89. Grayscale: #4A4A4A. Windows color (decimal): -5762442 or 7738024. OLE color: 7738024.
HSL color Cylindrical-coordinate representation of color #A81276: hue angle of 320º 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 #A81276 is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 18 | 118 | - |
| CMYK | 0 | 0.89 | 0.30 | 0.34 |
| HSL | 320º | 0.81% | 0.36% | - |
| HSV(B) | 320º | 0.89% | 0.66% | - |
| XYZ | 19.63 | 10.07 | 18.05 | - |
| YUV | 74.25 | 152.7 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 118 | 0 | 0.89 | 0.30 | 0.34 | 320 | 0.81 | 0.36 |
| Hex | A8 | 12 | 76 | 0 | 59 | 1E | 22 | 140 | 51 | 24 |
| Octal | 250 | 22 | 166 | 0 | 131 | 36 | 42 | 500 | 121 | 44 |
| Binary | 10101000 | 10010 | 1110110 | 0 | 1011001 | 11110 | 100010 | 101000000 | 1010001 | 100100 |
Color Harmonies of #A81276
Complementary color
Monochromatic Colors of #A81276
Black with #A81276
Text Example
Text Example
White with #A81276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81276; }
p { color: rgb(168,18,118); }
H1.HeaderClassName
{
color: #A81276;
}
.AnyTagClassName
{
color: #A81276;
}
</style>
background-color css
<style>
a { background-color: #A81276; }
a { background-color: rgb(168,18,118); }
div.DivClassName
{
background-color: #A81276;
}
.BgClassName
{
background-color: #A81276;
}
</style>
border-color css
<style>
span { border-color: #A81276; }
span { border-color: rgb(168,18,118); }
td.TdClassName
{
border-color: #A81276;
}
.TagClassName
{
border-color: #A81276;
}
</style>