Shades of Jazzberry Jam #A31353
Tints of Jazzberry Jam #A31353
RGB
CMYK
RGB Variations
Color information
#A31353 (or 0xA31353) is known color: Jazzberry Jam. HEX triplet: A3, 13 and 53. RGB value is (163,19,83). Sum of RGB (Red+Green+Blue) = 163+19+83=265 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.51% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 83 (32.81% from 255 or 31.32% from 265); Max value from RGB is 163 - color contains mainly: red. Hex color #A31353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31353 is #5CECAC. Grayscale: #454545. Windows color (decimal): -6089901 or 5444515. OLE color: 5444515.
HSL color Cylindrical-coordinate representation of color #A31353: hue angle of 333.33º 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 #A31353 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 19 | 83 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.36 |
| HSL | 333.33º | 0.79% | 0.36% | - |
| HSV(B) | 333.33º | 0.88% | 0.64% | - |
| XYZ | 16.9 | 8.88 | 9.01 | - |
| YUV | 69.35 | 135.71 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 19 | 83 | 0 | 0.88 | 0.49 | 0.36 | 333.33 | 0.79 | 0.36 |
| Hex | A3 | 13 | 53 | 0 | 58 | 31 | 24 | 14D | 4F | 24 |
| Octal | 243 | 23 | 123 | 0 | 130 | 61 | 44 | 515 | 117 | 44 |
| Binary | 10100011 | 10011 | 1010011 | 0 | 1011000 | 110001 | 100100 | 101001101 | 1001111 | 100100 |
Color Harmonies of #A31353
Complementary color
Monochromatic Colors of #A31353
Black with #A31353
Text Example
Text Example
White with #A31353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31353; }
p { color: rgb(163,19,83); }
H1.HeaderClassName
{
color: #A31353;
}
.AnyTagClassName
{
color: #A31353;
}
</style>
background-color css
<style>
a { background-color: #A31353; }
a { background-color: rgb(163,19,83); }
div.DivClassName
{
background-color: #A31353;
}
.BgClassName
{
background-color: #A31353;
}
</style>
border-color css
<style>
span { border-color: #A31353; }
span { border-color: rgb(163,19,83); }
td.TdClassName
{
border-color: #A31353;
}
.TagClassName
{
border-color: #A31353;
}
</style>