Shades of Jazzberry Jam #A31755
Tints of Jazzberry Jam #A31755
RGB
CMYK
RGB Variations
Color information
#A31755 (or 0xA31755) is known color: Jazzberry Jam. HEX triplet: A3, 17 and 55. RGB value is (163,23,85). Sum of RGB (Red+Green+Blue) = 163+23+85=271 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.15% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 163 - color contains mainly: red. Hex color #A31755 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31755 is #5CE8AA. Grayscale: #474747. Windows color (decimal): -6088875 or 5576611. OLE color: 5576611.
HSL color Cylindrical-coordinate representation of color #A31755: hue angle of 333.43º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A31755 is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 23 | 85 | - |
| CMYK | 0 | 0.86 | 0.48 | 0.36 |
| HSL | 333.43º | 0.75% | 0.36% | - |
| HSV(B) | 333.43º | 0.86% | 0.64% | - |
| XYZ | 17.05 | 9.06 | 9.44 | - |
| YUV | 71.93 | 135.38 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 23 | 85 | 0 | 0.86 | 0.48 | 0.36 | 333.43 | 0.75 | 0.36 |
| Hex | A3 | 17 | 55 | 0 | 56 | 30 | 24 | 14D | 4B | 24 |
| Octal | 243 | 27 | 125 | 0 | 126 | 60 | 44 | 515 | 113 | 44 |
| Binary | 10100011 | 10111 | 1010101 | 0 | 1010110 | 110000 | 100100 | 101001101 | 1001011 | 100100 |
Color Harmonies of #A31755
Complementary color
Monochromatic Colors of #A31755
Black with #A31755
Text Example
Text Example
White with #A31755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31755; }
p { color: rgb(163,23,85); }
H1.HeaderClassName
{
color: #A31755;
}
.AnyTagClassName
{
color: #A31755;
}
</style>
background-color css
<style>
a { background-color: #A31755; }
a { background-color: rgb(163,23,85); }
div.DivClassName
{
background-color: #A31755;
}
.BgClassName
{
background-color: #A31755;
}
</style>
border-color css
<style>
span { border-color: #A31755; }
span { border-color: rgb(163,23,85); }
td.TdClassName
{
border-color: #A31755;
}
.TagClassName
{
border-color: #A31755;
}
</style>