Shades of Jazzberry Jam #A81460
Tints of Jazzberry Jam #A81460
RGB
CMYK
RGB Variations
Color information
#A81460 (or 0xA81460) is known color: Jazzberry Jam. HEX triplet: A8, 14 and 60. RGB value is (168,20,96). Sum of RGB (Red+Green+Blue) = 168+20+96=284 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.15% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 168 - color contains mainly: red. Hex color #A81460 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81460 is #57EB9F. Grayscale: #484848. Windows color (decimal): -5761952 or 6296744. OLE color: 6296744.
HSL color Cylindrical-coordinate representation of color #A81460: hue angle of 329.19º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A81460 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 20 | 96 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.34 |
| HSL | 329.19º | 0.79% | 0.37% | - |
| HSV(B) | 329.19º | 0.88% | 0.66% | - |
| XYZ | 18.51 | 9.67 | 11.96 | - |
| YUV | 72.92 | 141.03 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 20 | 96 | 0 | 0.88 | 0.43 | 0.34 | 329.19 | 0.79 | 0.37 |
| Hex | A8 | 14 | 60 | 0 | 58 | 2B | 22 | 149 | 4F | 25 |
| Octal | 250 | 24 | 140 | 0 | 130 | 53 | 42 | 511 | 117 | 45 |
| Binary | 10101000 | 10100 | 1100000 | 0 | 1011000 | 101011 | 100010 | 101001001 | 1001111 | 100101 |
Color Harmonies of #A81460
Complementary color
Monochromatic Colors of #A81460
Black with #A81460
Text Example
Text Example
White with #A81460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81460; }
p { color: rgb(168,20,96); }
H1.HeaderClassName
{
color: #A81460;
}
.AnyTagClassName
{
color: #A81460;
}
</style>
background-color css
<style>
a { background-color: #A81460; }
a { background-color: rgb(168,20,96); }
div.DivClassName
{
background-color: #A81460;
}
.BgClassName
{
background-color: #A81460;
}
</style>
border-color css
<style>
span { border-color: #A81460; }
span { border-color: rgb(168,20,96); }
td.TdClassName
{
border-color: #A81460;
}
.TagClassName
{
border-color: #A81460;
}
</style>