Shades of Jazzberry Jam #A31255
Tints of Jazzberry Jam #A31255
RGB
CMYK
RGB Variations
Color information
#A31255 (or 0xA31255) is known color: Jazzberry Jam. HEX triplet: A3, 12 and 55. RGB value is (163,18,85). Sum of RGB (Red+Green+Blue) = 163+18+85=266 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.28% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 163 - color contains mainly: red. Hex color #A31255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31255 is #5CEDAA. Grayscale: #444444. Windows color (decimal): -6090155 or 5575331. OLE color: 5575331.
HSL color Cylindrical-coordinate representation of color #A31255: hue angle of 332.28º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A31255 is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 18 | 85 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.36 |
| HSL | 332.28º | 0.8% | 0.35% | - |
| HSV(B) | 332.28º | 0.89% | 0.64% | - |
| XYZ | 16.96 | 8.88 | 9.41 | - |
| YUV | 68.99 | 137.04 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 18 | 85 | 0 | 0.89 | 0.48 | 0.36 | 332.28 | 0.8 | 0.35 |
| Hex | A3 | 12 | 55 | 0 | 59 | 30 | 24 | 14C | 50 | 23 |
| Octal | 243 | 22 | 125 | 0 | 131 | 60 | 44 | 514 | 120 | 43 |
| Binary | 10100011 | 10010 | 1010101 | 0 | 1011001 | 110000 | 100100 | 101001100 | 1010000 | 100011 |
Color Harmonies of #A31255
Complementary color
Monochromatic Colors of #A31255
Black with #A31255
Text Example
Text Example
White with #A31255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31255; }
p { color: rgb(163,18,85); }
H1.HeaderClassName
{
color: #A31255;
}
.AnyTagClassName
{
color: #A31255;
}
</style>
background-color css
<style>
a { background-color: #A31255; }
a { background-color: rgb(163,18,85); }
div.DivClassName
{
background-color: #A31255;
}
.BgClassName
{
background-color: #A31255;
}
</style>
border-color css
<style>
span { border-color: #A31255; }
span { border-color: rgb(163,18,85); }
td.TdClassName
{
border-color: #A31255;
}
.TagClassName
{
border-color: #A31255;
}
</style>