Shades of Jazzberry Jam #A82367
Tints of Jazzberry Jam #A82367
RGB
CMYK
RGB Variations
Color information
#A82367 (or 0xA82367) is known color: Jazzberry Jam. HEX triplet: A8, 23 and 67. RGB value is (168,35,103). Sum of RGB (Red+Green+Blue) = 168+35+103=306 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.90% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 168 - color contains mainly: red. Hex color #A82367 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82367 is #57DC98. Grayscale: #525252. Windows color (decimal): -5758105 or 6759336. OLE color: 6759336.
HSL color Cylindrical-coordinate representation of color #A82367: hue angle of 329.32º 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 #A82367 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 35 | 103 | - |
| CMYK | 0 | 0.79 | 0.39 | 0.34 |
| HSL | 329.32º | 0.66% | 0.4% | - |
| HSV(B) | 329.32º | 0.79% | 0.66% | - |
| XYZ | 19.2 | 10.51 | 13.85 | - |
| YUV | 82.52 | 139.56 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 35 | 103 | 0 | 0.79 | 0.39 | 0.34 | 329.32 | 0.66 | 0.4 |
| Hex | A8 | 23 | 67 | 0 | 4F | 27 | 22 | 149 | 42 | 28 |
| Octal | 250 | 43 | 147 | 0 | 117 | 47 | 42 | 511 | 102 | 50 |
| Binary | 10101000 | 100011 | 1100111 | 0 | 1001111 | 100111 | 100010 | 101001001 | 1000010 | 101000 |
Color Harmonies of #A82367
Complementary color
Monochromatic Colors of #A82367
Black with #A82367
Text Example
Text Example
White with #A82367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82367; }
p { color: rgb(168,35,103); }
H1.HeaderClassName
{
color: #A82367;
}
.AnyTagClassName
{
color: #A82367;
}
</style>
background-color css
<style>
a { background-color: #A82367; }
a { background-color: rgb(168,35,103); }
div.DivClassName
{
background-color: #A82367;
}
.BgClassName
{
background-color: #A82367;
}
</style>
border-color css
<style>
span { border-color: #A82367; }
span { border-color: rgb(168,35,103); }
td.TdClassName
{
border-color: #A82367;
}
.TagClassName
{
border-color: #A82367;
}
</style>