Shades of Jazzberry Jam #A31462
Tints of Jazzberry Jam #A31462
RGB
CMYK
RGB Variations
Color information
#A31462 (or 0xA31462) is known color: Jazzberry Jam. HEX triplet: A3, 14 and 62. RGB value is (163,20,98). Sum of RGB (Red+Green+Blue) = 163+20+98=281 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.01% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 163 - color contains mainly: red. Hex color #A31462 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31462 is #5CEB9D. Grayscale: #474747. Windows color (decimal): -6089630 or 6427811. OLE color: 6427811.
HSL color Cylindrical-coordinate representation of color #A31462: hue angle of 327.27º degrees, saturation: 0.78, 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 #A31462 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 20 | 98 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.36 |
| HSL | 327.27º | 0.78% | 0.36% | - |
| HSV(B) | 327.27º | 0.88% | 0.64% | - |
| XYZ | 17.56 | 9.17 | 12.4 | - |
| YUV | 71.65 | 142.88 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 20 | 98 | 0 | 0.88 | 0.40 | 0.36 | 327.27 | 0.78 | 0.36 |
| Hex | A3 | 14 | 62 | 0 | 58 | 28 | 24 | 147 | 4E | 24 |
| Octal | 243 | 24 | 142 | 0 | 130 | 50 | 44 | 507 | 116 | 44 |
| Binary | 10100011 | 10100 | 1100010 | 0 | 1011000 | 101000 | 100100 | 101000111 | 1001110 | 100100 |
Color Harmonies of #A31462
Complementary color
Monochromatic Colors of #A31462
Black with #A31462
Text Example
Text Example
White with #A31462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31462; }
p { color: rgb(163,20,98); }
H1.HeaderClassName
{
color: #A31462;
}
.AnyTagClassName
{
color: #A31462;
}
</style>
background-color css
<style>
a { background-color: #A31462; }
a { background-color: rgb(163,20,98); }
div.DivClassName
{
background-color: #A31462;
}
.BgClassName
{
background-color: #A31462;
}
</style>
border-color css
<style>
span { border-color: #A31462; }
span { border-color: rgb(163,20,98); }
td.TdClassName
{
border-color: #A31462;
}
.TagClassName
{
border-color: #A31462;
}
</style>