Shades of Jazzberry Jam #A31362
Tints of Jazzberry Jam #A31362
RGB
CMYK
RGB Variations
Color information
#A31362 (or 0xA31362) is known color: Jazzberry Jam. HEX triplet: A3, 13 and 62. RGB value is (163,19,98). Sum of RGB (Red+Green+Blue) = 163+19+98=280 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.21% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 163 - color contains mainly: red. Hex color #A31362 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31362 is #5CEC9D. Grayscale: #464646. Windows color (decimal): -6089886 or 6427555. OLE color: 6427555.
HSL color Cylindrical-coordinate representation of color #A31362: hue angle of 327.08º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A31362 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 19 | 98 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.36 |
| HSL | 327.08º | 0.79% | 0.36% | - |
| HSV(B) | 327.08º | 0.88% | 0.64% | - |
| XYZ | 17.54 | 9.13 | 12.39 | - |
| YUV | 71.06 | 143.21 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 19 | 98 | 0 | 0.88 | 0.40 | 0.36 | 327.08 | 0.79 | 0.36 |
| Hex | A3 | 13 | 62 | 0 | 58 | 28 | 24 | 147 | 4F | 24 |
| Octal | 243 | 23 | 142 | 0 | 130 | 50 | 44 | 507 | 117 | 44 |
| Binary | 10100011 | 10011 | 1100010 | 0 | 1011000 | 101000 | 100100 | 101000111 | 1001111 | 100100 |
Color Harmonies of #A31362
Complementary color
Monochromatic Colors of #A31362
Black with #A31362
Text Example
Text Example
White with #A31362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31362; }
p { color: rgb(163,19,98); }
H1.HeaderClassName
{
color: #A31362;
}
.AnyTagClassName
{
color: #A31362;
}
</style>
background-color css
<style>
a { background-color: #A31362; }
a { background-color: rgb(163,19,98); }
div.DivClassName
{
background-color: #A31362;
}
.BgClassName
{
background-color: #A31362;
}
</style>
border-color css
<style>
span { border-color: #A31362; }
span { border-color: rgb(163,19,98); }
td.TdClassName
{
border-color: #A31362;
}
.TagClassName
{
border-color: #A31362;
}
</style>