Shades of Jazzberry Jam #A81267
Tints of Jazzberry Jam #A81267
RGB
CMYK
RGB Variations
Color information
#A81267 (or 0xA81267) is known color: Jazzberry Jam. HEX triplet: A8, 12 and 67. RGB value is (168,18,103). Sum of RGB (Red+Green+Blue) = 168+18+103=289 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.13% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 103 (40.62% from 255 or 35.64% from 289); Max value from RGB is 168 - color contains mainly: red. Hex color #A81267 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81267 is #57ED98. Grayscale: #484848. Windows color (decimal): -5762457 or 6754984. OLE color: 6754984.
HSL color Cylindrical-coordinate representation of color #A81267: hue angle of 326º 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 #A81267 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 18 | 103 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.34 |
| HSL | 326º | 0.81% | 0.36% | - |
| HSV(B) | 326º | 0.89% | 0.66% | - |
| XYZ | 18.81 | 9.74 | 13.72 | - |
| YUV | 72.54 | 145.2 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 103 | 0 | 0.89 | 0.39 | 0.34 | 326 | 0.81 | 0.36 |
| Hex | A8 | 12 | 67 | 0 | 59 | 27 | 22 | 146 | 51 | 24 |
| Octal | 250 | 22 | 147 | 0 | 131 | 47 | 42 | 506 | 121 | 44 |
| Binary | 10101000 | 10010 | 1100111 | 0 | 1011001 | 100111 | 100010 | 101000110 | 1010001 | 100100 |
Color Harmonies of #A81267
Complementary color
Monochromatic Colors of #A81267
Black with #A81267
Text Example
Text Example
White with #A81267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81267; }
p { color: rgb(168,18,103); }
H1.HeaderClassName
{
color: #A81267;
}
.AnyTagClassName
{
color: #A81267;
}
</style>
background-color css
<style>
a { background-color: #A81267; }
a { background-color: rgb(168,18,103); }
div.DivClassName
{
background-color: #A81267;
}
.BgClassName
{
background-color: #A81267;
}
</style>
border-color css
<style>
span { border-color: #A81267; }
span { border-color: rgb(168,18,103); }
td.TdClassName
{
border-color: #A81267;
}
.TagClassName
{
border-color: #A81267;
}
</style>