Shades of Jazzberry Jam #A81A61
Tints of Jazzberry Jam #A81A61
RGB
CMYK
RGB Variations
Color information
#A81A61 (or 0xA81A61) is known color: Jazzberry Jam. HEX triplet: A8, 1A and 61. RGB value is (168,26,97). Sum of RGB (Red+Green+Blue) = 168+26+97=291 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.73% from 291); Green value is 26 (10.55% from 255 or 8.93% from 291); Blue value is 97 (38.28% from 255 or 33.33% from 291); Max value from RGB is 168 - color contains mainly: red. Hex color #A81A61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A81A61 is #57E59E. Grayscale: #4C4C4C. Windows color (decimal): -5760415 or 6363816. OLE color: 6363816.
HSL color Cylindrical-coordinate representation of color #A81A61: hue angle of 330º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A81A61 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 26 | 97 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.34 |
| HSL | 330º | 0.73% | 0.38% | - |
| HSV(B) | 330º | 0.85% | 0.66% | - |
| XYZ | 18.68 | 9.93 | 12.24 | - |
| YUV | 76.55 | 139.54 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 26 | 97 | 0 | 0.85 | 0.42 | 0.34 | 330 | 0.73 | 0.38 |
| Hex | A8 | 1A | 61 | 0 | 55 | 2A | 22 | 14A | 49 | 26 |
| Octal | 250 | 32 | 141 | 0 | 125 | 52 | 42 | 512 | 111 | 46 |
| Binary | 10101000 | 11010 | 1100001 | 0 | 1010101 | 101010 | 100010 | 101001010 | 1001001 | 100110 |
Color Harmonies of #A81A61
Complementary color
Monochromatic Colors of #A81A61
Black with #A81A61
Text Example
Text Example
White with #A81A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81A61; }
p { color: rgb(168,26,97); }
H1.HeaderClassName
{
color: #A81A61;
}
.AnyTagClassName
{
color: #A81A61;
}
</style>
background-color css
<style>
a { background-color: #A81A61; }
a { background-color: rgb(168,26,97); }
div.DivClassName
{
background-color: #A81A61;
}
.BgClassName
{
background-color: #A81A61;
}
</style>
border-color css
<style>
span { border-color: #A81A61; }
span { border-color: rgb(168,26,97); }
td.TdClassName
{
border-color: #A81A61;
}
.TagClassName
{
border-color: #A81A61;
}
</style>