Shades of Jazzberry Jam #A81354
Tints of Jazzberry Jam #A81354
RGB
CMYK
RGB Variations
Color information
#A81354 (or 0xA81354) is known color: Jazzberry Jam. HEX triplet: A8, 13 and 54. RGB value is (168,19,84). Sum of RGB (Red+Green+Blue) = 168+19+84=271 (35% of max value = 765). Red value is 168 (66.02% from 255 or 61.99% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 84 (33.20% from 255 or 31.00% from 271); Max value from RGB is 168 - color contains mainly: red. Hex color #A81354 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81354 is #57ECAB. Grayscale: #464646. Windows color (decimal): -5762220 or 5510056. OLE color: 5510056.
HSL color Cylindrical-coordinate representation of color #A81354: hue angle of 333.83º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81354 is Cyan = 0, Magento = 0.89, Yellow = 0.5 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 19 | 84 | - |
| CMYK | 0 | 0.89 | 0.5 | 0.34 |
| HSL | 333.83º | 0.8% | 0.37% | - |
| HSV(B) | 333.83º | 0.89% | 0.66% | - |
| XYZ | 17.98 | 9.43 | 9.26 | - |
| YUV | 70.96 | 135.36 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 19 | 84 | 0 | 0.89 | 0.5 | 0.34 | 333.83 | 0.8 | 0.37 |
| Hex | A8 | 13 | 54 | 0 | 59 | 32 | 22 | 14E | 50 | 25 |
| Octal | 250 | 23 | 124 | 0 | 131 | 62 | 42 | 516 | 120 | 45 |
| Binary | 10101000 | 10011 | 1010100 | 0 | 1011001 | 110010 | 100010 | 101001110 | 1010000 | 100101 |
Color Harmonies of #A81354
Complementary color
Monochromatic Colors of #A81354
Black with #A81354
Text Example
Text Example
White with #A81354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81354; }
p { color: rgb(168,19,84); }
H1.HeaderClassName
{
color: #A81354;
}
.AnyTagClassName
{
color: #A81354;
}
</style>
background-color css
<style>
a { background-color: #A81354; }
a { background-color: rgb(168,19,84); }
div.DivClassName
{
background-color: #A81354;
}
.BgClassName
{
background-color: #A81354;
}
</style>
border-color css
<style>
span { border-color: #A81354; }
span { border-color: rgb(168,19,84); }
td.TdClassName
{
border-color: #A81354;
}
.TagClassName
{
border-color: #A81354;
}
</style>