Shades of Jazzberry Jam #A82370
Tints of Jazzberry Jam #A82370
RGB
CMYK
RGB Variations
Color information
#A82370 (or 0xA82370) is known color: Jazzberry Jam. HEX triplet: A8, 23 and 70. RGB value is (168,35,112). Sum of RGB (Red+Green+Blue) = 168+35+112=315 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.33% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 168 - color contains mainly: red. Hex color #A82370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82370 is #57DC8F. Grayscale: #535353. Windows color (decimal): -5758096 or 7349160. OLE color: 7349160.
HSL color Cylindrical-coordinate representation of color #A82370: hue angle of 325.26º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A82370 is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 35 | 112 | - |
| CMYK | 0 | 0.79 | 0.33 | 0.34 |
| HSL | 325.26º | 0.66% | 0.4% | - |
| HSV(B) | 325.26º | 0.79% | 0.66% | - |
| XYZ | 19.67 | 10.7 | 16.36 | - |
| YUV | 83.55 | 144.06 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 35 | 112 | 0 | 0.79 | 0.33 | 0.34 | 325.26 | 0.66 | 0.4 |
| Hex | A8 | 23 | 70 | 0 | 4F | 21 | 22 | 145 | 42 | 28 |
| Octal | 250 | 43 | 160 | 0 | 117 | 41 | 42 | 505 | 102 | 50 |
| Binary | 10101000 | 100011 | 1110000 | 0 | 1001111 | 100001 | 100010 | 101000101 | 1000010 | 101000 |
Color Harmonies of #A82370
Complementary color
Monochromatic Colors of #A82370
Black with #A82370
Text Example
Text Example
White with #A82370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82370; }
p { color: rgb(168,35,112); }
H1.HeaderClassName
{
color: #A82370;
}
.AnyTagClassName
{
color: #A82370;
}
</style>
background-color css
<style>
a { background-color: #A82370; }
a { background-color: rgb(168,35,112); }
div.DivClassName
{
background-color: #A82370;
}
.BgClassName
{
background-color: #A82370;
}
</style>
border-color css
<style>
span { border-color: #A82370; }
span { border-color: rgb(168,35,112); }
td.TdClassName
{
border-color: #A82370;
}
.TagClassName
{
border-color: #A82370;
}
</style>