Shades of Jazzberry Jam #A81262
Tints of Jazzberry Jam #A81262
RGB
CMYK
RGB Variations
Color information
#A81262 (or 0xA81262) is known color: Jazzberry Jam. HEX triplet: A8, 12 and 62. RGB value is (168,18,98). Sum of RGB (Red+Green+Blue) = 168+18+98=284 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.15% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 168 - color contains mainly: red. Hex color #A81262 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81262 is #57ED9D. Grayscale: #474747. Windows color (decimal): -5762462 or 6427304. OLE color: 6427304.
HSL color Cylindrical-coordinate representation of color #A81262: hue angle of 328º 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 #A81262 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 18 | 98 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.34 |
| HSL | 328º | 0.81% | 0.36% | - |
| HSV(B) | 328º | 0.89% | 0.66% | - |
| XYZ | 18.57 | 9.64 | 12.44 | - |
| YUV | 71.97 | 142.7 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 98 | 0 | 0.89 | 0.42 | 0.34 | 328 | 0.81 | 0.36 |
| Hex | A8 | 12 | 62 | 0 | 59 | 2A | 22 | 148 | 51 | 24 |
| Octal | 250 | 22 | 142 | 0 | 131 | 52 | 42 | 510 | 121 | 44 |
| Binary | 10101000 | 10010 | 1100010 | 0 | 1011001 | 101010 | 100010 | 101001000 | 1010001 | 100100 |
Color Harmonies of #A81262
Complementary color
Monochromatic Colors of #A81262
Black with #A81262
Text Example
Text Example
White with #A81262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81262; }
p { color: rgb(168,18,98); }
H1.HeaderClassName
{
color: #A81262;
}
.AnyTagClassName
{
color: #A81262;
}
</style>
background-color css
<style>
a { background-color: #A81262; }
a { background-color: rgb(168,18,98); }
div.DivClassName
{
background-color: #A81262;
}
.BgClassName
{
background-color: #A81262;
}
</style>
border-color css
<style>
span { border-color: #A81262; }
span { border-color: rgb(168,18,98); }
td.TdClassName
{
border-color: #A81262;
}
.TagClassName
{
border-color: #A81262;
}
</style>