Shades of Jazzberry Jam #A31355
Tints of Jazzberry Jam #A31355
RGB
CMYK
RGB Variations
Color information
#A31355 (or 0xA31355) is known color: Jazzberry Jam. HEX triplet: A3, 13 and 55. RGB value is (163,19,85). Sum of RGB (Red+Green+Blue) = 163+19+85=267 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.05% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 163 - color contains mainly: red. Hex color #A31355 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31355 is #5CECAA. Grayscale: #454545. Windows color (decimal): -6089899 or 5575587. OLE color: 5575587.
HSL color Cylindrical-coordinate representation of color #A31355: hue angle of 332.5º 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 #A31355 is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 19 | 85 | - |
| CMYK | 0 | 0.88 | 0.48 | 0.36 |
| HSL | 332.5º | 0.79% | 0.36% | - |
| HSV(B) | 332.5º | 0.88% | 0.64% | - |
| XYZ | 16.98 | 8.91 | 9.42 | - |
| YUV | 69.58 | 136.71 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 19 | 85 | 0 | 0.88 | 0.48 | 0.36 | 332.5 | 0.79 | 0.36 |
| Hex | A3 | 13 | 55 | 0 | 58 | 30 | 24 | 14C | 4F | 24 |
| Octal | 243 | 23 | 125 | 0 | 130 | 60 | 44 | 514 | 117 | 44 |
| Binary | 10100011 | 10011 | 1010101 | 0 | 1011000 | 110000 | 100100 | 101001100 | 1001111 | 100100 |
Color Harmonies of #A31355
Complementary color
Monochromatic Colors of #A31355
Black with #A31355
Text Example
Text Example
White with #A31355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31355; }
p { color: rgb(163,19,85); }
H1.HeaderClassName
{
color: #A31355;
}
.AnyTagClassName
{
color: #A31355;
}
</style>
background-color css
<style>
a { background-color: #A31355; }
a { background-color: rgb(163,19,85); }
div.DivClassName
{
background-color: #A31355;
}
.BgClassName
{
background-color: #A31355;
}
</style>
border-color css
<style>
span { border-color: #A31355; }
span { border-color: rgb(163,19,85); }
td.TdClassName
{
border-color: #A31355;
}
.TagClassName
{
border-color: #A31355;
}
</style>