Shades of Jazzberry Jam #A81648
Tints of Jazzberry Jam #A81648
RGB
CMYK
RGB Variations
Color information
#A81648 (or 0xA81648) is known color: Jazzberry Jam. HEX triplet: A8, 16 and 48. RGB value is (168,22,72). Sum of RGB (Red+Green+Blue) = 168+22+72=262 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.12% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 168 - color contains mainly: red. Hex color #A81648 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81648 is #57E9B7. Grayscale: #474747. Windows color (decimal): -5761464 or 4724392. OLE color: 4724392.
HSL color Cylindrical-coordinate representation of color #A81648: hue angle of 339.45º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A81648 is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 22 | 72 | - |
| CMYK | 0 | 0.87 | 0.57 | 0.34 |
| HSL | 339.45º | 0.77% | 0.37% | - |
| HSV(B) | 339.45º | 0.87% | 0.66% | - |
| XYZ | 17.61 | 9.37 | 7.01 | - |
| YUV | 71.35 | 128.37 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 72 | 0 | 0.87 | 0.57 | 0.34 | 339.45 | 0.77 | 0.37 |
| Hex | A8 | 16 | 48 | 0 | 57 | 39 | 22 | 153 | 4D | 25 |
| Octal | 250 | 26 | 110 | 0 | 127 | 71 | 42 | 523 | 115 | 45 |
| Binary | 10101000 | 10110 | 1001000 | 0 | 1010111 | 111001 | 100010 | 101010011 | 1001101 | 100101 |
Color Harmonies of #A81648
Complementary color
Monochromatic Colors of #A81648
Black with #A81648
Text Example
Text Example
White with #A81648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81648; }
p { color: rgb(168,22,72); }
H1.HeaderClassName
{
color: #A81648;
}
.AnyTagClassName
{
color: #A81648;
}
</style>
background-color css
<style>
a { background-color: #A81648; }
a { background-color: rgb(168,22,72); }
div.DivClassName
{
background-color: #A81648;
}
.BgClassName
{
background-color: #A81648;
}
</style>
border-color css
<style>
span { border-color: #A81648; }
span { border-color: rgb(168,22,72); }
td.TdClassName
{
border-color: #A81648;
}
.TagClassName
{
border-color: #A81648;
}
</style>