Shades of Jazzberry Jam #A81053
Tints of Jazzberry Jam #A81053
RGB
CMYK
RGB Variations
Color information
#A81053 (or 0xA81053) is known color: Jazzberry Jam. HEX triplet: A8, 10 and 53. RGB value is (168,16,83). Sum of RGB (Red+Green+Blue) = 168+16+83=267 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.92% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 83 (32.81% from 255 or 31.09% from 267); Max value from RGB is 168 - color contains mainly: red. Hex color #A81053 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81053 is #57EFAC. Grayscale: #444444. Windows color (decimal): -5762989 or 5443752. OLE color: 5443752.
HSL color Cylindrical-coordinate representation of color #A81053: hue angle of 333.55º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81053 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 16 | 83 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.34 |
| HSL | 333.55º | 0.83% | 0.36% | - |
| HSV(B) | 333.55º | 0.9% | 0.66% | - |
| XYZ | 17.9 | 9.32 | 9.04 | - |
| YUV | 69.09 | 135.86 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 83 | 0 | 0.90 | 0.51 | 0.34 | 333.55 | 0.83 | 0.36 |
| Hex | A8 | 10 | 53 | 0 | 5A | 33 | 22 | 14E | 53 | 24 |
| Octal | 250 | 20 | 123 | 0 | 132 | 63 | 42 | 516 | 123 | 44 |
| Binary | 10101000 | 10000 | 1010011 | 0 | 1011010 | 110011 | 100010 | 101001110 | 1010011 | 100100 |
Color Harmonies of #A81053
Complementary color
Monochromatic Colors of #A81053
Black with #A81053
Text Example
Text Example
White with #A81053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81053; }
p { color: rgb(168,16,83); }
H1.HeaderClassName
{
color: #A81053;
}
.AnyTagClassName
{
color: #A81053;
}
</style>
background-color css
<style>
a { background-color: #A81053; }
a { background-color: rgb(168,16,83); }
div.DivClassName
{
background-color: #A81053;
}
.BgClassName
{
background-color: #A81053;
}
</style>
border-color css
<style>
span { border-color: #A81053; }
span { border-color: rgb(168,16,83); }
td.TdClassName
{
border-color: #A81053;
}
.TagClassName
{
border-color: #A81053;
}
</style>