Shades of Jazzberry Jam #A81B64
Tints of Jazzberry Jam #A81B64
RGB
CMYK
RGB Variations
Color information
#A81B64 (or 0xA81B64) is known color: Jazzberry Jam. HEX triplet: A8, 1B and 64. RGB value is (168,27,100). Sum of RGB (Red+Green+Blue) = 168+27+100=295 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.95% from 295); Green value is 27 (10.94% from 255 or 9.15% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 168 - color contains mainly: red. Hex color #A81B64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A81B64 is #57E49B. Grayscale: #4D4D4D. Windows color (decimal): -5760156 or 6560680. OLE color: 6560680.
HSL color Cylindrical-coordinate representation of color #A81B64: hue angle of 328.94º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A81B64 is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 27 | 100 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.34 |
| HSL | 328.94º | 0.72% | 0.38% | - |
| HSV(B) | 328.94º | 0.84% | 0.66% | - |
| XYZ | 18.84 | 10.03 | 13 | - |
| YUV | 77.48 | 140.71 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 27 | 100 | 0 | 0.84 | 0.40 | 0.34 | 328.94 | 0.72 | 0.38 |
| Hex | A8 | 1B | 64 | 0 | 54 | 28 | 22 | 149 | 48 | 26 |
| Octal | 250 | 33 | 144 | 0 | 124 | 50 | 42 | 511 | 110 | 46 |
| Binary | 10101000 | 11011 | 1100100 | 0 | 1010100 | 101000 | 100010 | 101001001 | 1001000 | 100110 |
Color Harmonies of #A81B64
Complementary color
Monochromatic Colors of #A81B64
Black with #A81B64
Text Example
Text Example
White with #A81B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81B64; }
p { color: rgb(168,27,100); }
H1.HeaderClassName
{
color: #A81B64;
}
.AnyTagClassName
{
color: #A81B64;
}
</style>
background-color css
<style>
a { background-color: #A81B64; }
a { background-color: rgb(168,27,100); }
div.DivClassName
{
background-color: #A81B64;
}
.BgClassName
{
background-color: #A81B64;
}
</style>
border-color css
<style>
span { border-color: #A81B64; }
span { border-color: rgb(168,27,100); }
td.TdClassName
{
border-color: #A81B64;
}
.TagClassName
{
border-color: #A81B64;
}
</style>