Shades of Jazzberry Jam #A82162
Tints of Jazzberry Jam #A82162
RGB
CMYK
RGB Variations
Color information
#A82162 (or 0xA82162) is known color: Jazzberry Jam. HEX triplet: A8, 21 and 62. RGB value is (168,33,98). Sum of RGB (Red+Green+Blue) = 168+33+98=299 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.19% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 168 - color contains mainly: red. Hex color #A82162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82162 is #57DE9D. Grayscale: #505050. Windows color (decimal): -5758622 or 6431144. OLE color: 6431144.
HSL color Cylindrical-coordinate representation of color #A82162: hue angle of 331.11º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A82162 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 33 | 98 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.34 |
| HSL | 331.11º | 0.67% | 0.39% | - |
| HSV(B) | 331.11º | 0.8% | 0.66% | - |
| XYZ | 18.9 | 10.29 | 12.55 | - |
| YUV | 80.78 | 137.73 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 33 | 98 | 0 | 0.80 | 0.42 | 0.34 | 331.11 | 0.67 | 0.39 |
| Hex | A8 | 21 | 62 | 0 | 50 | 2A | 22 | 14B | 43 | 27 |
| Octal | 250 | 41 | 142 | 0 | 120 | 52 | 42 | 513 | 103 | 47 |
| Binary | 10101000 | 100001 | 1100010 | 0 | 1010000 | 101010 | 100010 | 101001011 | 1000011 | 100111 |
Color Harmonies of #A82162
Complementary color
Monochromatic Colors of #A82162
Black with #A82162
Text Example
Text Example
White with #A82162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82162; }
p { color: rgb(168,33,98); }
H1.HeaderClassName
{
color: #A82162;
}
.AnyTagClassName
{
color: #A82162;
}
</style>
background-color css
<style>
a { background-color: #A82162; }
a { background-color: rgb(168,33,98); }
div.DivClassName
{
background-color: #A82162;
}
.BgClassName
{
background-color: #A82162;
}
</style>
border-color css
<style>
span { border-color: #A82162; }
span { border-color: rgb(168,33,98); }
td.TdClassName
{
border-color: #A82162;
}
.TagClassName
{
border-color: #A82162;
}
</style>