Shades of Jazzberry Jam #A31B60
Tints of Jazzberry Jam #A31B60
RGB
CMYK
RGB Variations
Color information
#A31B60 (or 0xA31B60) is known color: Jazzberry Jam. HEX triplet: A3, 1B and 60. RGB value is (163,27,96). Sum of RGB (Red+Green+Blue) = 163+27+96=286 (37% of max value = 765). Red value is 163 (64.06% from 255 or 56.99% from 286); Green value is 27 (10.94% from 255 or 9.44% from 286); Blue value is 96 (37.89% from 255 or 33.57% from 286); Max value from RGB is 163 - color contains mainly: red. Hex color #A31B60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A31B60 is #5CE49F. Grayscale: #4B4B4B. Windows color (decimal): -6087840 or 6298531. OLE color: 6298531.
HSL color Cylindrical-coordinate representation of color #A31B60: hue angle of 329.56º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A31B60 is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 27 | 96 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.36 |
| HSL | 329.56º | 0.72% | 0.37% | - |
| HSV(B) | 329.56º | 0.83% | 0.64% | - |
| XYZ | 17.61 | 9.41 | 11.96 | - |
| YUV | 75.53 | 139.56 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 27 | 96 | 0 | 0.83 | 0.41 | 0.36 | 329.56 | 0.72 | 0.37 |
| Hex | A3 | 1B | 60 | 0 | 53 | 29 | 24 | 14A | 48 | 25 |
| Octal | 243 | 33 | 140 | 0 | 123 | 51 | 44 | 512 | 110 | 45 |
| Binary | 10100011 | 11011 | 1100000 | 0 | 1010011 | 101001 | 100100 | 101001010 | 1001000 | 100101 |
Color Harmonies of #A31B60
Complementary color
Monochromatic Colors of #A31B60
Black with #A31B60
Text Example
Text Example
White with #A31B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31B60; }
p { color: rgb(163,27,96); }
H1.HeaderClassName
{
color: #A31B60;
}
.AnyTagClassName
{
color: #A31B60;
}
</style>
background-color css
<style>
a { background-color: #A31B60; }
a { background-color: rgb(163,27,96); }
div.DivClassName
{
background-color: #A31B60;
}
.BgClassName
{
background-color: #A31B60;
}
</style>
border-color css
<style>
span { border-color: #A31B60; }
span { border-color: rgb(163,27,96); }
td.TdClassName
{
border-color: #A31B60;
}
.TagClassName
{
border-color: #A31B60;
}
</style>