Shades of Jazzberry Jam #A81043
Tints of Jazzberry Jam #A81043
RGB
CMYK
RGB Variations
Color information
#A81043 (or 0xA81043) is known color: Jazzberry Jam. HEX triplet: A8, 10 and 43. RGB value is (168,16,67). Sum of RGB (Red+Green+Blue) = 168+16+67=251 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.93% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 67 (26.56% from 255 or 26.69% from 251); Max value from RGB is 168 - color contains mainly: red. Hex color #A81043 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81043 is #57EFBC. Grayscale: #434343. Windows color (decimal): -5763005 or 4395176. OLE color: 4395176.
HSL color Cylindrical-coordinate representation of color #A81043: hue angle of 339.87º 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 #A81043 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 16 | 67 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.34 |
| HSL | 339.87º | 0.83% | 0.36% | - |
| HSV(B) | 339.87º | 0.9% | 0.66% | - |
| XYZ | 17.35 | 9.1 | 6.15 | - |
| YUV | 67.26 | 127.86 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 67 | 0 | 0.90 | 0.60 | 0.34 | 339.87 | 0.83 | 0.36 |
| Hex | A8 | 10 | 43 | 0 | 5A | 3C | 22 | 154 | 53 | 24 |
| Octal | 250 | 20 | 103 | 0 | 132 | 74 | 42 | 524 | 123 | 44 |
| Binary | 10101000 | 10000 | 1000011 | 0 | 1011010 | 111100 | 100010 | 101010100 | 1010011 | 100100 |
Color Harmonies of #A81043
Complementary color
Monochromatic Colors of #A81043
Black with #A81043
Text Example
Text Example
White with #A81043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81043; }
p { color: rgb(168,16,67); }
H1.HeaderClassName
{
color: #A81043;
}
.AnyTagClassName
{
color: #A81043;
}
</style>
background-color css
<style>
a { background-color: #A81043; }
a { background-color: rgb(168,16,67); }
div.DivClassName
{
background-color: #A81043;
}
.BgClassName
{
background-color: #A81043;
}
</style>
border-color css
<style>
span { border-color: #A81043; }
span { border-color: rgb(168,16,67); }
td.TdClassName
{
border-color: #A81043;
}
.TagClassName
{
border-color: #A81043;
}
</style>