Shades of Jazzberry Jam #A82365
Tints of Jazzberry Jam #A82365
RGB
CMYK
RGB Variations
Color information
#A82365 (or 0xA82365) is known color: Jazzberry Jam. HEX triplet: A8, 23 and 65. RGB value is (168,35,101). Sum of RGB (Red+Green+Blue) = 168+35+101=304 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.26% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 168 - color contains mainly: red. Hex color #A82365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82365 is #57DC9A. Grayscale: #525252. Windows color (decimal): -5758107 or 6628264. OLE color: 6628264.
HSL color Cylindrical-coordinate representation of color #A82365: hue angle of 330.23º 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 #A82365 is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 35 | 101 | - |
| CMYK | 0 | 0.79 | 0.40 | 0.34 |
| HSL | 330.23º | 0.66% | 0.4% | - |
| HSV(B) | 330.23º | 0.79% | 0.66% | - |
| XYZ | 19.1 | 10.47 | 13.33 | - |
| YUV | 82.29 | 138.56 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 35 | 101 | 0 | 0.79 | 0.40 | 0.34 | 330.23 | 0.66 | 0.4 |
| Hex | A8 | 23 | 65 | 0 | 4F | 28 | 22 | 14A | 42 | 28 |
| Octal | 250 | 43 | 145 | 0 | 117 | 50 | 42 | 512 | 102 | 50 |
| Binary | 10101000 | 100011 | 1100101 | 0 | 1001111 | 101000 | 100010 | 101001010 | 1000010 | 101000 |
Color Harmonies of #A82365
Complementary color
Monochromatic Colors of #A82365
Black with #A82365
Text Example
Text Example
White with #A82365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82365; }
p { color: rgb(168,35,101); }
H1.HeaderClassName
{
color: #A82365;
}
.AnyTagClassName
{
color: #A82365;
}
</style>
background-color css
<style>
a { background-color: #A82365; }
a { background-color: rgb(168,35,101); }
div.DivClassName
{
background-color: #A82365;
}
.BgClassName
{
background-color: #A82365;
}
</style>
border-color css
<style>
span { border-color: #A82365; }
span { border-color: rgb(168,35,101); }
td.TdClassName
{
border-color: #A82365;
}
.TagClassName
{
border-color: #A82365;
}
</style>