Shades of Jazzberry Jam #A81070
Tints of Jazzberry Jam #A81070
RGB
CMYK
RGB Variations
Color information
#A81070 (or 0xA81070) is known color: Jazzberry Jam. HEX triplet: A8, 10 and 70. RGB value is (168,16,112). Sum of RGB (Red+Green+Blue) = 168+16+112=296 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.76% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 112 (44.14% from 255 or 37.84% from 296); Max value from RGB is 168 - color contains mainly: red. Hex color #A81070 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81070 is #57EF8F. Grayscale: #484848. Windows color (decimal): -5762960 or 7344296. OLE color: 7344296.
HSL color Cylindrical-coordinate representation of color #A81070: hue angle of 322.11º 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 #A81070 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 16 | 112 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.34 |
| HSL | 322.11º | 0.83% | 0.36% | - |
| HSV(B) | 322.11º | 0.9% | 0.66% | - |
| XYZ | 19.26 | 9.87 | 16.22 | - |
| YUV | 72.39 | 150.36 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 112 | 0 | 0.90 | 0.33 | 0.34 | 322.11 | 0.83 | 0.36 |
| Hex | A8 | 10 | 70 | 0 | 5A | 21 | 22 | 142 | 53 | 24 |
| Octal | 250 | 20 | 160 | 0 | 132 | 41 | 42 | 502 | 123 | 44 |
| Binary | 10101000 | 10000 | 1110000 | 0 | 1011010 | 100001 | 100010 | 101000010 | 1010011 | 100100 |
Color Harmonies of #A81070
Complementary color
Monochromatic Colors of #A81070
Black with #A81070
Text Example
Text Example
White with #A81070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81070; }
p { color: rgb(168,16,112); }
H1.HeaderClassName
{
color: #A81070;
}
.AnyTagClassName
{
color: #A81070;
}
</style>
background-color css
<style>
a { background-color: #A81070; }
a { background-color: rgb(168,16,112); }
div.DivClassName
{
background-color: #A81070;
}
.BgClassName
{
background-color: #A81070;
}
</style>
border-color css
<style>
span { border-color: #A81070; }
span { border-color: rgb(168,16,112); }
td.TdClassName
{
border-color: #A81070;
}
.TagClassName
{
border-color: #A81070;
}
</style>